Template Class ColorVertex
Defined in File ColorVertex.hpp
Inheritance Relationships
Base Type
public lvr2::BaseVector< T >(Template Struct BaseVector)
Class Documentation
-
template<typename T, typename ColorT>
class ColorVertex : public lvr2::BaseVector<T> A color vertex.
Public Functions
-
inline ColorVertex()
Default constructor. All coordinates and the color are initialized with zeros.
-
inline ColorVertex(const CoordType &_x, const CoordType &_y, const CoordType &_z)
Builds a ColorVertex with the given coordinates.
-
inline ColorVertex(const CoordType &_x, const CoordType &_y, const CoordType &_z, const unsigned char _r, const unsigned char _g, const unsigned char _b, ...)
Builds a Vertex with the given coordinates.
-
inline ColorVertex(const ColorVertex &o)
Copy Ctor.
-
inline ColorVertex()