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
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
static void initClass(void)
Sets up initialization for data common to all instances of this class, like submitting necessary info...
Definition SoNode.cpp:573
The SoSFBitMask class is a container for a set of bit flags.
Definition SoSFBitMask.h:38
The SoSFFloat class is a container for a floating point value.
Definition SoSFFloat.h:39
The SoShapeHintsV10 class is a node is for Inventor V1.0 support only.
Definition SoShapeHintsV10.h:46
The SoShapeHints class is a node containing hints about how to render geometry.
Definition SoShapeHints.h:42