API Reference > Namespaces > GeMesh Namespace > Classes > VertexPair Structure
VertexPair Structure
Syntax
C++
struct VertexPair { double m_cost; intPair m_edge; OdGePoint3d m_newVx; };

GeTrMeshSimplification.h

This is class GeMesh::VertexPair.

 
Name 
Description 
 
This is the overview for the VertexPair constructor overload. 
 
Name 
Description 
 
cost (error) of contraction this pair 
 
indices of 2 vertices 
 
position of new point (after contraction) which minimizes error 
 
Name 
Description 
 
is equal? 
 
is this point present in pair? 
 
nb 
This is nb, a member of class VertexPair. 
 
This is replace, a member of class VertexPair. 
Copyright © 2002–2020. Open Design Alliance. All rights reserved.