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>
48class 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);
Definition SbPimplPtr.h:55
The SoBaseKit class is the top level superclass for nodekits.
Definition SoBaseKit.h:66
The SoMFColor class is a container for SbColor values.
Definition SoMFColor.h:40
The SoMFFloat class is a container for floating point values.
Definition SoMFFloat.h:39
The SoMFName class is a container for SbName values.
Definition SoMFName.h:40
The SoSFEnum class is a container for an enum value.
Definition SoSFEnum.h:40
The SoSFTime class is a container for an SbTime value.
Definition SoSFTime.h:40
The SoSFVec3f class is a container for an SbVec3f vector.
Definition SoSFVec3f.h:40
The SoSensor class is the abstract base class for all sensors.
Definition SoSensor.h:43