25#ifndef _SO_SEARCHSTEP_ACTION_
26#define _SO_SEARCHSTEP_ACTION_
83 virtual void setFound();
86 static void initClass();
87 static void exitClass();
91 void *addingPathCB_udata;
#define SO_ACTION_HEADER(className)
Path that allows access to hidden children.
Searches for nodes in a scene graph.
<a href="IconLegend.html"><img src="extTGS.gif" alt="VSG extension" border="0"></a> Searches for nod...
void setAddingPathCallBack(AddingPathCallback *ap_cb, void *u_data)
Add the user callback that the SearchAction must call while building the path list.
SoSearchStepAction()
Constructor.
SbBool AddingPathCallback(SoFullPath *foundPath, void *userData, SoSearchStepAction *thisSSA)
SoSearchStepAction callback function prototype.
virtual ~SoSearchStepAction()
Destructor.