HTK_Animation

Functions

HTK_Animation

TK_Status

Execute

TK_Status

Interpret

TK_Status

Interpret

TK_Status

Clone

Detailed Description

class HTK_Animation : public TK_Animation

Dummy class for handling TK_Animation opcodes, which are currently only handled in HPS

Public Functions

inline HTK_Animation()

constructor

virtual TK_Status Execute(BStreamFileToolkit &tk)

Processes the binary data that has been read for the current object, which involves passing the data to application-specific data structures.

Parameters:

tk – A reference to the BStreamFileToolkit object.

Returns:

The result of the function call.

TK_Status Interpret(BStreamFileToolkit &tk, ID_Key key = -1, int variant = 0)
TK_Status Interpret(BStreamFileToolkit &tk, ID_Key key, char const *special)
virtual TK_Status Clone(BStreamFileToolkit &tk, BBaseOpcodeHandler **handler) const

Copies the opcode handler

Parameters:
  • tk – A reference to the BStreamFileToolkit object.

  • handler – A pointer to the opcode handler object. Passed by reference.

Returns:

The result of the function call.