Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

EggParameters Class Reference

The values stored in this structure are global parameters that control some aspects of the egg library. More...

#include <eggParameters.h>

List of all members.

Public Member Functions

 EggParameters ()
 Initializes all the parameters with default values.

 EggParameters (const EggParameters &copy)

Public Attributes

double _pos_threshold
double _normal_threshold
double _uv_threshold
float _color_threshold
double _table_threshold


Detailed Description

The values stored in this structure are global parameters that control some aspects of the egg library.

User code may adjust these parameters by meddling with the values in structure directly, or by fiddling with the pointer to completely replace the structure.

However, these parameters should not be changed at any time during the processing of any egg structure: set the parameters, load an egg file, process it, and write the egg file out again before resetting the parameters again.

Definition at line 56 of file eggParameters.h.


Constructor & Destructor Documentation

EggParameters::EggParameters  ) 
 

Initializes all the parameters with default values.

Definition at line 39 of file eggParameters.cxx.

EggParameters::EggParameters const EggParameters &  copy  ) 
 

Definition at line 57 of file eggParameters.cxx.


Member Data Documentation

float EggParameters::_color_threshold
 

Definition at line 75 of file eggParameters.h.

double EggParameters::_normal_threshold
 

Definition at line 67 of file eggParameters.h.

double EggParameters::_pos_threshold
 

Definition at line 63 of file eggParameters.h.

double EggParameters::_table_threshold
 

Definition at line 79 of file eggParameters.h.

double EggParameters::_uv_threshold
 

Definition at line 71 of file eggParameters.h.


The documentation for this class was generated from the following files:
Generated on Fri May 2 00:50:14 2003 for Panda by doxygen1.3