#include <LocatorPrimitive.h>
Inheritance diagram for Fluxus::LocatorPrimitive:


Public Member Functions | |
| LocatorPrimitive () | |
| LocatorPrimitive (const LocatorPrimitive &other) | |
| virtual | ~LocatorPrimitive () | 
Primitive Interface  | |
| virtual LocatorPrimitive * | Clone () const | 
| virtual void | Render () | 
| virtual dBoundingBox | GetBoundingBox () | 
| virtual void | ApplyTransform (bool ScaleRotOnly=false) | 
| virtual string | GetTypeName () | 
| This needs to be set appropriately for all derived types.   | |
Protected Member Functions | |
| virtual void | PDataDirty () | 
| Called when a named pdata mapping changes.   | |
Definition at line 28 of file LocatorPrimitive.h.
| LocatorPrimitive::LocatorPrimitive | ( | ) | 
Definition at line 23 of file LocatorPrimitive.cpp.
| LocatorPrimitive::LocatorPrimitive | ( | const LocatorPrimitive & | other | ) | 
Definition at line 27 of file LocatorPrimitive.cpp.
| LocatorPrimitive::~LocatorPrimitive | ( | ) |  [virtual] | 
        
Definition at line 32 of file LocatorPrimitive.cpp.
| LocatorPrimitive * LocatorPrimitive::Clone | ( | ) |  const [virtual] | 
        
| void LocatorPrimitive::Render | ( | ) |  [virtual] | 
        
| dBoundingBox LocatorPrimitive::GetBoundingBox | ( | ) |  [virtual] | 
        
Implements Fluxus::Primitive.
Definition at line 50 of file LocatorPrimitive.cpp.
| void LocatorPrimitive::ApplyTransform | ( | bool |  ScaleRotOnly = false           | 
          ) |  [virtual] | 
        
| virtual string Fluxus::LocatorPrimitive::GetTypeName | ( | ) |  [inline, virtual] | 
        
This needs to be set appropriately for all derived types.
Reimplemented from Fluxus::Primitive.
Definition at line 42 of file LocatorPrimitive.h.
| void LocatorPrimitive::PDataDirty | ( | ) |  [protected, virtual] | 
        
Called when a named pdata mapping changes.
Implements Fluxus::PDataContainer.
Definition at line 41 of file LocatorPrimitive.cpp.
 1.5.1