Public Member Functions | Static Public Member Functions | Private Attributes
vcg::edge::EEAdj< T > Class Template Reference

Component: Edge-Edge adjacency relation This component implement store the pointer (and index) of the adjacent edges. If the vertex is 1-manifold (as in a classical polyline) it holds that: More...

#include <component.h>

Inheritance diagram for vcg::edge::EEAdj< T >:
Inheritance graph
[legend]

List of all members.

Public Member Functions

int cEEi (const int &i) const
T::EdgePointer cEEp (const int &i) const
 EEAdj ()
int & EEi (const int &i)
T::EdgePointer & EEp (const int &i)
template<class LeftV >
void ImportData (const LeftV &left)

Static Public Member Functions

static bool HasEEAdjacency ()
static bool HasEEAdjacencyOcc ()
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::EEAdj< T >

Component: Edge-Edge adjacency relation This component implement store the pointer (and index) of the adjacent edges. If the vertex is 1-manifold (as in a classical polyline) it holds that:

   e->EEp(i)->EEp(e->EEi(i)) == e

otherwise the edges are connected in a unordered chain (quite similar to how Face-Face adjacency relation is stored);

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

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


Constructor & Destructor Documentation

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

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


Member Function Documentation

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

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

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

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

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

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

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

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

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

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

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

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

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

Member Data Documentation

template<class T>
T::EdgePointer vcg::edge::EEAdj< T >::_ep[2] [private]

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

template<class T>
int vcg::edge::EEAdj< T >::_zp[2] [private]

Definition at line 316 of file edge/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:41:24