1 #ifndef COIN_SOSCROLLINGGRAPHKIT_H 2 #define COIN_SOSCROLLINGGRAPHKIT_H 36 #include <Inventor/nodekits/SoBaseKit.h> 37 #include <Inventor/nodekits/SoSubKit.h> 39 #include <Inventor/tools/SbPimplPtr.h> 40 #include <Inventor/fields/SoSFVec3f.h> 41 #include <Inventor/fields/SoSFEnum.h> 42 #include <Inventor/fields/SoSFTime.h> 43 #include <Inventor/fields/SoMFFloat.h> 44 #include <Inventor/fields/SoMFColor.h> 45 #include <Inventor/fields/SoMFName.h> 48 class SoScrollingGraphKitP;
53 SO_KIT_CATALOG_ENTRY_HEADER(scene);
56 static void initClass(
void);
63 DEFAULT_GRAPHICS = STACKED_BARS
67 ABSOLUTE_ACCUMULATIVE,
71 DEFAULT_RANGETYPE = ABSOLUTE_ACCUMULATIVE
92 static void addValuesCB(
void * closure,
SoSensor * sensor);
103 #endif // !COIN_SOSCROLLINGGRAPHKIT_H The SoMFFloat class is a container for floating point values.This field is used where nodes...
Definition: SoMFFloat.h:39
The SoBaseKit class is the toplevel superclass for nodekits.Node kits are collections of nodes and ot...
Definition: SoBaseKit.h:66
The SoMFColor class is a container for SbColor values.This field is used where nodes, engines or other field containers needs to store multiple color values (i.e. "Red Green Blue" triplets).
Definition: SoMFColor.h:40
The SoSFEnum class is a container for an enum value.This field is used where nodes, engines or other field containers needs to store one particular value out of an enumerated set.
Definition: SoSFEnum.h:40
The SoSensor class is the abstract base class for all sensors.Sensors is a mechanism in Coin for sche...
Definition: SoSensor.h:43
The SoSFTime class is a container for an SbTime value.This field is used where nodes, engines or other field containers needs to store a single time representation.
Definition: SoSFTime.h:40
The SoMFName class is a container for SbName values.This field is used where nodes, engines or other field containers needs to store arrays of names.
Definition: SoMFName.h:40
The SoSFVec3f class is a container for an SbVec3f vector.This field is used where nodes...
Definition: SoSFVec3f.h:40