#include <component.h>
Public Member Functions | |
void | Alloc (const int &ns) |
T::EdgePointer | cFEp (int j) const |
void | Dealloc () |
FEAdj () | |
T::EdgePointer & | FEp (int j) |
T::EdgePointer & | FEp1 (int j) |
T::EdgePointer | FEp1 (int j) const |
T::EdgePointer & | FEp2 (int j) |
T::EdgePointer | FEp2 (int j) const |
template<class RightValueType > | |
void | ImportData (const RightValueType &rightF) |
Static Public Member Functions | |
static bool | HasFEAdjacency () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
char | _fei [3] |
T::EdgePointer | _fep [3] |
Definition at line 650 of file face/component.h.
vcg::face::FEAdj< T >::FEAdj | ( | ) | [inline] |
Definition at line 652 of file face/component.h.
void vcg::face::FEAdj< T >::Alloc | ( | const int & | ns | ) | [inline] |
Definition at line 668 of file face/component.h.
T::EdgePointer vcg::face::FEAdj< T >::cFEp | ( | int | j | ) | const [inline] |
Definition at line 659 of file face/component.h.
void vcg::face::FEAdj< T >::Dealloc | ( | ) | [inline] |
Definition at line 669 of file face/component.h.
T::EdgePointer& vcg::face::FEAdj< T >::FEp | ( | int | j | ) | [inline] |
Definition at line 658 of file face/component.h.
T::EdgePointer& vcg::face::FEAdj< T >::FEp1 | ( | int | j | ) | [inline] |
Definition at line 661 of file face/component.h.
T::EdgePointer vcg::face::FEAdj< T >::FEp1 | ( | int | j | ) | const [inline] |
Definition at line 663 of file face/component.h.
T::EdgePointer& vcg::face::FEAdj< T >::FEp2 | ( | int | j | ) | [inline] |
Definition at line 662 of file face/component.h.
T::EdgePointer vcg::face::FEAdj< T >::FEp2 | ( | int | j | ) | const [inline] |
Definition at line 664 of file face/component.h.
static bool vcg::face::FEAdj< T >::HasFEAdjacency | ( | ) | [inline, static] |
Definition at line 670 of file face/component.h.
void vcg::face::FEAdj< T >::ImportData | ( | const RightValueType & | rightF | ) | [inline] |
Definition at line 667 of file face/component.h.
static void vcg::face::FEAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 671 of file face/component.h.
char vcg::face::FEAdj< T >::_fei[3] [private] |
Definition at line 675 of file face/component.h.
T::EdgePointer vcg::face::FEAdj< T >::_fep[3] [private] |
Definition at line 674 of file face/component.h.