1 #ifndef COIN_SODRAWSTYLE_H
2 #define COIN_SODRAWSTYLE_H
36 #include <Inventor/elements/SoDrawStyleElement.h>
37 #include <Inventor/fields/SoSFEnum.h>
38 #include <Inventor/fields/SoSFFloat.h>
39 #include <Inventor/fields/SoSFUShort.h>
40 #include <Inventor/fields/SoSFInt32.h>
41 #include <Inventor/nodes/SoSubNode.h>
53 FILLED = SoDrawStyleElement::FILLED,
54 LINES = SoDrawStyleElement::LINES,
55 POINTS = SoDrawStyleElement::POINTS,
56 INVISIBLE = SoDrawStyleElement::INVISIBLE
73 #endif // !COIN_SODRAWSTYLE_H