bioprocessing  5.1.2
pointvertex.h File Reference
#include <bioprocessing/graph/basevertex.h>
#include <cartobase/smart/rcptr.h>
#include <typeinfo>
Include dependency graph for pointvertex.h:
This graph shows which files directly or indirectly include this file:

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

 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...
 

Function Documentation

◆ operator<<() [1/2]

template<typename P >
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().

◆ operator<<() [2/2]

template<typename P >
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.