#include <component_ocf.h>
Public Member Functions | |
int | cVFi () const |
T::FacePointer | cVFp () const |
template<class RightVertexType > | |
void | ImportData (const RightVertexType &rightV) |
bool | IsVFAdjacencyEnabled (const typename T::VertexType *vp) |
int & | VFi () |
T::FacePointer & | VFp () |
Static Public Member Functions | |
static bool | HasVFAdjacency () |
static bool | HasVFAdjacencyOcf () |
static void | Name (std::vector< std::string > &name) |
Definition at line 273 of file vertex/component_ocf.h.
int vcg::vertex::VFAdjOcf< T >::cVFi | ( | ) | const [inline] |
Definition at line 288 of file vertex/component_ocf.h.
T::FacePointer vcg::vertex::VFAdjOcf< T >::cVFp | ( | ) | const [inline] |
Definition at line 279 of file vertex/component_ocf.h.
static bool vcg::vertex::VFAdjOcf< T >::HasVFAdjacency | ( | ) | [inline, static] |
Definition at line 298 of file vertex/component_ocf.h.
static bool vcg::vertex::VFAdjOcf< T >::HasVFAdjacencyOcf | ( | ) | [inline, static] |
Definition at line 299 of file vertex/component_ocf.h.
void vcg::vertex::VFAdjOcf< T >::ImportData | ( | const RightVertexType & | rightV | ) | [inline] |
bool vcg::vertex::VFAdjOcf< T >::IsVFAdjacencyEnabled | ( | const typename T::VertexType * | vp | ) | [inline] |
Definition at line 300 of file vertex/component_ocf.h.
static void vcg::vertex::VFAdjOcf< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
int& vcg::vertex::VFAdjOcf< T >::VFi | ( | ) | [inline] |
Definition at line 284 of file vertex/component_ocf.h.
T::FacePointer& vcg::vertex::VFAdjOcf< T >::VFp | ( | ) | [inline] |
Definition at line 275 of file vertex/component_ocf.h.