------------------------- COORD ----------------------------------------- More...
#include <vertex_component.h>
Public Types | |
typedef T | CoordType |
typedef CoordType::ValueType | ScalarType |
Public Member Functions | |
CoordType & | operator= (CoordType &p2) |
OSGCoordCore (OSG::GeometryPtr p, int i) | |
ScalarType | X () |
ScalarType | Y () |
ScalarType | Z () |
~OSGCoordCore () | |
Private Attributes | |
OSG::GeometryPtr | _geopointer |
int | _vertexindex |
------------------------- COORD -----------------------------------------
Core for the coordinate component templated with the coordinate type of the component
Definition at line 59 of file vertex_component.h.
typedef T vcg::vert::OSGCoordCore< T >::CoordType |
Definition at line 62 of file vertex_component.h.
typedef CoordType::ValueType vcg::vert::OSGCoordCore< T >::ScalarType |
Definition at line 63 of file vertex_component.h.
vcg::vert::OSGCoordCore< T >::OSGCoordCore | ( | OSG::GeometryPtr | p, | |
int | i | |||
) | [inline] |
Definition at line 64 of file vertex_component.h.
vcg::vert::OSGCoordCore< T >::~OSGCoordCore | ( | ) | [inline] |
Definition at line 65 of file vertex_component.h.
CoordType& vcg::vert::OSGCoordCore< T >::operator= | ( | CoordType & | p2 | ) | [inline] |
Set coordinates
Warning : instead of returning the left side operand we return the right one !!!
Definition at line 66 of file vertex_component.h.
ScalarType vcg::vert::OSGCoordCore< T >::X | ( | ) | [inline] |
Get coordinates
Definition at line 75 of file vertex_component.h.
ScalarType vcg::vert::OSGCoordCore< T >::Y | ( | ) | [inline] |
Get coordinates
Definition at line 84 of file vertex_component.h.
ScalarType vcg::vert::OSGCoordCore< T >::Z | ( | ) | [inline] |
Get coordinates
Definition at line 93 of file vertex_component.h.
OSG::GeometryPtr vcg::vert::OSGCoordCore< T >::_geopointer [private] |
Definition at line 103 of file vertex_component.h.
int vcg::vert::OSGCoordCore< T >::_vertexindex [private] |
Definition at line 104 of file vertex_component.h.