66#ifndef _SO_CONCATENATE_
67#define _SO_CONCATENATE_
#define INVENTOR_API
Disable some annoying warnings on MSVC 6.
#define SO_ENGINE_HEADER(className)
virtual SoFieldContainer * copyThroughConnection() const
Copies an instance that is encountered through a field connection.
static void initClass()
Initializes engine class.
SoMField * input[10]
Inputs; connect them like this: concatenate->input[0]->connectFrom(...) The names of these inputs is ...
SoConcatenate(SoType mfInputType)
Constructor. The argument specifies the type of values to concatenate.
SoEngineOutput * output
Output.
The SoEngineOutputData class holds data about engine outputs: the number of outputs the engine has,...
virtual void evaluate()=0
User-written evaluation engine.
SoEngine()
Constructor, destructor.
virtual void writeInstance(SoOutput *out)
Writes instance to SoOutput. (Used only for last stage of writing)
virtual bool readInstance(SoInput *in, unsigned short flags)
Reads stuff into instance. Returns FALSE on error.
friend class SoEngineOutput
The SoFieldData class holds data about fields of an object: the number of fields the object has,...
Base class for all multiple-valued fields.
Used to write Inventor data files.
SoType has no virtual functions to keep it small...