Public Member Functions | Static Public Member Functions | Private Attributes
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 >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

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

Static Public Member Functions

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

Private Attributes

T::EdgePointer _ep
int _zp

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

Definition at line 520 of file vertex/component.h.


Constructor & Destructor Documentation

template<class T>
vcg::vertex::VEAdj< T >::VEAdj ( ) [inline]

Definition at line 522 of file vertex/component.h.


Member Function Documentation

template<class T>
int vcg::vertex::VEAdj< T >::cVEi ( ) const [inline]

Definition at line 526 of file vertex/component.h.

template<class T>
T::EdgePointer vcg::vertex::VEAdj< T >::cVEp ( ) const [inline]

Definition at line 524 of file vertex/component.h.

template<class T>
static bool vcg::vertex::VEAdj< T >::HasVEAdjacency ( ) [inline, static]

Definition at line 529 of file vertex/component.h.

template<class T>
template<class RightValueType >
void vcg::vertex::VEAdj< T >::ImportData ( const RightValueType &  rVert) [inline]
template<class T>
static void vcg::vertex::VEAdj< T >::Name ( std::vector< std::string > &  name) [inline, static]
template<class T>
int& vcg::vertex::VEAdj< T >::VEi ( ) [inline]

Definition at line 525 of file vertex/component.h.

template<class T>
T::EdgePointer& vcg::vertex::VEAdj< T >::VEp ( ) [inline]

Definition at line 523 of file vertex/component.h.


Member Data Documentation

template<class T>
T::EdgePointer vcg::vertex::VEAdj< T >::_ep [private]

Definition at line 533 of file vertex/component.h.

template<class T>
int vcg::vertex::VEAdj< T >::_zp [private]

Definition at line 534 of file vertex/component.h.


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


shape_reconstruction
Author(s): Roberto Martín-Martín
autogenerated on Sat Jun 8 2019 18:44:14