#include <component_ocf.h>
Public Member Functions | |
int | cVFi () const |
T::FacePointer | cVFp () const |
template<class LeftV > | |
void | ImportData (const LeftV &leftV) |
int & | VFi () |
T::FacePointer & | VFp () |
Static Public Member Functions | |
static bool | HasVFAdjacency () |
static bool | HasVFAdjacencyOcf () |
static bool | IsVFAdjacencyEnabled (const typename T::VertexType *vp) |
Definition at line 373 of file vertex/component_ocf.h.
int vcg::vertex::VFAdjOcf< T >::cVFi | ( | ) | const [inline] |
Definition at line 389 of file vertex/component_ocf.h.
T::FacePointer vcg::vertex::VFAdjOcf< T >::cVFp | ( | ) | const [inline] |
Definition at line 380 of file vertex/component_ocf.h.
static bool vcg::vertex::VFAdjOcf< T >::HasVFAdjacency | ( | ) | [inline, static] |
Definition at line 399 of file vertex/component_ocf.h.
static bool vcg::vertex::VFAdjOcf< T >::HasVFAdjacencyOcf | ( | ) | [inline, static] |
Definition at line 400 of file vertex/component_ocf.h.
void vcg::vertex::VFAdjOcf< T >::ImportData | ( | const LeftV & | leftV | ) | [inline] |
Definition at line 394 of file vertex/component_ocf.h.
static bool vcg::vertex::VFAdjOcf< T >::IsVFAdjacencyEnabled | ( | const typename T::VertexType * | vp | ) | [inline, static] |
Definition at line 401 of file vertex/component_ocf.h.
int& vcg::vertex::VFAdjOcf< T >::VFi | ( | ) | [inline] |
Definition at line 385 of file vertex/component_ocf.h.
T::FacePointer& vcg::vertex::VFAdjOcf< T >::VFp | ( | ) | [inline] |
Definition at line 375 of file vertex/component_ocf.h.