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 () |
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.
filename | The name of the file to load. |
key | The HOOPS segment key to load model data into. |
options | An options class containing any needed extra information for 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.
filename | The UNICODE name of the file to load. |
key | The HOOPS segment key to load model data into. |
options | An options class containing any needed extra information for the operation. |
Reimplemented from HInputHandler.
virtual const char* HIOUtilitySKP::GetInputName | ( | ) | [inline, virtual] |
Implements HInputHandler.
virtual HInputHandlerStyle HIOUtilitySKP::GetInputStyle | ( | ) | [inline, virtual] |
Implements HInputHandler.
References HInputHandlerStyleModel.
const char* HIOUtilitySKP::GetInputTypesString | ( | ) | [inline, virtual] |
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.