Murl::Physics::IObject Interface Referenceabstract
The base interface for all physics objects. More...
#include "murl_physics_i_object.h"
Inheritance diagram for Murl::Physics::IObject:
Public Member Functions | |
virtual IObject * | GetObjectInterface ()=0 |
Get the mutable IObject interface. More... | |
virtual const IObject * | GetObjectInterface () const =0 |
Get the constant IObject interface. More... | |
virtual Bool | Init ()=0 |
Initialize this object. More... | |
virtual Bool | DeInit ()=0 |
De-initialize this object. More... | |
virtual Bool | IsInitialized () const =0 |
Check if this object is initialized. More... | |
Public Member Functions inherited from Murl::IFactoryObject< IObject > | |
~IFactoryObject () override | |
The destructor. | |
virtual const ClassInfo * | GetObjectClassInfo () const=0 |
Get the object instance's class info, if present. More... | |
virtual void | ResetObjectProperties ()=0 |
Reset the object instance's properties to their default values. | |
Additional Inherited Members | |
Public Types inherited from Murl::IFactoryObject< IObject > | |
using | ClassInfoArray = Array< const ClassInfo * > |
Definition of an array of ClassInfo objects. | |
Static Public Member Functions inherited from Murl::IFactoryObject< IObject > | |
static const PropertyInfo * | GetPropertyInfo () |
Get the class' property info struct. More... | |
static const AttributeInfo * | GetAttributeInfo () |
Get the class' attribute info struct. More... | |
static void | ResetProperties (IFactoryObject< IObject > *object) |
Reset an object instance's properties to their default values. More... | |
Detailed Description
The base interface for all physics objects.
Member Function Documentation
◆ GetObjectInterface() [1/2]
|
pure virtual |
◆ GetObjectInterface() [2/2]
|
pure virtual |
◆ Init()
|
pure virtual |
◆ DeInit()
|
pure virtual |
◆ IsInitialized()
|
pure virtual |
Check if this object is initialized.
- Returns
- true if initialized.
The documentation for this interface was generated from the following file:
- murl_physics_i_object.h