1 #ifndef COIN_SOSEARCHACTION_H
2 #define COIN_SOSEARCHACTION_H
27 #include <Inventor/actions/SoAction.h>
28 #include <Inventor/actions/SoSubAction.h>
29 #include <Inventor/SbName.h>
30 #include <Inventor/lists/SoPathList.h>
43 enum LookFor { NODE = 1, TYPE = 2, NAME = 4 };
46 void setNode(
SoNode *
const node);
47 SoNode * getNode(
void)
const;
48 void setType(
const SoType type,
const SbBool chkderived = TRUE);
49 SoType getType(SbBool & chkderived)
const;
50 void setName(
const SbName name);
51 SbName getName(
void)
const;
52 void setFind(
const int what);
53 int getFind(
void)
const;
54 void setInterest(
const Interest interest);
55 Interest getInterest(
void)
const;
56 void setSearchingAll(
const SbBool searchall);
57 SbBool isSearchingAll(
void)
const;
58 SoPath * getPath(
void)
const;
63 SbBool isFound(
void)
const;
64 void addPath(
SoPath *
const path);
76 SbBool searchall, chkderived;
The SbName class stores strings by reference.
Definition: SbName.h:31
The SoAction class is the base class for all traversal actions.
Definition: SoAction.h:67
static void initClass(void)
Definition: SoAction.cpp:392
virtual void beginTraversal(SoNode *node)
Definition: SoAction.cpp:1208
The SoNode class is the base class for nodes used in scene graphs.
Definition: SoNode.h:47
The SoPathList class is a container for pointers to SoPath objects.
Definition: SoPathList.h:31
The SoPath class is a container class for traversal path descriptions.
Definition: SoPath.h:43
The SoSearchAction class provides methods for searching through scene graphs.
Definition: SoSearchAction.h:32
Interest
Definition: SoSearchAction.h:44
LookFor
Definition: SoSearchAction.h:43
static SbBool duringSearchAll
Definition: SoSearchAction.h:68
The SoType class is the basis for the run-time type system in Coin.
Definition: SoType.h:50