Developer Documentation
Loading...
Searching...
No Matches
MeshFixing< MeshT >::Vertex Struct Reference

Internal vertex type. More...

Public Member Functions

 Vertex (const ACG::Vec3d &_p)
 

Public Attributes

ACG::Vec3d p
 
std::vector< unsigned int > faces
 This vector will contain a list of all faces incident to the current vertex.
 

Detailed Description

template<class MeshT>
struct MeshFixing< MeshT >::Vertex

Internal vertex type.

Definition at line 121 of file MeshFixingT.hh.

Constructor & Destructor Documentation

◆ Vertex()

template<class MeshT >
MeshFixing< MeshT >::Vertex::Vertex ( const ACG::Vec3d _p)
inlineexplicit

Definition at line 123 of file MeshFixingT.hh.

Member Data Documentation

◆ faces

template<class MeshT >
std::vector<unsigned int> MeshFixing< MeshT >::Vertex::faces

This vector will contain a list of all faces incident to the current vertex.

Definition at line 127 of file MeshFixingT.hh.

◆ p

template<class MeshT >
ACG::Vec3d MeshFixing< MeshT >::Vertex::p

Definition at line 124 of file MeshFixingT.hh.


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