#include <component_occ.h>
Public Types | |
typedef T::FacePointer | FacePointer |
typedef T::FaceType | FaceType |
typedef VFAdjTypeSup< typename T::VertexPointer > | VFAdjType |
Public Member Functions | |
FacePointer | cVFp (const int j) const |
char & | VFi (const int j) |
FacePointer & | VFp (const int j) |
Static Public Member Functions | |
static bool | HasVFAdjacency () |
static bool | HasVFAdjacencyOcc () |
Definition at line 141 of file face/component_occ.h.
typedef T::FacePointer vcg::face::VFAdjOccBase< A, T >::FacePointer |
Definition at line 146 of file face/component_occ.h.
typedef T::FaceType vcg::face::VFAdjOccBase< A, T >::FaceType |
Definition at line 145 of file face/component_occ.h.
typedef VFAdjTypeSup<typename T::VertexPointer> vcg::face::VFAdjOccBase< A, T >::VFAdjType |
Definition at line 144 of file face/component_occ.h.
FacePointer vcg::face::VFAdjOccBase< A, T >::cVFp | ( | const int | j | ) | const [inline] |
Definition at line 151 of file face/component_occ.h.
static bool vcg::face::VFAdjOccBase< A, T >::HasVFAdjacency | ( | ) | [inline, static] |
Definition at line 156 of file face/component_occ.h.
static bool vcg::face::VFAdjOccBase< A, T >::HasVFAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 157 of file face/component_occ.h.
char& vcg::face::VFAdjOccBase< A, T >::VFi | ( | const int | j | ) | [inline] |
Definition at line 154 of file face/component_occ.h.
FacePointer& vcg::face::VFAdjOccBase< A, T >::VFp | ( | const int | j | ) | [inline] |
Definition at line 148 of file face/component_occ.h.