#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 | ImportLocal (const LeftF &leftF) |
PVFAdj () | |
char & | VFi (const int j) |
T::FacePointer const | VFp (const int j) const |
T::FacePointer & | VFp (const int j) |
Static Public Member Functions | |
static bool | HasVFAdjacency () |
static bool | HasVFAdjacencyOcc () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
char * | _vfiP |
T::FacePointer * | _vfpP |
Definition at line 198 of file component_polygon.h.
typedef T::FaceType vcg::face::PVFAdj< T >::FaceType |
Definition at line 207 of file component_polygon.h.
typedef T::VertexType vcg::face::PVFAdj< T >::VertexType |
Definition at line 206 of file component_polygon.h.
vcg::face::PVFAdj< T >::PVFAdj | ( | ) | [inline] |
Definition at line 201 of file component_polygon.h.
void vcg::face::PVFAdj< T >::Alloc | ( | const int & | ns | ) | [inline] |
Definition at line 214 of file component_polygon.h.
T::FacePointer const vcg::face::PVFAdj< T >::cVFp | ( | const int | j | ) | const [inline] |
Definition at line 210 of file component_polygon.h.
void vcg::face::PVFAdj< T >::Dealloc | ( | ) | [inline] |
Definition at line 224 of file component_polygon.h.
static bool vcg::face::PVFAdj< T >::HasVFAdjacency | ( | ) | [inline, static] |
Definition at line 231 of file component_polygon.h.
static bool vcg::face::PVFAdj< T >::HasVFAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 232 of file component_polygon.h.
void vcg::face::PVFAdj< T >::ImportLocal | ( | const LeftF & | leftF | ) | [inline] |
Definition at line 213 of file component_polygon.h.
static void vcg::face::PVFAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 233 of file component_polygon.h.
char& vcg::face::PVFAdj< T >::VFi | ( | const int | j | ) | [inline] |
Definition at line 211 of file component_polygon.h.
T::FacePointer const vcg::face::PVFAdj< T >::VFp | ( | const int | j | ) | const [inline] |
Definition at line 209 of file component_polygon.h.
T::FacePointer& vcg::face::PVFAdj< T >::VFp | ( | const int | j | ) | [inline] |
Definition at line 208 of file component_polygon.h.
char* vcg::face::PVFAdj< T >::_vfiP [private] |
Definition at line 237 of file component_polygon.h.
T::FacePointer* vcg::face::PVFAdj< T >::_vfpP [private] |
Definition at line 236 of file component_polygon.h.