24 #ifndef COIN_SOVRMLINDEXEDFACESET_H 25 #define COIN_SOVRMLINDEXEDFACESET_H 27 #include <Inventor/nodes/SoSubNode.h> 28 #include <Inventor/VRMLnodes/SoVRMLIndexedShape.h> 29 #include <Inventor/fields/SoSFBool.h> 30 #include <Inventor/fields/SoSFFloat.h> 32 #undef SO_END_FACE_INDEX 33 #define SO_END_FACE_INDEX -1 35 class SoVRMLIndexedFaceSetP;
43 static void initClass(
void);
74 Binding findMaterialBinding(
SoState * state)
const;
75 Binding findNormalBinding(
SoState * state)
const;
79 SbBool useConvexCache(
SoAction * action,
81 const int32_t * nindices,
82 const SbBool normalsfromcache);
84 SoVRMLIndexedFaceSetP * pimpl;
87 #endif // ! COIN_SOVRMLINDEXEDFACESET_H The SoBase class is the top-level superclass for a number of class-hierarchies.SoBase provides the ba...
Definition: SoBase.h:41
The SoVRMLIndexedShape class is a superclass for geometry that use indexes.
Definition: SoVRMLIndexedShape.h:31
SoSFFloat creaseAngle
Definition: SoVRMLIndexedFaceSet.h:49
The SoState class manages the Coin scenegraph traversal state data.The SoState class is used by actio...
Definition: SoState.h:35
The SoVRMLIndexedFaceSet class is used for representing a generic 3D shape.The detailed class documen...
Definition: SoVRMLIndexedFaceSet.h:37
The SoSFBool class is a container for an SbBool value.This field is used where nodes, engines or other field containers needs to store a boolean on/off or TRUE/FALSE value, like for instance as the "on" field of the SoPointLight, SoSpotLight and SoDirectionalLight node classes.
Definition: SoSFBool.h:30
virtual void getPrimitiveCount(SoGetPrimitiveCountAction *action)
Definition: SoShape.cpp:1439
The SoAction class is the base class for all traversal actions.Applying actions is the basic mechanis...
Definition: SoAction.h:67
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition: SbVec3f.h:37
SoSFBool ccw
Definition: SoVRMLIndexedFaceSet.h:46
virtual void GLRender(SoGLRenderAction *action)
Definition: VertexShape.cpp:200
virtual void generatePrimitives(SoAction *action)=0
virtual void notify(SoNotList *list)
Definition: IndexedShape.cpp:144
The SoGetPrimitiveCountAction class counts the primitives in a scene.Apply this action to a scene if ...
Definition: SoGetPrimitiveCountAction.h:32
SoSFBool convex
Definition: SoVRMLIndexedFaceSet.h:48
The SoSFFloat class is a container for a floating point value.This field is used where nodes...
Definition: SoSFFloat.h:30
The SoNotList class is a list of SoNotRec notification records.
Definition: SoNotification.h:34
SoSFBool solid
Definition: SoVRMLIndexedFaceSet.h:47
virtual SbBool generateDefaultNormals(SoState *s, SoNormalBundle *nb)
Definition: VertexShape.cpp:154
The SoGLRenderAction class renders the scene graph with OpenGL calls.Applying this method at a root n...
Definition: SoGLRenderAction.h:39