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

Component: Per vertex Vertex-Edge adjacency relation companion component This component implement one element of the list of edges incident on a vertex. You must use this component only toghether with the corresponding vcg::vertex::VEAdj component in the vertex type More...

#include <component.h>

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

Public Member Functions

T::EdgePointer & VEp (const int &i)
 
T::EdgePointer cVEp (const int &i) const
 
int & VEi (const int &i)
 
int VEi (const int &i) const
 
int cVEi (const int &i) const
 
template<class LeftV >
void ImportData (const LeftV &left)
 

Static Public Member Functions

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

Detailed Description

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

Component: Per vertex Vertex-Edge adjacency relation companion component This component implement one element of the list of edges incident on a vertex. You must use this component only toghether with the corresponding vcg::vertex::VEAdj component in the vertex type

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

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