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 SoEngine is the base class for Coin engines.Engines enables the application programmers to make compl...
Definition: SoEngine.h:43
The SoFieldContainer class is a base class for all classes that contain fields.The classes containing...
Definition: SoFieldContainer.h:43
The SoField class is the top-level abstract base class for fields.Fields is the mechanism used throug...
Definition: SoField.h:47
The SoFieldConverter class is the abstract base class for field converters.When fields of different t...
Definition: SoFieldConverter.h:41
SoEngineOutput * getOutput(const SbName &outputname) const
Definition: SoEngine.cpp:239
static void initClasses(void)
Definition: SoEngine.cpp:172
The SoEngineOutput class is the output slots in SoEngine instances.SoEngineOutput has methods for con...
Definition: SoEngineOutput.h:45
The SoFieldList class is a container for pointers to SoField objects.
Definition: SoFieldList.h:40
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:59