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);
The SoEngineOutput class is the output slots in SoEngine instances.
Definition: SoEngineOutput.h:45
SoEngine is the base class for Coin engines.
Definition: SoEngine.h:43
static void initClasses(void)
Definition: SoEngine.cpp:173
The SoFieldContainer class is a base class for all classes that contain fields.
Definition: SoFieldContainer.h:43
The SoFieldConverter class is the abstract base class for field converters.
Definition: SoFieldConverter.h:41
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:40
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