![]() |
Springhead
An open source physics engine for virtual reality, haptics and motion generation.
|
Factory (オブジェクトを生成するクラス)の基本クラス
#include <SprObject.h>

Public メソッド | |
| virtual const IfInfo * | GetIfInfo () const =0 |
| 作成するIfInfo | |
| virtual ObjectIf * | Create (const void *desc, ObjectIf *parent)=0 |
| iiのオブジェクトを desc から parentの子として生成する. | |
Public メソッド inherited from UTRefCount | |
| UTRefCount (const UTRefCount &r) | |
| UTRefCount & | operator= (const UTRefCount &r) |
| int | AddRef () const |
| int | DelRef () const |
| int | RefCount () const |