|
| SoUnknownEngine () |
| Constructor. More...
|
|
void | setClassName (const char *name) |
|
virtual int | getOutputs (SoEngineOutputList &list) const |
| Returns a list of outputs in this engine. More...
|
|
SoEngineOutput * | getOutput (const SbName &outputName) const |
| Returns a pointer to the engine output with the given name. More...
|
|
bool | getOutputName (const SoEngineOutput *output, SbName &outputName) const |
| Returns (in outputName ) the name of the engine output (output ). More...
|
|
SoEngine * | copy () const |
| Creates and returns an exact copy of the engine. More...
|
|
void | evaluateWrapper () |
| wrapper for the user's evaluate() engine More...
|
|
virtual void | notify (SoNotList *list) |
| Propagates modification notification through an instance. More...
|
|
virtual const SoEngineOutputData * | getOutputData () const =0 |
| Info on outputs: More...
|
|
virtual void | writeInstance (SoOutput *out) |
| Writes instance to SoOutput. (Used only for last stage of writing) More...
|
|
virtual SoFieldContainer * | copyThroughConnection () const |
| Copies an instance that is encountered through a field connection. More...
|
|
bool | shouldCopy () const |
| Recursive procedure that determines if this engine should be copied during a copy operation, or just referenced as is. More...
|
|
bool | isNotifying () const |
| A very annoying double notification occurs with engines that enable their outputs during inputChanged; this flag prevents that: More...
|
|
void | setToDefaults () |
| Sets all fields in this object to their default values. More...
|
|
bool | hasDefaultValues () const |
| Returns TRUE if all of the object's fields have their default values. More...
|
|
bool | fieldsAreEqual (const SoFieldContainer *fc) const |
| Returns TRUE if this object's fields are exactly equal to fc's fields. More...
|
|
void | copyFieldValues (const SoFieldContainer *fc, bool copyConnections=FALSE) |
| Copies the contents of fc's fields into this object's fields. More...
|
|
bool | set (const char *fieldDataString) |
| Sets one or more fields in this object to the values specified in the given string, which should be a string in the Inventor file format. More...
|
|
void | get (SbString &fieldDataString) |
| Returns the values of the fields of this object in the Inventor ASCII file format in the given string. More...
|
|
virtual int | getFields (SoFieldList &list) const |
| Appends pointers to all of this object's fields to resultList, and returns the number of fields appended. More...
|
|
virtual SoField * | getField (const SbName &fieldName) const |
| Returns a pointer to the field with the given name. More...
|
|
bool | getFieldName (const SoField *field, SbName &fieldName) const |
| Returns the name of the given field in the fieldName argument. More...
|
|
bool | enableNotify (bool flag) |
| Notification at this Field Container is enabled (if flag == TRUE) or disabled (if flag == FALSE). More...
|
|
bool | isNotifyEnabled () const |
| Notification is the process of telling interested objects that this object has changed. More...
|
|
bool | set (const char *fieldDataString, SoInput *dictIn) |
| Sets one or more fields in this object to the values specified in the given string, which should be a string in the Inventor file format. More...
|
|
void | get (SbString &fieldDataString, SoOutput *dictOut) |
| Returns the values of the fields of this object in the Inventor ASCII file format in the given string. More...
|
|
virtual void | addWriteReference (SoOutput *out, bool isFromField=FALSE) |
| Adds a reference to the instance when writing. More...
|
|
bool | getIsBuiltIn () const |
| Returns whether or not instance is considered 'built-in' to the library. More...
|
|
virtual const SoFieldData * | getFieldData () const |
| Returns an SoFieldData structure for the node. More...
|
|
void | addManagedSensor (SoSensor *sensor) |
| Adds a sensor which is managed by the field container. More...
|
|
void | ref () const |
| Adds and removes a reference to an instance. More...
|
|
void | unref () const |
|
void | unrefNoDelete () const |
|
void | touch () |
| Marks an instance as modified, simulating a change to it. More...
|
|
virtual SoType | getTypeId () const =0 |
| Returns the type identifier for a specific instance. More...
|
|
bool | isOfType (SoType type) const |
| Returns TRUE if this object is of the type specified in type or is derived from that type. More...
|
|
virtual SbName | getName () const |
| Returns the name of an instance. More...
|
|
virtual void | setName (const SbName &name) |
| Sets the name of an instance. More...
|
|
virtual void | startNotify () |
| Initiates notification from an instance. More...
|
|
void | addAuditor (void *auditor, SoNotRec::Type type) |
| Adds/removes an auditor to/from list. More...
|
|
void | removeAuditor (void *auditor, SoNotRec::Type type) |
|
const SoAuditorList & | getAuditors () |
| Returns auditor list– used by SoField and SoEngineOutput to trace forward connections. More...
|
|
int | getRefCount () const |
| Returns current reference count. More...
|
|
bool | shouldWrite () |
| Returns TRUE if the instance should be written, based on the write-reference info already accumulated. More...
|
|