24 #ifndef COIN_SOFIELDCONVERTER_H
25 #define COIN_SOFIELDCONVERTER_H
27 #include <Inventor/engines/SoSubEngine.h>
37 static void initClass(
void);
41 virtual SoField * getConnectedInput(
void);
The SoEngineOutput class is the output slots in SoEngine instances.
Definition: SoEngineOutput.h:36
SoEngine is the base class for Coin engines.
Definition: SoEngine.h:34
static void initClasses(void)
Definition: SoEngine.cpp:163
The SoFieldContainer class is a base class for all classes that contain fields.
Definition: SoFieldContainer.h:34
The SoFieldConverter class is the abstract base class for field converters.
Definition: SoFieldConverter.h:32
virtual SoEngineOutput * getOutput(SoType type)=0
virtual SoField * getInput(SoType type)=0
The SoFieldList class is a container for pointers to SoField objects.
Definition: SoFieldList.h:31
The SoField class is the top-level abstract base class for fields.
Definition: SoField.h:38
The SoType class is the basis for the run-time type system in Coin.
Definition: SoType.h:50