24 #ifndef COIN_SONODEENGINE_H 25 #define COIN_SONODEENGINE_H 27 #include <Inventor/nodes/SoNode.h> 31 class SoEngineOutputData;
37 static void initClass(
void);
38 static SoType getClassTypeId(
void);
40 void evaluateWrapper(
void);
45 virtual const SoEngineOutputData * getOutputData(
void)
const = 0;
47 SbBool isNotifying(
void)
const;
55 virtual void evaluate(
void) = 0;
58 virtual void inputChanged(
SoField * which);
61 static const SoEngineOutputData ** getOutputDataPtr(
void);
63 void writeOutputTypes(
SoOutput * out);
72 #endif // !COIN_SONODEENGINE_H static const SoFieldData ** getFieldDataPtr(void)
Definition: SoNode.cpp:1431
virtual void notify(SoNotList *l)
Definition: SoNode.cpp:423
The SoOutput class is an abstraction of an output stream.SoOutput offers the ability to write basic t...
Definition: SoOutput.h:42
SoNodeEngine is the base class for Coin node engines.Node engines have the same functionality as norm...
Definition: SoNodeEngine.h:33
The SoField class is the top-level abstract base class for fields.Fields is the mechanism used throug...
Definition: SoField.h:38
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:47
The SoEngineOutputList class is a container for SoEngineOutput objects.
Definition: SoEngineOutputList.h:31
virtual SbBool readInstance(SoInput *in, unsigned short flags)
Definition: SoNode.cpp:1438
virtual void destroy(void)
Definition: SoBase.cpp:405
The SoEngineOutput class is the output slots in SoEngine instances.SoEngineOutput has methods for con...
Definition: SoEngineOutput.h:36
The SoFieldData class is a container for a prototype set of fields.This class is instantiated once fo...
Definition: SoFieldData.h:39
The SoNotList class is a list of SoNotRec notification records.
Definition: SoNotification.h:34
The SoType class is the basis for the run-time type system in Coin.Many of the classes in the Coin li...
Definition: SoType.h:50
The SbName class stores strings by reference.The class is used by Coin for storing keywords...
Definition: SbName.h:31
virtual void writeInstance(SoOutput *out)
Definition: SoNode.cpp:1311