This is a base class developers creating object space modifiers may derives their plug-ins from.
It simply provides a default implementation of SuperClassID().
#include <object.h>
Public Member Functions |
|
SClass_ID | SuperClassID () |
Implemented by the System. |
SClass_ID SuperClassID | ( | ) | [inline, virtual] |
Implemented by the System.
Returns the Super Class ID of this plug-in type: OSM_CLASS_ID.
Reimplemented from Modifier.
{ return OSM_CLASS_ID; }