1 #ifndef COIN_SOSFPATH_H 2 #define COIN_SOSFPATH_H 36 #include <Inventor/fields/SoSField.h> 37 #include <Inventor/fields/SoSubField.h> 49 static void initClass(
void);
52 virtual void fixCopy(SbBool copyconnections);
63 #endif // !COIN_SOSFPATH_H The SoOutput class is an abstraction of an output stream.SoOutput offers the ability to write basic t...
Definition: SoOutput.h:51
The SoMFPath class is a container for paths.This field container stores an array of pointers to paths...
Definition: SoMFPath.h:44
The SoField class is the top-level abstract base class for fields.Fields is the mechanism used throug...
Definition: SoField.h:47
The SoSField class is the base class for fields which contains only a single value.All field types which should always contain only a single member value inherits this class. SoSField is an abstract class.
Definition: SoSField.h:38
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:56
The SoPath class is a container class for traversal path descriptions.SoPath objects contain a list o...
Definition: SoPath.h:52
virtual void countWriteRefs(SoOutput *out) const
Definition: SoField.cpp:2071
virtual void fixCopy(SbBool copyconnections)
Definition: SoField.cpp:1719
The SoSFPath class is a container for a single path.This field container stores a pointer to a Coin p...
Definition: SoSFPath.h:43
virtual SbBool referencesCopy(void) const
Definition: SoField.cpp:1734
virtual void notify(SoNotList *nlist)
Definition: SoField.cpp:1436
The SoNotList class is a list of SoNotRec notification records.
Definition: SoNotification.h:43