#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 & | FEp (const int j) |
| T::EdgePointer const | FEp (const int j) const |
| template<class LeftF > | |
| void | ImportData (const LeftF &leftF) |
| PFEAdj () | |
Static Public Member Functions | |
| static bool | HasFEAdjacency () |
| static void | Name (std::vector< std::string > &name) |
Private Member Functions | |
| void | __Dealloc () |
Private Attributes | |
| T::EdgePointer * | _fepP |
Definition at line 210 of file component_polygon.h.
| typedef T::EdgeType vcg::face::PFEAdj< T >::EdgeType |
Definition at line 212 of file component_polygon.h.
| vcg::face::PFEAdj< T >::PFEAdj | ( | ) | [inline] |
Definition at line 213 of file component_polygon.h.
| void vcg::face::PFEAdj< T >::__Dealloc | ( | ) | [inline, private] |
Definition at line 238 of file component_polygon.h.
| void vcg::face::PFEAdj< T >::Alloc | ( | const int & | ns | ) | [inline] |
Definition at line 225 of file component_polygon.h.
| T::EdgePointer const vcg::face::PFEAdj< T >::cFEp | ( | const int | j | ) | const [inline] |
Definition at line 221 of file component_polygon.h.
| void vcg::face::PFEAdj< T >::Dealloc | ( | ) | [inline] |
Definition at line 230 of file component_polygon.h.
| T::EdgePointer& vcg::face::PFEAdj< T >::FEp | ( | const int | j | ) | [inline] |
Definition at line 219 of file component_polygon.h.
| T::EdgePointer const vcg::face::PFEAdj< T >::FEp | ( | const int | j | ) | const [inline] |
Definition at line 220 of file component_polygon.h.
| static bool vcg::face::PFEAdj< T >::HasFEAdjacency | ( | ) | [inline, static] |
Definition at line 234 of file component_polygon.h.
| void vcg::face::PFEAdj< T >::ImportData | ( | const LeftF & | leftF | ) | [inline] |
Definition at line 224 of file component_polygon.h.
| static void vcg::face::PFEAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 235 of file component_polygon.h.
T::EdgePointer* vcg::face::PFEAdj< T >::_fepP [private] |
Definition at line 242 of file component_polygon.h.