#include <component.h>
Public Member Functions | |
void | Alloc (const int &ns) |
T::FacePointer | cEFp (const int j) const |
void | Dealloc () |
EFAdj () | |
T::FacePointer & | EFp (const int j) |
template<class RightValueType > | |
void | ImportData (const RightValueType &rightF) |
char & | VFi (const int j) |
Static Public Member Functions | |
static bool | HasEFAdjacency () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
char | _efi [3] |
T::FacePointer | _efp [3] |
Definition at line 578 of file face/component.h.
vcg::face::EFAdj< T >::EFAdj | ( | ) | [inline] |
Definition at line 580 of file face/component.h.
void vcg::face::EFAdj< T >::Alloc | ( | const int & | ns | ) | [inline] |
Definition at line 593 of file face/component.h.
T::FacePointer vcg::face::EFAdj< T >::cEFp | ( | const int | j | ) | const [inline] |
Definition at line 589 of file face/component.h.
void vcg::face::EFAdj< T >::Dealloc | ( | ) | [inline] |
Definition at line 594 of file face/component.h.
T::FacePointer& vcg::face::EFAdj< T >::EFp | ( | const int | j | ) | [inline] |
Definition at line 588 of file face/component.h.
static bool vcg::face::EFAdj< T >::HasEFAdjacency | ( | ) | [inline, static] |
Definition at line 595 of file face/component.h.
void vcg::face::EFAdj< T >::ImportData | ( | const RightValueType & | rightF | ) | [inline] |
Definition at line 592 of file face/component.h.
static void vcg::face::EFAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 596 of file face/component.h.
char& vcg::face::EFAdj< T >::VFi | ( | const int | j | ) | [inline] |
Definition at line 590 of file face/component.h.
char vcg::face::EFAdj< T >::_efi[3] [private] |
Definition at line 600 of file face/component.h.
T::FacePointer vcg::face::EFAdj< T >::_efp[3] [private] |
Definition at line 599 of file face/component.h.