#include <component.h>
Public Member Functions | |
void | Alloc (const int &ns) |
T::HEdgePointer const | cFHp () const |
void | Dealloc () |
FHAdj () | |
T::HEdgePointer & | FHp () |
template<class RightF > | |
void | ImportData (const RightF &rightF) |
Static Public Member Functions | |
static bool | HasFHAdjacency () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
T::HEdgePointer | _fh |
Definition at line 667 of file face/component.h.
vcg::face::FHAdj< T >::FHAdj | ( | ) | [inline] |
Definition at line 669 of file face/component.h.
void vcg::face::FHAdj< T >::Alloc | ( | const int & | ns | ) | [inline] |
Definition at line 675 of file face/component.h.
T::HEdgePointer const vcg::face::FHAdj< T >::cFHp | ( | ) | const [inline] |
Definition at line 671 of file face/component.h.
void vcg::face::FHAdj< T >::Dealloc | ( | ) | [inline] |
Definition at line 676 of file face/component.h.
T::HEdgePointer& vcg::face::FHAdj< T >::FHp | ( | ) | [inline] |
Definition at line 670 of file face/component.h.
static bool vcg::face::FHAdj< T >::HasFHAdjacency | ( | ) | [inline, static] |
Definition at line 677 of file face/component.h.
void vcg::face::FHAdj< T >::ImportData | ( | const RightF & | rightF | ) | [inline] |
Definition at line 674 of file face/component.h.
static void vcg::face::FHAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 678 of file face/component.h.
T::HEdgePointer vcg::face::FHAdj< T >::_fh [private] |
Definition at line 681 of file face/component.h.