$darkmode
VCG Library
Classes | Public Types | Static Public Member Functions | List of all members
vcg::tri::UpdateIndexed< MeshType > Struct Template Reference

Classes

struct  VertexPairEdgePtr
 

Public Types

typedef MeshType::VertexType VertexType
 
typedef MeshType::VertexPointer VertexPointer
 
typedef MeshType::HEdgePointer HEdgePointer
 
typedef MeshType::HEdgeType HEdgeType
 
typedef MeshType::HEdgeIterator HEdgeIterator
 
typedef MeshType::FaceIterator FaceIterator
 
typedef MeshType::FaceType FaceType
 

Static Public Member Functions

static void FromHalfEdges (MeshType &m)
 

Member Function Documentation

◆ FromHalfEdges()

template<class MeshType >
static void vcg::tri::UpdateIndexed< MeshType >::FromHalfEdges ( MeshType &  m)
inlinestatic

builds an indexed data structure from a half-edge data structure. Note: if the half edge have the pointer to face their relation FV (face-vertex) will be computed and the data possibly stored in the face will be preserved.


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