1#ifndef COIN_SOSCROLLINGGRAPHKIT_H
2#define COIN_SOSCROLLINGGRAPHKIT_H
27#include <Inventor/nodekits/SoBaseKit.h>
28#include <Inventor/nodekits/SoSubKit.h>
30#include <Inventor/tools/SbPimplPtr.h>
31#include <Inventor/fields/SoSFVec3f.h>
32#include <Inventor/fields/SoSFEnum.h>
33#include <Inventor/fields/SoSFTime.h>
34#include <Inventor/fields/SoMFFloat.h>
35#include <Inventor/fields/SoMFColor.h>
36#include <Inventor/fields/SoMFName.h>
39class SoScrollingGraphKitP;
41class SoScrollingGraphKit :
public SoBaseKit {
43 SO_KIT_HEADER(SoScrollingGraphKit);
44 SO_KIT_CATALOG_ENTRY_HEADER(scene);
47 static void initClass(
void);
49 SoScrollingGraphKit(
void);
54 DEFAULT_GRAPHICS = STACKED_BARS
58 ABSOLUTE_ACCUMULATIVE,
62 DEFAULT_RANGETYPE = ABSOLUTE_ACCUMULATIVE
81 virtual ~SoScrollingGraphKit(
void);
83 static void addValuesCB(
void * closure,
SoSensor * sensor);
86 SbPimplPtr<SoScrollingGraphKitP> pimpl;
89 SoScrollingGraphKit(
const SoScrollingGraphKit &);
90 SoScrollingGraphKit & operator = (
const SoScrollingGraphKit &);
The SoBaseKit class is the toplevel superclass for nodekits.
Definition SoBaseKit.h:57
The SoMFColor class is a container for SbColor values.
Definition SoMFColor.h:31
The SoMFFloat class is a container for floating point values.
Definition SoMFFloat.h:30
The SoMFName class is a container for SbName values.
Definition SoMFName.h:31
The SoSFEnum class is a container for an enum value.
Definition SoSFEnum.h:31
The SoSFTime class is a container for an SbTime value.
Definition SoSFTime.h:31
The SoSFVec3f class is a container for an SbVec3f vector.
Definition SoSFVec3f.h:31
The SoSensor class is the abstract base class for all sensors.
Definition SoSensor.h:34
Copyright © 1998-2010 by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated on Wed Jul 17 2024 for Coin by Doxygen 1.12.0.