#include <DOP_AutoRelType.h>

Public Member Functions | |
| DOP_AutoRelType (OP_Network *net, const char *name, OP_Operator *op) | |
| virtual | ~DOP_AutoRelType () |
| virtual unsigned | disableParms () |
Static Public Member Functions | |
| static OP_Node * | myConstructor (OP_Network *net, const char *name, OP_Operator *entry) |
Static Public Attributes | |
| static PRM_Template | theCommonTemplates [] |
Protected Member Functions | |
| virtual void | processObjectsSubclass (fpreal time, int foroutputidx, const SIM_ObjectArray &objects, DOP_Engine &engine) |
| This default implementation does not affect incoming objects. | |
| virtual void | getOutputInfoSubclass (int outputidx, DOP_InOutInfo &info) |
| This default implementation specifies the output sends out objects. | |
| virtual PRM_Template * | getCommonTemplates () const |
| virtual int | UNIQUEDATANAME () |
| void | AFFECTED (UT_String &str, fpreal t) |
| void | AFFECTORS (UT_String &str, fpreal t) |
| void | RELNAME (UT_String &str, fpreal t) |
| int | UNIQUERELNAME () |
| bool | MAKEMUTUAL () |
Definition at line 24 of file DOP_AutoRelType.h.
| DOP_AutoRelType::DOP_AutoRelType | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | op | |||
| ) |
| virtual DOP_AutoRelType::~DOP_AutoRelType | ( | ) | [virtual] |
| virtual unsigned DOP_AutoRelType::disableParms | ( | ) | [virtual] |
Reimplemented from OP_Parameters.
| virtual PRM_Template* DOP_AutoRelType::getCommonTemplates | ( | ) | const [protected, virtual] |
Reimplemented from DOP_Auto.
| virtual void DOP_AutoRelType::getOutputInfoSubclass | ( | int | outputidx, | |
| DOP_InOutInfo & | info | |||
| ) | [protected, virtual] |
| bool DOP_AutoRelType::MAKEMUTUAL | ( | ) | [protected] |
| static OP_Node* DOP_AutoRelType::myConstructor | ( | OP_Network * | net, | |
| const char * | name, | |||
| OP_Operator * | entry | |||
| ) | [static] |
Reimplemented from DOP_Auto.
| virtual void DOP_AutoRelType::processObjectsSubclass | ( | fpreal | time, | |
| int | foroutputidx, | |||
| const SIM_ObjectArray & | objects, | |||
| DOP_Engine & | engine | |||
| ) | [protected, virtual] |
| virtual int DOP_AutoRelType::UNIQUEDATANAME | ( | ) | [protected, virtual] |
Reimplemented from DOP_Auto.
| int DOP_AutoRelType::UNIQUERELNAME | ( | ) | [protected] |
PRM_Template DOP_AutoRelType::theCommonTemplates[] [static] |
1.5.9