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

List of all members.

Public Member Functions

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

Static Public Member Functions

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

Private Attributes

T::EdgePointer _ep [2]
int _zp [2]

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

Definition at line 267 of file edge/component.h.


Constructor & Destructor Documentation

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

Definition at line 269 of file edge/component.h.


Member Function Documentation

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

Definition at line 273 of file edge/component.h.

template<class T>
T::EdgePointer vcg::edge::VEAdj< T >::cVEp ( const int &  i) const [inline]

Definition at line 271 of file edge/component.h.

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

Definition at line 277 of file edge/component.h.

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

Definition at line 278 of file edge/component.h.

template<class T>
template<class LeftV >
void vcg::edge::VEAdj< T >::ImportData ( const LeftV &  left) [inline]
template<class T>
static void vcg::edge::VEAdj< T >::Name ( std::vector< std::string > &  name) [inline, static]
template<class T>
int& vcg::edge::VEAdj< T >::VEi ( const int &  i) [inline]

Definition at line 272 of file edge/component.h.

template<class T>
T::EdgePointer& vcg::edge::VEAdj< T >::VEp ( const int &  i) [inline]

Definition at line 270 of file edge/component.h.


Member Data Documentation

template<class T>
T::EdgePointer vcg::edge::VEAdj< T >::_ep[2] [private]
template<class T>
int vcg::edge::VEAdj< T >::_zp[2] [private]

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:41:25