DtArtPartThresholder is used to store art-part-related thresholds, and to perform some art part thresholding.
More...
Detailed Description
DtArtPartThresholder is used to store art-part-related thresholds, and to perform some art part thresholding.
Member Enumeration Documentation
- Enumerator:
| DtArtPartDfltThreshMode |
|
| DtArtPartIndividualThresh |
|
| DtArtPartAggregateThresh |
|
Constructor & Destructor Documentation
| DtArtPartThresholder::DtArtPartThresholder |
( |
| ) |
|
| virtual DtArtPartThresholder::~DtArtPartThresholder |
( |
| ) |
|
|
virtual |
Member Function Documentation
Get whether or not an aggregate threshold (such as position, translation, rotation, etc.) has been exceeded.
Get whether or not an individual parameter threshold has been exceeded.
| virtual float DtArtPartThresholder::artPartThreshold |
( |
int |
paramType | ) |
const |
|
virtual |
Get the thresholding value (functional, translational, or rotational) for the parameter type.
| DtFloat32 DtArtPartThresholder::dfltFractionalThreshold |
( |
| ) |
|
|
inlinestatic |
| double DtArtPartThresholder::dfltRotationThreshold |
( |
| ) |
|
|
inlinestatic |
| double DtArtPartThresholder::dfltTranslationThreshold |
( |
| ) |
|
|
inlinestatic |
| virtual double DtArtPartThresholder::fractionalThreshold |
( |
| ) |
const |
|
virtual |
| virtual double DtArtPartThresholder::rotationThreshold |
( |
| ) |
const |
|
virtual |
| virtual double DtArtPartThresholder::rotationTraceThreshold |
( |
| ) |
const |
|
virtual |
Returns the "RotationTrace" threshold.
| void DtArtPartThresholder::setDfltFractionalThreshold |
( |
DtFloat32 |
thresh | ) |
|
|
inlinestatic |
| void DtArtPartThresholder::setDfltRotationThreshold |
( |
double |
r | ) |
|
|
inlinestatic |
| void DtArtPartThresholder::setDfltTranslationThreshold |
( |
double |
t | ) |
|
|
inlinestatic |
| virtual void DtArtPartThresholder::setFractionalThreshold |
( |
double |
thresh | ) |
|
|
virtual |
Set/Get fractional threshold (fraction between 0 and 1).
Negative number means use default.
| virtual void DtArtPartThresholder::setRotationThreshold |
( |
double |
thresh | ) |
|
|
virtual |
Set/Get rotation threshold in radians.
Negative number means use default.
Set/Get the threshold mode.
Use DtArtPartDfltThreshMode to indicate use of the default.
| virtual void DtArtPartThresholder::setTranslationThreshold |
( |
double |
thresh | ) |
|
|
virtual |
Set/Get translation threshold in meters.
Negative number means use default.
| virtual double DtArtPartThresholder::translationThreshold |
( |
| ) |
const |
|
virtual |
Member Data Documentation
| float DtArtPartThresholder::myFracThresh |
|
protected |
| double DtArtPartThresholder::myRotThresh |
|
protected |
| double DtArtPartThresholder::myTraceRotThresh |
|
protected |
| double DtArtPartThresholder::myTransThresh |
|
protected |
| bool DtArtPartThresholder::myUsingDfltFrac |
|
protected |
| bool DtArtPartThresholder::myUsingDfltMode |
|
protected |
| bool DtArtPartThresholder::myUsingDfltRot |
|
protected |
| bool DtArtPartThresholder::myUsingDfltTrans |
|
protected |
| float DtArtPartThresholder::theDfltFracThresh |
|
staticprotected |
| double DtArtPartThresholder::theDfltRotThresh |
|
staticprotected |
| double DtArtPartThresholder::theDfltTraceRotThresh |
|
staticprotected |
| double DtArtPartThresholder::theDfltTransThresh |
|
staticprotected |
The documentation for this class was generated from the following file: