1#ifndef COIN_SHAPESCALE_H
2#define COIN_SHAPESCALE_H
36#include <Inventor/nodekits/SoSubKit.h>
37#include <Inventor/nodekits/SoBaseKit.h>
38#include <Inventor/fields/SoSFFloat.h>
39#include <Inventor/fields/SoSFBool.h>
41#include <SmallChange/basic.h>
50 typedef SoBaseKit inherited;
55 SO_KIT_CATALOG_ENTRY_HEADER(callback);
56 SO_KIT_CATALOG_ENTRY_HEADER(shape);
59 static void initClass(
void);
Definition misc/SbList.h:69
The ShapeScale class is used for scaling a shape based on projected size.
Definition ShapeScale.h:49
SoSFFloat maxScale
Definition ShapeScale.h:65
SoSFBool active
Definition ShapeScale.h:62
SoSFFloat minScale
Definition ShapeScale.h:64
SoSFFloat projectedSize
Definition ShapeScale.h:63