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

 
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 
 
 
 
Copyright © 2002–2022. Open Design Alliance. All rights reserved.