24#ifndef COIN_SOVRMLEXTRUSION_H
25#define COIN_SOVRMLEXTRUSION_H
27#include <Inventor/nodes/SoSubNode.h>
28#include <Inventor/VRMLnodes/SoVRMLGeometry.h>
29#include <Inventor/fields/SoSFBool.h>
30#include <Inventor/fields/SoSFFloat.h>
31#include <Inventor/fields/SoMFVec2f.h>
32#include <Inventor/fields/SoMFVec3f.h>
33#include <Inventor/fields/SoMFRotation.h>
41 static void initClass(
void);
72 void updateCache(
void);
73 class SoVRMLExtrusionP * pimpl;
The SbBox3f class is an abstraction for an axis aligned 3 dimensional box.
Definition SbBox3f.h:37
The SbVec3f class is a 3 dimensional vector with floating point coordinates.
Definition SbVec3f.h:40
The SoAction class is the base class for all traversal actions.
Definition SoAction.h:68
The SoDetail class is the superclass for all classes storing detailed information about particular sh...
Definition SoDetail.h:30
The SoGLRenderAction class renders the scene graph with OpenGL calls.
Definition SoGLRenderAction.h:41
The SoGetPrimitiveCountAction class counts the primitives in a scene.
Definition SoGetPrimitiveCountAction.h:34
The SoMFRotation class is a container for SbRotation values.
Definition SoMFRotation.h:31
The SoMFVec2f class is a container for SbVec2f vectors.
Definition SoMFVec2f.h:31
The SoMFVec3f class is a container for SbVec3f vectors.
Definition SoMFVec3f.h:31
The SoNotList class is a list of SoNotRec notification records.
Definition SoNotification.h:34
The SoPickedPoint class is used for specifying picked points.
Definition SoPickedPoint.h:39
The SoPrimitiveVertex class represents a single vertex of a generated primitive.
Definition SoPrimitiveVertex.h:34
The SoRayPickAction class does ray intersection with scene graphs.
Definition SoRayPickAction.h:41
The SoSFBool class is a container for an SbBool value.
Definition SoSFBool.h:30
The SoSFFloat class is a container for a floating point value.
Definition SoSFFloat.h:30
virtual void getPrimitiveCount(SoGetPrimitiveCountAction *action)
Definition SoShape.cpp:1344
virtual SoDetail * createTriangleDetail(SoRayPickAction *action, const SoPrimitiveVertex *v1, const SoPrimitiveVertex *v2, const SoPrimitiveVertex *v3, SoPickedPoint *pp)
Definition SoShape.cpp:899
virtual void generatePrimitives(SoAction *action)=0
virtual void GLRender(SoGLRenderAction *action)
Definition SoShape.cpp:392
virtual void computeBBox(SoAction *action, SbBox3f &box, SbVec3f ¢er)=0
The SoVRMLExtrusion class is a a geometry node for extruding a cross section along a spine.
Definition SoVRMLExtrusion.h:36
The SoVRMLGeometry class is a superclass for VRML shapes.
Definition SoVRMLGeometry.h:33
virtual void notify(SoNotList *list)
Definition Geometry.cpp:164
#define SO_NODE_HEADER(classname)
Definition macros.dox:43