1#ifndef COIN_SONODEVISUALIZE_H
2#define COIN_SONODEVISUALIZE_H
36#include <Inventor/nodekits/SoBaseKit.h>
37#include <Inventor/nodes/SoSeparator.h>
38#include <Inventor/lists/SoNodeList.h>
39#include <Inventor/tools/SbPimplPtr.h>
40#include <Inventor/SbVec2s.h>
41#include <Inventor/SbVec3f.h>
55 SO_KIT_CATALOG_ENTRY_HEADER(topSeparator);
56 SO_KIT_CATALOG_ENTRY_HEADER(childrenVisible);
57 SO_KIT_CATALOG_ENTRY_HEADER(color);
58 SO_KIT_CATALOG_ENTRY_HEADER(texture);
59 SO_KIT_CATALOG_ENTRY_HEADER(textureTransform);
60 SO_KIT_CATALOG_ENTRY_HEADER(shape);
61 SO_KIT_CATALOG_ENTRY_HEADER(rotSwitch);
62 SO_KIT_CATALOG_ENTRY_HEADER(rotation);
63 SO_KIT_CATALOG_ENTRY_HEADER(childGeometry);
64 SO_KIT_CATALOG_ENTRY_HEADER(translation);
65 SO_KIT_CATALOG_ENTRY_HEADER(lines);
66 SO_KIT_CATALOG_ENTRY_HEADER(lineSep);
70 static void cleanClass(
void);
75 void setAlternate(
bool alternating=
true);
76 bool nodeHasChildren();
77 unsigned int nodeNumChildren();
78 bool isAlternating()
const;
89 void setupChildCatalog(
SoNode * node,
int depth);
90 void visualizeSubTree(
SoNode * node,
int depth=-1);
94 void internalAlternating(
bool alternating,
int direction);
Definition SbPimplPtr.h:55
The SbVec2s class is a 2 dimensional vector with short integer coordinates.
Definition SbVec2s.h:51
The SoBaseKit class is the top level superclass for nodekits.
Definition SoBaseKit.h:66
static void initClass(void)
Definition SoBaseKit.cpp:678
virtual void handleEvent(SoHandleEventAction *action)
Definition SoBaseKit.cpp:1060
The SoHandleEventAction class distributes user events to the scene.
Definition SoHandleEventAction.h:46
The SoNodeList class is a container for pointers to SoNode objects.
Definition SoNodeList.h:40
The SoNodeVisualize class is yet to be documented.
Definition SoNodeVisualize.h:51
The SoNode class is the base class for nodes used in scene graphs.
Definition SoNode.h:56
The SoProfilerStats class is a node for exposing profiling results gathered by SoProfilerElement.
Definition SoProfilerStats.h:47