KFbxGenericNode Class Reference

#include <kfbxgenericnode.h>

Inherits KFbxTakeNodeContainer.

Inheritance diagram for KFbxGenericNode:

Inheritance graph
List of all members.

Detailed Description

Empty node containing properties.

Definition at line 63 of file kfbxgenericnode.h.

Error Management

enum  EError
 Error identifiers. More...
KError & GetError ()
 Retrieve error object.
EError GetLastErrorID ()
 Get last error code.
char * GetLastErrorString ()
 Get last error string.

Public Member Functions

virtual KFbxObject::ENameSpace GetNameSpace () const
 Return the type ID of this class.


Member Enumeration Documentation

enum EError

Error identifiers.

  • eERROR
  • eERROR_COUNT

Definition at line 82 of file kfbxgenericnode.h.


Member Function Documentation

KError& GetError (  ) 

Retrieve error object.

Returns:
Reference to error object.

EError GetLastErrorID (  ) 

Get last error code.

Returns:
Last error code.

char* GetLastErrorString (  ) 

Get last error string.

Returns:
Textual description of the last error.

virtual KFbxObject::ENameSpace GetNameSpace (  )  const [virtual]

Return the type ID of this class.

Returns:
KFbxObject::eGENERIC_NODE.