This reference page is linked to from the following overview topics: Modifier Plug-ins, Plug-in Base Classes, World-Space Modifiers.
This is a base class for creating world space modifiers.
It simply provides a default implementation of SuperClassID(). World Space
Modifier plug-ins use a Super Class ID of
WSM_CLASS_ID.
#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: WSM_CLASS_ID.
Reimplemented from Modifier.
{ return WSM_CLASS_ID; }