CFx SDK Documentation  2020SP3
Protected Member Functions | Protected Attributes | List of all members
GeMesh::GeSimplificationBase Class Referenceabstract

#include <GeTrMeshSimplification.h>

Inheritance diagram for GeMesh::GeSimplificationBase:
GeMesh::GeTrngSimplification

Protected Member Functions

 GeSimplificationBase ()
 
void reset (OdGePoint3dArray &vx)
 
void computeErrorOnPair (int iPair)
 
virtual bool computeQ (int iVt)=0
 

Protected Attributes

OdGePoint3dArraym_pVx
 
double m_eps2
 
double m_maxEdLen2
 
OdArray< OdGeMatrix3dm_Q
 
OdArray< VertexPairm_pair
 
OdArray< OdArray< int > > m_vxToPair
 
std::set< VertexPairKeym_pairMap
 

Detailed Description

Definition at line 127 of file GeTrMeshSimplification.h.

Constructor & Destructor Documentation

◆ GeSimplificationBase()

GeMesh::GeSimplificationBase::GeSimplificationBase ( )
protected

Member Function Documentation

◆ computeErrorOnPair()

void GeMesh::GeSimplificationBase::computeErrorOnPair ( int  iPair)
protected

◆ computeQ()

virtual bool GeMesh::GeSimplificationBase::computeQ ( int  iVt)
protectedpure virtual

◆ reset()

void GeMesh::GeSimplificationBase::reset ( OdGePoint3dArray vx)
protected

Member Data Documentation

◆ m_eps2

double GeMesh::GeSimplificationBase::m_eps2
protected

Definition at line 139 of file GeTrMeshSimplification.h.

◆ m_maxEdLen2

double GeMesh::GeSimplificationBase::m_maxEdLen2
protected

Definition at line 141 of file GeTrMeshSimplification.h.

◆ m_pair

OdArray<VertexPair> GeMesh::GeSimplificationBase::m_pair
protected

Definition at line 145 of file GeTrMeshSimplification.h.

◆ m_pairMap

std::set<VertexPairKey> GeMesh::GeSimplificationBase::m_pairMap
protected

Definition at line 149 of file GeTrMeshSimplification.h.

◆ m_pVx

OdGePoint3dArray* GeMesh::GeSimplificationBase::m_pVx
protected

Definition at line 137 of file GeTrMeshSimplification.h.

◆ m_Q

OdArray<OdGeMatrix3d> GeMesh::GeSimplificationBase::m_Q
protected

Definition at line 143 of file GeTrMeshSimplification.h.

◆ m_vxToPair

OdArray<OdArray<int> > GeMesh::GeSimplificationBase::m_vxToPair
protected

Definition at line 147 of file GeTrMeshSimplification.h.


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