MeshCore::MeshDefinitions Class Reference

Global defined tolerances used to compare points for equality. More...

#include <Definitions.h>

List of all members.

Public Member Functions

 MeshDefinitions (void)
virtual ~MeshDefinitions (void)

Static Public Member Functions

static void SetMinPointDistance (float fMin)

Static Public Attributes

static bool _bRemoveMinLength = MESH_REMOVE_MIN_LEN
static float _fMinEdgeAngle = MESH_MIN_EDGE_ANGLE
static float _fMinEdgeLength = MESH_MIN_EDGE_LEN
static float _fMinPointDistance = float(MESH_MIN_PT_DIST)
static float _fMinPointDistanceD1 = _fMinPointDistance
static float _fMinPointDistanceP2 = _fMinPointDistance * _fMinPointDistance

Detailed Description

Global defined tolerances used to compare points for equality.

Definition at line 71 of file Definitions.h.


Constructor & Destructor Documentation

MeshDefinitions::MeshDefinitions ( void   ) 

Definition at line 40 of file Definitions.cpp.

virtual MeshCore::MeshDefinitions::~MeshDefinitions ( void   )  [inline, virtual]

Definition at line 75 of file Definitions.h.


Member Function Documentation

void MeshDefinitions::SetMinPointDistance ( float  fMin  )  [static]

Member Data Documentation

bool MeshDefinitions::_bRemoveMinLength = MESH_REMOVE_MIN_LEN [static]

Definition at line 83 of file Definitions.h.

float MeshDefinitions::_fMinEdgeAngle = MESH_MIN_EDGE_ANGLE [static]

Definition at line 85 of file Definitions.h.

float MeshDefinitions::_fMinEdgeLength = MESH_MIN_EDGE_LEN [static]

Definition at line 82 of file Definitions.h.

float MeshDefinitions::_fMinPointDistance = float(MESH_MIN_PT_DIST) [static]

Definition at line 78 of file Definitions.h.

Referenced by MeshCore::SetOperations::Do(), and SetMinPointDistance().


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

Generated on Wed Nov 23 19:02:23 2011 for FreeCAD by  doxygen 1.6.1