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

Component: Edge-Face adjacency relation This component implement store the pointer to a face sharing this edge. More...

#include <component.h>

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

List of all members.

Public Member Functions

int cEFi () const
T::FacePointer cEFp () const
 EFAdj ()
int & EFi ()
T::FacePointer & EFp ()
template<class LeftV >
void ImportData (const LeftV &left)

Static Public Member Functions

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

Private Attributes

T::FacePointer _fp
int _zp

Detailed Description

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

Component: Edge-Face adjacency relation This component implement store the pointer to a face sharing this edge.

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

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


Constructor & Destructor Documentation

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

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


Member Function Documentation

template<class T >
int vcg::edge::EFAdj< T >::cEFi ( ) const [inline]

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

template<class T >
T::FacePointer vcg::edge::EFAdj< T >::cEFp ( ) const [inline]

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

template<class T >
int& vcg::edge::EFAdj< T >::EFi ( ) [inline]

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

template<class T >
T::FacePointer& vcg::edge::EFAdj< T >::EFp ( ) [inline]

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

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

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

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

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

template<class T >
template<class LeftV >
void vcg::edge::EFAdj< T >::ImportData ( const LeftV &  left) [inline]

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

template<class T >
static void vcg::edge::EFAdj< T >::Name ( std::vector< std::string > &  name) [inline, static]

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


Member Data Documentation

template<class T >
T::FacePointer vcg::edge::EFAdj< T >::_fp [private]

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

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

Definition at line 359 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:25