33 #ifndef COIN_SOFIELDCONVERTER_H
34 #define COIN_SOFIELDCONVERTER_H
36 #include <Inventor/engines/SoSubEngine.h>
46 static void initClass(
void);
50 virtual SoField * getConnectedInput(
void);
58 #endif // !COIN_SOFIELDCONVERTER_H
The SoFieldConverter class is the abstract base class for field converters.
Definition: SoFieldConverter.h:41
The SoEngineOutput class is the output slots in SoEngine instances.
Definition: SoEngineOutput.h:45
The SoField class is the top-level abstract base class for fields.
Definition: SoField.h:47
The SoType class is the basis for the run-time type system in Coin.
Definition: SoType.h:59
The SoFieldList class is a container for pointers to SoField objects.
Definition: SoFieldList.h:40
The SoFieldContainer class is a base class for all classes that contain fields.
Definition: SoFieldContainer.h:43
static void initClasses(void)
Definition: SoEngine.cpp:173
SoEngineOutput * getOutput(const SbName &outputname) const
Definition: SoEngine.cpp:240
SoEngine is the base class for Coin engines.
Definition: SoEngine.h:43