#include <component.h>
Public Member Functions | |
void | Alloc (const int &ns) |
const char & | cFEi (const int j) const |
T::FacePointer const | cFEp (const int j) const |
void | Dealloc () |
FEAdj () | |
char & | FEi (const int j) |
T::FacePointer const | FEp (const int j) const |
T::FacePointer & | FEp (const int j) |
T::FacePointer const | FEp1 (const int j) const |
T::FacePointer & | FEp1 (const int j) |
T::FacePointer const | FEp2 (const int j) const |
T::FacePointer & | FEp2 (const int j) |
template<class RightF > | |
void | ImportData (const RightF &rightF) |
Static Public Member Functions | |
static bool | HasFEAdjacency () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
char | _fei [3] |
T::FacePointer | _fep [3] |
Definition at line 634 of file face/component.h.
vcg::face::FEAdj< T >::FEAdj | ( | ) | [inline] |
Definition at line 636 of file face/component.h.
void vcg::face::FEAdj< T >::Alloc | ( | const int & | ns | ) | [inline] |
Definition at line 654 of file face/component.h.
const char& vcg::face::FEAdj< T >::cFEi | ( | const int | j | ) | const [inline] |
Definition at line 645 of file face/component.h.
T::FacePointer const vcg::face::FEAdj< T >::cFEp | ( | const int | j | ) | const [inline] |
Definition at line 643 of file face/component.h.
void vcg::face::FEAdj< T >::Dealloc | ( | ) | [inline] |
Definition at line 655 of file face/component.h.
char& vcg::face::FEAdj< T >::FEi | ( | const int | j | ) | [inline] |
Definition at line 644 of file face/component.h.
T::FacePointer const vcg::face::FEAdj< T >::FEp | ( | const int | j | ) | const [inline] |
Definition at line 642 of file face/component.h.
T::FacePointer& vcg::face::FEAdj< T >::FEp | ( | const int | j | ) | [inline] |
Definition at line 641 of file face/component.h.
T::FacePointer const vcg::face::FEAdj< T >::FEp1 | ( | const int | j | ) | const [inline] |
Definition at line 649 of file face/component.h.
T::FacePointer& vcg::face::FEAdj< T >::FEp1 | ( | const int | j | ) | [inline] |
Definition at line 647 of file face/component.h.
T::FacePointer const vcg::face::FEAdj< T >::FEp2 | ( | const int | j | ) | const [inline] |
Definition at line 650 of file face/component.h.
T::FacePointer& vcg::face::FEAdj< T >::FEp2 | ( | const int | j | ) | [inline] |
Definition at line 648 of file face/component.h.
static bool vcg::face::FEAdj< T >::HasFEAdjacency | ( | ) | [inline, static] |
Definition at line 656 of file face/component.h.
void vcg::face::FEAdj< T >::ImportData | ( | const RightF & | rightF | ) | [inline] |
Definition at line 653 of file face/component.h.
static void vcg::face::FEAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Definition at line 657 of file face/component.h.
char vcg::face::FEAdj< T >::_fei[3] [private] |
Definition at line 661 of file face/component.h.
T::FacePointer vcg::face::FEAdj< T >::_fep[3] [private] |
Definition at line 660 of file face/component.h.