#include <component.h>
Public Member Functions | |
T::FacePointer const | cVFp () const |
template<class LeftV > | |
void | ImportData (const LeftV &left) |
VFAdj () | |
int & | VFi () |
T::FacePointer & | VFp () |
Static Public Member Functions | |
static bool | HasVFAdjacency () |
static bool | HasVFAdjacencyOcc () |
static void | Name (std::vector< std::string > &name) |
Private Attributes | |
T::FacePointer | _fp |
int | _zp |
Definition at line 450 of file vertex/component.h.
vcg::vertex::VFAdj< T >::VFAdj | ( | ) | [inline] |
Definition at line 452 of file vertex/component.h.
T::FacePointer const vcg::vertex::VFAdj< T >::cVFp | ( | ) | const [inline] |
Definition at line 454 of file vertex/component.h.
static bool vcg::vertex::VFAdj< T >::HasVFAdjacency | ( | ) | [inline, static] |
Definition at line 458 of file vertex/component.h.
static bool vcg::vertex::VFAdj< T >::HasVFAdjacencyOcc | ( | ) | [inline, static] |
Definition at line 459 of file vertex/component.h.
void vcg::vertex::VFAdj< T >::ImportData | ( | const LeftV & | left | ) | [inline] |
Reimplemented in vcg::vertex::Coord< vcg::Point3f, Arity1< vertex::EmptyCore< MyUsedTypes >, vertex::VFAdj > >, vcg::vertex::Normal< vcg::Point3f, Arity2< vertex::EmptyCore< MyUsedTypes >, vertex::VFAdj, vertex::Coord3f > >, vcg::vertex::Mark< Arity3< vertex::EmptyCore< MyUsedTypes >, vertex::VFAdj, vertex::Coord3f, vertex::Normal3f > >, vcg::vertex::BitFlags< Arity4< vertex::EmptyCore< MyUsedTypes >, vertex::VFAdj, vertex::Coord3f, vertex::Normal3f, vertex::Mark > >, and vcg::vertex::BitFlags< Arity3< vertex::EmptyCore< MyUsedTypes >, vertex::VFAdj, vertex::Coord3f, vertex::Normal3f > >.
Definition at line 457 of file vertex/component.h.
static void vcg::vertex::VFAdj< T >::Name | ( | std::vector< std::string > & | name | ) | [inline, static] |
Reimplemented in vcg::vertex::Coord< vcg::Point3f, Arity1< vertex::EmptyCore< MyUsedTypes >, vertex::VFAdj > >, vcg::vertex::Coord3f< Arity1< vertex::EmptyCore< MyUsedTypes >, vertex::VFAdj > >, vcg::vertex::Normal< vcg::Point3f, Arity2< vertex::EmptyCore< MyUsedTypes >, vertex::VFAdj, vertex::Coord3f > >, vcg::vertex::Normal3f< Arity2< vertex::EmptyCore< MyUsedTypes >, vertex::VFAdj, vertex::Coord3f > >, vcg::vertex::Mark< Arity3< vertex::EmptyCore< MyUsedTypes >, vertex::VFAdj, vertex::Coord3f, vertex::Normal3f > >, vcg::vertex::BitFlags< Arity4< vertex::EmptyCore< MyUsedTypes >, vertex::VFAdj, vertex::Coord3f, vertex::Normal3f, vertex::Mark > >, and vcg::vertex::BitFlags< Arity3< vertex::EmptyCore< MyUsedTypes >, vertex::VFAdj, vertex::Coord3f, vertex::Normal3f > >.
Definition at line 460 of file vertex/component.h.
int& vcg::vertex::VFAdj< T >::VFi | ( | ) | [inline] |
Definition at line 455 of file vertex/component.h.
T::FacePointer& vcg::vertex::VFAdj< T >::VFp | ( | ) | [inline] |
Definition at line 453 of file vertex/component.h.
T::FacePointer vcg::vertex::VFAdj< T >::_fp [private] |
Definition at line 463 of file vertex/component.h.
int vcg::vertex::VFAdj< T >::_zp [private] |
Definition at line 464 of file vertex/component.h.