Alphabetical Class Index  Class Hierarchy   File Members   Compound Members   File List  

HIOUtilitySKP Class Reference

List of all members.

Public Member Functions

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

Member Function Documentation

virtual HFileInputResult HIOUtilitySKP::FileInputByKey ( const char *  fileName,
HC_KEY  key,
HInputHandlerOptions options 
) [virtual]

This method reads the SKP file into the segment tree underneath given 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 operation.
Returns:
The #HFileInputResult result of the input operation.

Reimplemented from HInputHandler.

virtual HFileInputResult HIOUtilitySKP::FileInputByKey ( const unsigned short *  filename,
HC_KEY  key,
HInputHandlerOptions options 
) [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.

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

Implements HInputHandler.

virtual HInputHandlerStyle HIOUtilitySKP::GetInputStyle ( ) [inline, virtual]
Returns:
The type of input style which is HInputHandlerStyleModel.

Implements HInputHandler.

References HInputHandlerStyleModel.

const char* HIOUtilitySKP::GetInputTypesString ( ) [inline, virtual]
Returns:
The input extension type that is handled by HIOUtilitySKP which is "skp".

Implements HInputHandler.

virtual void HIOUtilitySKP::RegisterInputHandlerTypes ( ) [inline, virtual]

This method registers the "skp" extension to this handler as an input handler.

Implements HInputHandler.

References HIORegisterInputType.


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