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

◆ m_maxEdLen2

double GeMesh::GeSimplificationBase::m_maxEdLen2
protected

Definition at line 150 of file GeTrMeshSimplification.h.

◆ m_pair

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

Definition at line 154 of file GeTrMeshSimplification.h.

◆ m_pairMap

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

Definition at line 158 of file GeTrMeshSimplification.h.

◆ m_pVx

OdGePoint3dArray* GeMesh::GeSimplificationBase::m_pVx
protected

Definition at line 146 of file GeTrMeshSimplification.h.

◆ m_Q

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

Definition at line 152 of file GeTrMeshSimplification.h.

◆ m_vxToPair

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

Definition at line 156 of file GeTrMeshSimplification.h.


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