|
bioprocessing 6.0.4
|


Go to the source code of this file.
Classes | |
| class | bio::PointVertex< P > |
| Coordinates-defined vertices. More... | |
| class | bio::PointVertexRef< P > |
| Reference counting pointer to a PointVertex. More... | |
Namespaces | |
| namespace | bio |
Functions | |
| template<typename P> | |
| std::ostream & | operator<< (std::ostream &os, const bio::PointVertex< P > &v) |
| Print of a PointVertex. | |
| template<typename P> | |
| std::ostream & | operator<< (std::ostream &os, const bio::PointVertexRef< P > &v) |
| Print of a PointVertex. | |
| std::ostream & operator<< | ( | std::ostream & | os, |
| const bio::PointVertex< P > & | v ) |
Print of a PointVertex.
The resulting string shows as V{ coordinates }
Definition at line 122 of file pointvertex.h.
References bio::PointVertex< P >::point().
| std::ostream & operator<< | ( | std::ostream & | os, |
| const bio::PointVertexRef< P > & | v ) |
Print of a PointVertex.
The resulting string shows as V{ coordinates }
(V{ NULL } if it's a none pointer)
Definition at line 231 of file pointvertex.h.