CFx SDK Documentation  2022 SP0
Public Member Functions | Public Attributes | List of all members
GeMesh::VertexPair Struct Reference

#include <GeTrMeshSimplification.h>

Public Member Functions

 VertexPair ()
 
 VertexPair (int a, int b)
 
bool isPresent (int a)
 
bool equal (VertexPair &pair)
 
void replace (int a, int b)
 
int nb (int a)
 

Public Attributes

double m_cost
 
intPair m_edge
 
OdGePoint3d m_newVx
 

Detailed Description

Definition at line 101 of file GeTrMeshSimplification.h.

Constructor & Destructor Documentation

◆ VertexPair() [1/2]

GeMesh::VertexPair::VertexPair ( )
inline

Definition at line 103 of file GeTrMeshSimplification.h.

◆ VertexPair() [2/2]

GeMesh::VertexPair::VertexPair ( int  a,
int  b 
)
inline

Definition at line 104 of file GeTrMeshSimplification.h.

Member Function Documentation

◆ equal()

bool GeMesh::VertexPair::equal ( VertexPair pair)
inline

Definition at line 108 of file GeTrMeshSimplification.h.

◆ isPresent()

bool GeMesh::VertexPair::isPresent ( int  a)
inline

Definition at line 106 of file GeTrMeshSimplification.h.

◆ nb()

int GeMesh::VertexPair::nb ( int  a)

◆ replace()

void GeMesh::VertexPair::replace ( int  a,
int  b 
)

Member Data Documentation

◆ m_cost

double GeMesh::VertexPair::m_cost

Definition at line 113 of file GeTrMeshSimplification.h.

◆ m_edge

intPair GeMesh::VertexPair::m_edge

Definition at line 115 of file GeTrMeshSimplification.h.

◆ m_newVx

OdGePoint3d GeMesh::VertexPair::m_newVx

Definition at line 117 of file GeTrMeshSimplification.h.


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