Brief Index      Full Index      Events Index      I.M. Reference

Check_Double_Precision File Reference


Functions

void Check_Double_Precision (HC_KEY key, const char *options)

Detailed Description


Function Documentation

bool Check_Double_Precision ( HC_KEY  key,
const char *  options 
)

Parameters:
key - the key that will be checked for single or double precision
options - the options string, only used if 'key' is a segment key (see details, below)
Returns:
true if the input key represents a double-precision entity, false otherwise.

DETAILS

This function is used to determine whether the entity represented by key is a double or single-precision entity. If key is a segment key, you can use the options string to tell what segment attribute you are specifically interested in. Valid options are "camera", "modelling matrix", "clip region", and "bounding".

See also:
Convert_Precision

Brief Index      Full Index      Events Index      I.M. Reference