#include <NvBlastTkObject.h>

Public Member Functions | |
| virtual void | release ()=0 |
| TkObject () | |
Public Attributes | |
| void * | userData |
Protected Member Functions | |
| virtual | ~TkObject () |
| Nv::Blast::TkObject::TkObject | ( | ) | [inline] |
Constructor clears userData.
| virtual Nv::Blast::TkObject::~TkObject | ( | ) | [inline, protected, virtual] |
| virtual void Nv::Blast::TkObject::release | ( | ) | [pure virtual] |
Release this object and free associated memory.
Implemented in Nv::Blast::TkActorImpl, and Nv::Blast::TkJointImpl.
Pointer field available to the user.