$darkmode
VCG Library
Public Member Functions | Static Public Member Functions | List of all members
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 >:

Public Member Functions

T::FacePointer & EFp ()
 
T::FacePointer cEFp () const
 
int & EFi ()
 
int cEFi () const
 
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)
 

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

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