-------------------------- NORMAL ---------------------------------------- More...
#include <vertex_component.h>
Public Types | |
typedef T | NormalType |
typedef NormalType::ValueType | ScalarType |
Public Member Functions | |
NormalType & | operator= (NormalType &n2) |
OSGNormalCore (OSG::GeometryPtr p, int i) | |
ScalarType | X () |
ScalarType | Y () |
ScalarType | Z () |
~OSGNormalCore () | |
Private Attributes | |
OSG::GeometryPtr | _geopointer |
int | _vertexindex |
-------------------------- NORMAL ----------------------------------------
Definition at line 149 of file vertex_component.h.
typedef T vcg::vert::OSGNormalCore< T >::NormalType |
Definition at line 152 of file vertex_component.h.
typedef NormalType::ValueType vcg::vert::OSGNormalCore< T >::ScalarType |
Definition at line 153 of file vertex_component.h.
vcg::vert::OSGNormalCore< T >::OSGNormalCore | ( | OSG::GeometryPtr | p, | |
int | i | |||
) | [inline] |
Definition at line 154 of file vertex_component.h.
vcg::vert::OSGNormalCore< T >::~OSGNormalCore | ( | ) | [inline] |
Definition at line 155 of file vertex_component.h.
NormalType& vcg::vert::OSGNormalCore< T >::operator= | ( | NormalType & | n2 | ) | [inline] |
Set coordinates
Warning : instead of returning the left side operand we return the right one !!!
Definition at line 156 of file vertex_component.h.
ScalarType vcg::vert::OSGNormalCore< T >::X | ( | ) | [inline] |
Get coordinates
Definition at line 165 of file vertex_component.h.
ScalarType vcg::vert::OSGNormalCore< T >::Y | ( | ) | [inline] |
Get coordinates
Definition at line 174 of file vertex_component.h.
ScalarType vcg::vert::OSGNormalCore< T >::Z | ( | ) | [inline] |
Get coordinates
Definition at line 183 of file vertex_component.h.
OSG::GeometryPtr vcg::vert::OSGNormalCore< T >::_geopointer [private] |
Definition at line 193 of file vertex_component.h.
int vcg::vert::OSGNormalCore< T >::_vertexindex [private] |
Definition at line 194 of file vertex_component.h.