1 #ifndef COIN_SOMFPATH_H
2 #define COIN_SOMFPATH_H
27 #include <Inventor/fields/SoMField.h>
28 #include <Inventor/fields/SoSubField.h>
29 #include <Inventor/lists/SbList.h>
41 static void initClass(
void);
44 virtual void fixCopy(SbBool copyconnections);
56 #endif // !COIN_SOMFPATH_H
The SoOutput class is an abstraction of an output stream.SoOutput offers the ability to write basic t...
Definition: SoOutput.h:42
The SoMFPath class is a container for paths.This field container stores an array of pointers to paths...
Definition: SoMFPath.h:35
virtual void insertSpace(int start, int num)
Definition: SoMField.cpp:740
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:47
The SoMField class is the base class for fields which can contain multiple values.All field types which may contain more than one member value inherits this class. SoMField is an abstract class.
Definition: SoMField.h:32
The SoPath class is a container class for traversal path descriptions.SoPath objects contain a list o...
Definition: SoPath.h:43
virtual void countWriteRefs(SoOutput *out) const
Definition: SoField.cpp:2029
virtual void fixCopy(SbBool copyconnections)
Definition: SoField.cpp:1677
virtual void deleteValues(int start, int num=-1)
Definition: SoMField.cpp:664
virtual SbBool referencesCopy(void) const
Definition: SoField.cpp:1692
virtual void notify(SoNotList *nlist)
Definition: SoField.cpp:1408
The SoNotList class is a list of SoNotRec notification records.
Definition: SoNotification.h:34