Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HIOUtilityPointCloud Class Reference

List of all members.

Public Member Functions

HFileInputResult FileInputByKey (const __wchar_t *filename, HC_KEY key, HInputHandlerOptions *options)
HFileInputResult FileInputByKey (const unsigned short *filename, HC_KEY key, HInputHandlerOptions *options)
HFileInputResult FileInputByKey (const char *filename, HC_KEY key, HInputHandlerOptions *options)
const char * GetInputName ()
HInputHandlerStyle GetInputStyle ()
const char * GetInputTypesString ()
void RegisterInputHandlerTypes ()

Member Function Documentation

HFileInputResult HIOUtilityPointCloud::FileInputByKey ( const __wchar_t *  filename,
HC_KEY  key,
HInputHandlerOptions options 
) [virtual]

This method loads a point cloud to a given HOOPS segment key.

Parameters:
filenameThe name of the file to load.
keyThe HOOPS segment key to load model data into.
optionsAn options class containing any needed extra information for the operation.
Returns:
The #HFileInputResult result of the input operation.

Reimplemented from HInputHandler.

HFileInputResult HIOUtilityPointCloud::FileInputByKey ( const unsigned short *  filename,
HC_KEY  key,
HInputHandlerOptions options 
) [inline, virtual]

This method loads model data from a given file to a given HOOPS segment key. Note that this must be implemented in a subclassed HInputHandler instance handling models.

Parameters:
filenameThe UNICODE name of the file to load.
keyThe HOOPS segment key to load model data into.
optionsAn options class containing any needed extra information for the operation.
Returns:
The #HFileInputResult result of the input operation.

Reimplemented from HInputHandler.

References HInputHandler::FileInputByKey().

HFileInputResult HIOUtilityPointCloud::FileInputByKey ( const char *  filename,
HC_KEY  key,
HInputHandlerOptions options 
) [inline, virtual]

This method loads model data from a given file to a given HOOPS segment key. Note that this must be implemented in a subclassed HInputHandler instance handling models.

Parameters:
filenameThe name of the file to load.
keyThe HOOPS segment key to load model data into.
optionsAn options class containing any needed extra information for the operation.
Returns:
The #HFileInputResult result of the input operation.

Reimplemented from HInputHandler.

References HInputHandler::FileInputByKey().

const char* HIOUtilityPointCloud::GetInputName ( ) [inline, virtual]
Returns:
A character pointer denoting the name of the handler.

Implements HInputHandler.

HInputHandlerStyle HIOUtilityPointCloud::GetInputStyle ( ) [inline, virtual]

This abstract method returns the HInputHandlerStyle the HInputHandler.

For example, the following line of code can be used for an HInputHandler that handles models:

 

Implements HInputHandler.

References HInputHandlerStyleModel.

const char* HIOUtilityPointCloud::GetInputTypesString ( ) [virtual]

This method returns the extensions handled by the reader.

Implements HInputHandler.

void HIOUtilityPointCloud::RegisterInputHandlerTypes ( ) [virtual]

This method registers the "pts" and "ptx" extensions as those handled by the reader.

Implements HInputHandler.


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