1 #ifndef COIN_SOSHAPEHINTV10_H
2 #define COIN_SOSHAPEHINTV10_H
37 #error this is a private header file
40 #include <Inventor/fields/SoSFBitMask.h>
41 #include <Inventor/fields/SoSFFloat.h>
42 #include <Inventor/nodes/SoSubNode.h>
55 SURFACE = 0x00, UNORDERED, CONCAVE, SOLID, ORDERED, CONVEX
62 static void initClass(
void);
71 #endif // !COIN_SOSHAPEHINTSV10_H
The SoBase class is the top-level superclass for a number of class-hierarchies.SoBase provides the ba...
Definition: SoBase.h:45
The SoShapeHintsV10 class is a node is for Inventor V1.0 support only.
Definition: SoShapeHintsV10.h:46
#define SO_NODE_HEADER(classname)
The SoNode class is the base class for nodes used in scene graphs.Coin is a retained mode 3D visualiz...
Definition: SoNode.h:56
The SoShapeHints class is a node containing hints about how to render geometry.The SoShapeHints node ...
Definition: SoShapeHints.h:42
The SoSFFloat class is a container for a floating point value.This field is used where nodes...
Definition: SoSFFloat.h:39
The SoSFBitMask class is a container for a set of bit flags.This field is used where nodes...
Definition: SoSFBitMask.h:38