CFx SDK Documentation 2026 SP0
Loading...
Searching...
No Matches
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 113 of file GeTrMeshSimplification.h.

Constructor & Destructor Documentation

◆ VertexPair() [1/2]

GeMesh::VertexPair::VertexPair ( )
inline

Definition at line 115 of file GeTrMeshSimplification.h.

◆ VertexPair() [2/2]

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

Definition at line 116 of file GeTrMeshSimplification.h.

Member Function Documentation

◆ equal()

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

Definition at line 120 of file GeTrMeshSimplification.h.

◆ isPresent()

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

Definition at line 118 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 125 of file GeTrMeshSimplification.h.

◆ m_edge

intPair GeMesh::VertexPair::m_edge

Definition at line 127 of file GeTrMeshSimplification.h.

◆ m_newVx

OdGePoint3d GeMesh::VertexPair::m_newVx

Definition at line 129 of file GeTrMeshSimplification.h.


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