#include <component.h>
Public Member Functions | |
void | Alloc (const int &ns) |
T::HEdgePointer | cFHp () const |
void | Dealloc () |
FHAdj () | |
T::HEdgePointer & | FHp () |
template<class RightValueType > | |
void | ImportData (const RightValueType &rightF) |
Static Public Member Functions | |
static bool | HasFHAdjacency () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
T::HEdgePointer | _fh |
Definition at line 680 of file face/component.h.
vcg::face::FHAdj< T >::FHAdj | ( | ) | [inline] |
Definition at line 682 of file face/component.h.
void vcg::face::FHAdj< T >::Alloc | ( | const int & | ns | ) | [inline] |
Definition at line 688 of file face/component.h.
T::HEdgePointer vcg::face::FHAdj< T >::cFHp | ( | ) | const [inline] |
Definition at line 684 of file face/component.h.
void vcg::face::FHAdj< T >::Dealloc | ( | ) | [inline] |
Definition at line 689 of file face/component.h.
T::HEdgePointer& vcg::face::FHAdj< T >::FHp | ( | ) | [inline] |
Definition at line 683 of file face/component.h.
static bool vcg::face::FHAdj< T >::HasFHAdjacency | ( | ) | [inline, static] |
Definition at line 690 of file face/component.h.
void vcg::face::FHAdj< T >::ImportData | ( | const RightValueType & | rightF | ) | [inline] |
Definition at line 687 of file face/component.h.
static void vcg::face::FHAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 691 of file face/component.h.
T::HEdgePointer vcg::face::FHAdj< T >::_fh [private] |
Definition at line 694 of file face/component.h.