$darkmode
VCG Library
Public Member Functions | Static Public Member Functions | List of all members
vcg::vertex::VFAdj< T > Class Template Reference

Component: Per vertex Vertex-Face adjacency relation More...

#include <component.h>

Inheritance diagram for vcg::vertex::VFAdj< T >:

Public Member Functions

T::FacePointer & VFp ()
 
const T::FacePointer & cVFp () const
 
int & VFi ()
 
int VFi () const
 
int cVFi () const
 
bool IsNull () const
 
template<class RightValueType >
void ImportData (const RightValueType &rVert)
 

Static Public Member Functions

static bool HasVFAdjacency ()
 
static void Name (std::vector< std::string > &name)
 

Detailed Description

template<class T>
class vcg::vertex::VFAdj< T >

Component: Per vertex Vertex-Face adjacency relation

It stores a pointer to the first face of a list of faces that is stored in a distributed way on the faces themselves. Note that if you use this component it is expected that on the Face you use also the corresponding vcg::face::VFAdj component.

See also
vcg::tri::UpdateTopology for functions that compute this relation
vcg::face::VFAdj
iterators

The documentation for this class was generated from the following file: