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


Public Member Functions | |
| RibbonPrimitive () | |
| RibbonPrimitive (const RibbonPrimitive &other) | |
| virtual | ~RibbonPrimitive () |
Primitive Interface | |
| virtual RibbonPrimitive * | 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. | |
| virtual Evaluator * | MakeEvaluator () |
Protected Member Functions | |
| virtual void | PDataDirty () |
| Called when a named pdata mapping changes. | |
Definition at line 29 of file RibbonPrimitive.h.
| RibbonPrimitive::RibbonPrimitive | ( | ) |
Definition at line 23 of file RibbonPrimitive.cpp.
| RibbonPrimitive::RibbonPrimitive | ( | const RibbonPrimitive & | other | ) |
Definition at line 31 of file RibbonPrimitive.cpp.
| RibbonPrimitive::~RibbonPrimitive | ( | ) | [virtual] |
Definition at line 37 of file RibbonPrimitive.cpp.
| RibbonPrimitive * RibbonPrimitive::Clone | ( | ) | const [virtual] |
| void RibbonPrimitive::Render | ( | ) | [virtual] |
| dBoundingBox RibbonPrimitive::GetBoundingBox | ( | ) | [virtual] |
| void RibbonPrimitive::ApplyTransform | ( | bool | ScaleRotOnly = false |
) | [virtual] |
| virtual string Fluxus::RibbonPrimitive::GetTypeName | ( | ) | [inline, virtual] |
This needs to be set appropriately for all derived types.
Reimplemented from Fluxus::Primitive.
Definition at line 43 of file RibbonPrimitive.h.
| virtual Evaluator* Fluxus::RibbonPrimitive::MakeEvaluator | ( | ) | [inline, virtual] |
| void RibbonPrimitive::PDataDirty | ( | ) | [protected, virtual] |
Called when a named pdata mapping changes.
Implements Fluxus::PDataContainer.
Definition at line 46 of file RibbonPrimitive.cpp.
1.5.1