#include <component_polygon.h>
Public Types | |
typedef T::FaceType | FaceType |
typedef T::VertexType | VertexType |
Public Member Functions | |
void | Alloc (const int &ns) |
T::FacePointer const | cVFp (const int j) const |
void | Dealloc () |
template<class LeftF > | |
void | ImportData (const LeftF &leftF) |
PVFAdj () | |
unsigned int | SizeNeigh () |
char & | VFi (const int j) |
T::FacePointer & | VFp (const int j) |
T::FacePointer const | VFp (const int j) const |
Static Public Member Functions | |
static bool | HasVFAdjacency () |
static void | Name (std::vector< std::string > &name) |
Private Member Functions | |
void | __Dealloc () |
Private Attributes | |
char * | _vfiP |
T::FacePointer * | _vfpP |
Definition at line 123 of file component_polygon.h.
typedef T::FaceType vcg::face::PVFAdj< T >::FaceType |
Definition at line 133 of file component_polygon.h.
typedef T::VertexType vcg::face::PVFAdj< T >::VertexType |
Definition at line 132 of file component_polygon.h.
vcg::face::PVFAdj< T >::PVFAdj | ( | ) | [inline] |
Definition at line 126 of file component_polygon.h.
void vcg::face::PVFAdj< T >::__Dealloc | ( | ) | [inline, private] |
Definition at line 156 of file component_polygon.h.
void vcg::face::PVFAdj< T >::Alloc | ( | const int & | ns | ) | [inline] |
Definition at line 140 of file component_polygon.h.
T::FacePointer const vcg::face::PVFAdj< T >::cVFp | ( | const int | j | ) | const [inline] |
Definition at line 136 of file component_polygon.h.
void vcg::face::PVFAdj< T >::Dealloc | ( | ) | [inline] |
Definition at line 147 of file component_polygon.h.
static bool vcg::face::PVFAdj< T >::HasVFAdjacency | ( | ) | [inline, static] |
Definition at line 152 of file component_polygon.h.
void vcg::face::PVFAdj< T >::ImportData | ( | const LeftF & | leftF | ) | [inline] |
Definition at line 139 of file component_polygon.h.
static void vcg::face::PVFAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 153 of file component_polygon.h.
unsigned int vcg::face::PVFAdj< T >::SizeNeigh | ( | ) | [inline] |
Definition at line 146 of file component_polygon.h.
char& vcg::face::PVFAdj< T >::VFi | ( | const int | j | ) | [inline] |
Definition at line 137 of file component_polygon.h.
T::FacePointer& vcg::face::PVFAdj< T >::VFp | ( | const int | j | ) | [inline] |
Definition at line 134 of file component_polygon.h.
T::FacePointer const vcg::face::PVFAdj< T >::VFp | ( | const int | j | ) | const [inline] |
Definition at line 135 of file component_polygon.h.
char* vcg::face::PVFAdj< T >::_vfiP [private] |
Definition at line 162 of file component_polygon.h.
T::FacePointer* vcg::face::PVFAdj< T >::_vfpP [private] |
Definition at line 161 of file component_polygon.h.