#include <component_polygon.h>
Public Types | |
typedef T::VertexType | VertexType |
typedef int | VFAdjType |
Public Member Functions | |
void | Alloc (const int &ns) |
const char & | cFFi (const int j) const |
T::FacePointer const | cFFp (const int) const |
const char & | cVFi (const int j) |
T::FacePointer const | cVFp (const int) const |
void | Dealloc () |
char & | FFi (const int j) |
T::FacePointer & | FFp (const int) |
template<class LeftF > | |
void | ImportLocal (const LeftF &leftF) |
char & | VFi (const int j) |
T::FacePointer & | VFp (const int) |
Static Public Member Functions | |
static bool | HasFFAdjacency () |
static bool | HasFFAdjacencyOcc () |
static bool | HasVFAdjacency () |
static bool | HasVFAdjacencyOcc () |
static void | Name (std::vector< std::string > &name) |
Definition at line 174 of file component_polygon.h.
typedef T::VertexType vcg::face::EmptyPVFAdj< T >::VertexType |
Definition at line 176 of file component_polygon.h.
typedef int vcg::face::EmptyPVFAdj< T >::VFAdjType |
Definition at line 177 of file component_polygon.h.
void vcg::face::EmptyPVFAdj< T >::Alloc | ( | const int & | ns | ) | [inline] |
Definition at line 188 of file component_polygon.h.
const char& vcg::face::EmptyPVFAdj< T >::cFFi | ( | const int | j | ) | const [inline] |
Definition at line 185 of file component_polygon.h.
T::FacePointer const vcg::face::EmptyPVFAdj< T >::cFFp | ( | const | int | ) | const [inline] |
Definition at line 181 of file component_polygon.h.
const char& vcg::face::EmptyPVFAdj< T >::cVFi | ( | const int | j | ) | [inline] |
Definition at line 184 of file component_polygon.h.
T::FacePointer const vcg::face::EmptyPVFAdj< T >::cVFp | ( | const | int | ) | const [inline] |
Definition at line 179 of file component_polygon.h.
void vcg::face::EmptyPVFAdj< T >::Dealloc | ( | ) | [inline] |
Definition at line 189 of file component_polygon.h.
char& vcg::face::EmptyPVFAdj< T >::FFi | ( | const int | j | ) | [inline] |
Definition at line 183 of file component_polygon.h.
T::FacePointer& vcg::face::EmptyPVFAdj< T >::FFp | ( | const | int | ) | [inline] |
Definition at line 180 of file component_polygon.h.
static bool vcg::face::EmptyPVFAdj< T >::HasFFAdjacency | ( | ) | [inline, static] |
Definition at line 191 of file component_polygon.h.
static bool vcg::face::EmptyPVFAdj< T >::HasFFAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 192 of file component_polygon.h.
static bool vcg::face::EmptyPVFAdj< T >::HasVFAdjacency | ( | ) | [inline, static] |
Definition at line 190 of file component_polygon.h.
static bool vcg::face::EmptyPVFAdj< T >::HasVFAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 193 of file component_polygon.h.
void vcg::face::EmptyPVFAdj< T >::ImportLocal | ( | const LeftF & | leftF | ) | [inline] |
Definition at line 187 of file component_polygon.h.
static void vcg::face::EmptyPVFAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 194 of file component_polygon.h.
char& vcg::face::EmptyPVFAdj< T >::VFi | ( | const int | j | ) | [inline] |
Definition at line 182 of file component_polygon.h.
T::FacePointer& vcg::face::EmptyPVFAdj< T >::VFp | ( | const | int | ) | [inline] |
Definition at line 178 of file component_polygon.h.