|
bioprocessing
5.0.5
|


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... | |
| class | bio::PointVertex< P > |
| Coordinates-defined vertices. More... | |
| class | bio::PointVertexRef< P > |
| Reference counting pointer to a PointVertex. More... | |
Namespaces | |
| bio | |
Functions | |
| template<typename P > | |
| std::ostream & | operator<< (std::ostream &os, const bio::PointVertex< P > &v) |
| Print of a PointVertex. More... | |
| template<typename P > | |
| std::ostream & | operator<< (std::ostream &os, const bio::PointVertexRef< P > &v) |
| Print of a PointVertex. More... | |
| 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::BaseVertex::BaseVertexRef, and bio::PointVertexRef< 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.