#include <Inventor/SoLists.h>
#include <Inventor/SbColor.h>
#include <Inventor/misc/SoCallbackList.h>
#include <Inventor/nodes/SoSeparator.h>
#include <Inventor/STL/list>
Go to the source code of this file.
Classes | |
class | SoSelection |
Manages a list of selected objects. More... | |
Typedefs | |
typedef void | SoSelectionPathCB(void *userData, SoPath *path) |
typedef void | SoSelectionClassCB(void *userData, SoSelection *sel) |
typedef SoPath * | SoSelectionPickCB(void *userData, const SoPickedPoint *pick) |
typedef void SoSelectionClassCB(void *userData, SoSelection *sel) |
Definition at line 80 of file SoSelection.h.
typedef void SoSelectionPathCB(void *userData, SoPath *path) |
Definition at line 76 of file SoSelection.h.
typedef SoPath * SoSelectionPickCB(void *userData, const SoPickedPoint *pick) |
Definition at line 84 of file SoSelection.h.