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

Component: Per vertex Vertex-Edge adjacency relation It stores a pointer to the first Edge of a list edges that is stored in a distributed way on the edges themselves. More...

#include <component.h>

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

Public Member Functions

T::EdgePointer & VEp ()
 
const T::EdgePointer & cVEp () const
 
int & VEi ()
 
int VEi () const
 
int cVEi () const
 
template<class RightValueType >
void ImportData (const RightValueType &rVert)
 

Static Public Member Functions

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

Detailed Description

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

Component: Per vertex Vertex-Edge adjacency relation It stores a pointer to the first Edge of a list edges that is stored in a distributed way on the edges themselves.

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

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