Developer Documentation
ACG::MeshCompilerVertexCompare Class Reference

Public Member Functions

 MeshCompilerVertexCompare (double _d_eps=1e-4, float _f_eps=1e-4f)
 
virtual bool equalVertex (const void *v0, const void *v1, const VertexDeclaration *_decl)
 

Public Attributes

const double d_eps_
 
const float f_eps_
 

Detailed Description

Definition at line 229 of file MeshCompiler.hh.

Constructor & Destructor Documentation

◆ MeshCompilerVertexCompare()

ACG::MeshCompilerVertexCompare::MeshCompilerVertexCompare ( double  _d_eps = 1e-4,
float  _f_eps = 1e-4f 
)
inline

Definition at line 232 of file MeshCompiler.hh.

Member Function Documentation

◆ equalVertex()

bool ACG::MeshCompilerVertexCompare::equalVertex ( const void *  v0,
const void *  v1,
const VertexDeclaration _decl 
)
virtual

Definition at line 4215 of file MeshCompiler.cc.

Member Data Documentation

◆ d_eps_

const double ACG::MeshCompilerVertexCompare::d_eps_

Definition at line 236 of file MeshCompiler.hh.

◆ f_eps_

const float ACG::MeshCompilerVertexCompare::f_eps_

Definition at line 237 of file MeshCompiler.hh.


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