109 static void initClass();
110 static void exitClass();
111 SbBool isDecimated() {
return wasDecimated; }
115 virtual void beginTraversal(
SoNode *) { beginTraversal();}
116 virtual void endTraversal (SoNode *) { endTraversal() ;}
122 int enabledElementsCounter;
125 virtual void prepareAction (SoCallbackAction &action);
127 virtual void beginTraversal();
128 virtual void endTraversal ();
130 SoNodeList groupStack;
131 SoNodeList deletedNodes;
132 SoNodeList multInstNodes;
139 void pushGroup(
const SoNode *node){ groupStack.append(
const_cast<SoNode *
>(node));}
140 void popGroup () { groupStack.remove(groupStack.getLength()-1);}
141 SoNode *getGroup ()
const {
return groupStack[groupStack.getLength()-1];}
144 catchShapeCB (
void*
object, SoCallbackAction* action,
const SoNode* node)
148 catchShape ( SoCallbackAction* action,
const SoNode* node) ;
151 catchEndShapeCB (
void*
object, SoCallbackAction* action,
const SoNode* node)
155 catchEndShape ( SoCallbackAction* action,
const SoNode* node) ;
158 catchGroupNodesCB (
void*
object, SoCallbackAction* action,
const SoNode* node)
162 catchGroupNodes ( SoCallbackAction* action,
const SoNode* node) ;
165 catchEndGroupNodesCB (
void*
object, SoCallbackAction* action,
const SoNode* node)
169 catchEndGroupNodes ( SoCallbackAction* action,
const SoNode* node) ;
171 void addTriangle (SoCallbackAction *action,
172 const SoPrimitiveVertex *vertex1,
173 const SoPrimitiveVertex *vertex2,
174 const SoPrimitiveVertex *vertex3);
176 static void addTriangleCB (
void *userData,
177 SoCallbackAction *action,
178 const SoPrimitiveVertex *vertex1,
179 const SoPrimitiveVertex *vertex2,
180 const SoPrimitiveVertex *vertex3) {