WSModifier Class Reference
 
 
 
WSModifier Class Reference

This reference page is linked to from the following overview topics: Modifier Plug-ins, Plug-in Base Classes, World-Space Modifiers.


#include <object.h>

Inheritance diagram for WSModifier:
Modifier BaseObject ReferenceTarget ReferenceMaker Animatable InterfaceServer Noncopyable MaxHeapOperators MaxHeapOperators

Class Description

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.

See also:
Class Modifier, SimpleWSMMod.

Public Member Functions

SClass_ID  SuperClassID ()
  Implemented by the System.

Member Function Documentation

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; }