66#ifndef _SO_CONCATENATE_
67#define _SO_CONCATENATE_
#define INVENTOR_API
Disable some annoying warnings on MSVC 6.
#define SO_ENGINE_HEADER(className)
Joins separate fields into a single multiple-value field.
virtual SoFieldContainer * copyThroughConnection() const
Copies an instance that is encountered through a field connection.
static void initClass()
Initializes engine class.
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,...
Class for all engine outputs.
Base class for all engines.
virtual void evaluate()=0
User-written evaluation engine.
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.
Abstract base class for objects that contain fields.
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...