24#ifndef COIN_SOVRMLLOD_H
25#define COIN_SOVRMLLOD_H
27#include <Inventor/nodes/SoSubNode.h>
28#include <Inventor/nodes/SoGroup.h>
29#include <Inventor/fields/SoMFFloat.h>
30#include <Inventor/fields/SoSFVec3f.h>
31#include <Inventor/fields/SoMFNode.h>
41 static void initClass(
void);
98 void commonConstructor(
void);
100 friend class SoVRMLLODP;
The SoAction class is the base class for all traversal actions.
Definition SoAction.h:68
The SoAudioRenderAction class renders the aural parts of the scene graph.
Definition SoAudioRenderAction.h:33
The SoCallbackAction class invokes callbacks at specific nodes.
Definition SoCallbackAction.h:71
The SoChildList class is a container for node children.
Definition SoChildList.h:33
SoFieldContainer(void)
Definition SoFieldContainer.cpp:123
The SoGLRenderAction class renders the scene graph with OpenGL calls.
Definition SoGLRenderAction.h:41
The SoGetBoundingBoxAction class calculates bounding boxes for nodes and subgraphs.
Definition SoGetBoundingBoxAction.h:36
The SoGetPrimitiveCountAction class counts the primitives in a scene.
Definition SoGetPrimitiveCountAction.h:34
SoGroup(void)
Definition SoGroup.cpp:241
The SoMFFloat class is a container for floating point values.
Definition SoMFFloat.h:30
The SoMFNode class is a container for nodes.
Definition SoMFNode.h:32
SoNode(void)
Definition SoNode.cpp:350
The SoNotList class is a list of SoNotRec notification records.
Definition SoNotification.h:34
The SoRayPickAction class does ray intersection with scene graphs.
Definition SoRayPickAction.h:41
The SoSFVec3f class is a container for an SbVec3f vector.
Definition SoSFVec3f.h:31
The SoSearchAction class provides methods for searching through scene graphs.
Definition SoSearchAction.h:35
SoMFFloat range
Definition SoVRMLLOD.h:45
void addLevel(SoNode *level)
Definition LOD.cpp:220
virtual void rayPick(SoRayPickAction *action)
Definition LOD.cpp:361
int getNumChildren(void) const
Definition LOD.cpp:529
void removeAllLevels(void)
Definition LOD.cpp:284
virtual void doAction(SoAction *action)
Definition LOD.cpp:311
SoNode * getChild(int idx) const
Definition LOD.cpp:515
virtual SbBool readInstance(SoInput *in, unsigned short flags)
Definition LOD.cpp:590
SoVRMLLOD(void)
Definition LOD.cpp:164
SoSFVec3f center
Definition SoVRMLLOD.h:46
void addChild(SoNode *child)
Definition LOD.cpp:499
int findLevel(const SoNode *level) const
Definition LOD.cpp:248
void removeAllChildren(void)
Definition LOD.cpp:552
virtual SoChildList * getChildren(void) const
Definition LOD.cpp:641
int findChild(const SoNode *child) const
Definition LOD.cpp:522
virtual void notify(SoNotList *list)
Definition LOD.cpp:578
virtual void write(SoWriteAction *action)
Definition LOD.cpp:387
virtual void GLRenderInPath(SoGLRenderAction *action)
Definition LOD.cpp:451
void replaceLevel(int idx, SoNode *level)
Definition LOD.cpp:293
void insertLevel(SoNode *level, int idx)
Definition LOD.cpp:229
virtual void GLRender(SoGLRenderAction *action)
Definition LOD.cpp:340
virtual void GLRenderBelowPath(SoGLRenderAction *action)
Definition LOD.cpp:410
virtual void getBoundingBox(SoGetBoundingBoxAction *action)
Definition LOD.cpp:368
void replaceChild(int idx, SoNode *child)
Definition LOD.cpp:561
void removeChild(int idx)
Definition LOD.cpp:536
SoMFNode level
Definition SoVRMLLOD.h:47
virtual void callback(SoCallbackAction *action)
Definition LOD.cpp:333
virtual void search(SoSearchAction *action)
Definition LOD.cpp:380
virtual int whichToTraverse(SoAction *action)
Definition LOD.cpp:615
virtual void getPrimitiveCount(SoGetPrimitiveCountAction *action)
Definition LOD.cpp:394
int getNumLevels(void) const
Definition LOD.cpp:257
virtual void copyContents(const SoFieldContainer *from, SbBool copyConn)
Definition LOD.cpp:603
SoNode * getLevel(int idx) const
Definition LOD.cpp:239
void removeLevel(int idx)
Definition LOD.cpp:266
void insertChild(SoNode *child, int idx)
Definition LOD.cpp:507
virtual SbBool affectsState(void) const
Definition LOD.cpp:211
virtual void audioRender(SoAudioRenderAction *action)
Definition LOD.cpp:401
virtual void GLRenderOffPath(SoGLRenderAction *action)
Definition LOD.cpp:479
The SoWriteAction class writes a scene graph to file.
Definition SoWriteAction.h:33
#define SO_NODE_HEADER(classname)
Definition macros.dox:43