1 #ifndef COIN_SODRAWSTYLE_H
2 #define COIN_SODRAWSTYLE_H
27 #include <Inventor/elements/SoDrawStyleElement.h>
28 #include <Inventor/fields/SoSFEnum.h>
29 #include <Inventor/fields/SoSFFloat.h>
30 #include <Inventor/fields/SoSFUShort.h>
31 #include <Inventor/fields/SoSFInt32.h>
32 #include <Inventor/nodes/SoSubNode.h>
44 FILLED = SoDrawStyleElement::FILLED,
45 LINES = SoDrawStyleElement::LINES,
46 POINTS = SoDrawStyleElement::POINTS,
47 INVISIBLE = SoDrawStyleElement::INVISIBLE
64 #endif // !COIN_SODRAWSTYLE_H