#include <component_polygon.h>
Public Types | |
typedef T::EdgeType | EdgeType |
Public Member Functions | |
void | Alloc (const int &ns) |
T::EdgePointer const | cFEp (const int j) const |
void | Dealloc () |
T::EdgePointer const | FEp (const int j) const |
T::EdgePointer & | FEp (const int j) |
template<class LeftF > | |
void | ImportLocal (const LeftF &leftF) |
PFEAdj () | |
Static Public Member Functions | |
static bool | HasFEAdjacency () |
static bool | HasFEAdjacencyOcc () |
static void | Name (std::vector< std::string > &name) |
Public Attributes | |
T::EdgePointer * | _fepP |
Definition at line 281 of file component_polygon.h.
typedef T::EdgeType vcg::face::PFEAdj< T >::EdgeType |
Definition at line 283 of file component_polygon.h.
vcg::face::PFEAdj< T >::PFEAdj | ( | ) | [inline] |
Definition at line 284 of file component_polygon.h.
void vcg::face::PFEAdj< T >::Alloc | ( | const int & | ns | ) | [inline] |
Definition at line 291 of file component_polygon.h.
T::EdgePointer const vcg::face::PFEAdj< T >::cFEp | ( | const int | j | ) | const [inline] |
Definition at line 287 of file component_polygon.h.
void vcg::face::PFEAdj< T >::Dealloc | ( | ) | [inline] |
Definition at line 299 of file component_polygon.h.
T::EdgePointer const vcg::face::PFEAdj< T >::FEp | ( | const int | j | ) | const [inline] |
Definition at line 286 of file component_polygon.h.
T::EdgePointer& vcg::face::PFEAdj< T >::FEp | ( | const int | j | ) | [inline] |
Definition at line 285 of file component_polygon.h.
static bool vcg::face::PFEAdj< T >::HasFEAdjacency | ( | ) | [inline, static] |
Definition at line 301 of file component_polygon.h.
static bool vcg::face::PFEAdj< T >::HasFEAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 302 of file component_polygon.h.
void vcg::face::PFEAdj< T >::ImportLocal | ( | const LeftF & | leftF | ) | [inline] |
Definition at line 290 of file component_polygon.h.
static void vcg::face::PFEAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 303 of file component_polygon.h.
T::EdgePointer* vcg::face::PFEAdj< T >::_fepP |
Definition at line 306 of file component_polygon.h.