Open Inventor Reference
|
#include <Inventor/SbColor.h>
#include <Inventor/misc/SoCallbackList.h>
#include <Inventor/nodes/SoSeparator.h>
#include <Inventor/fields/SoSFBool.h>
Go to the source code of this file.
Classes | |
class | SoSelection |
Manages a list of selected objects. More... | |
Typedefs | |
typedef INVENTOR_API void | SoSelectionPathCB(void *userData, SoPath *path) |
callback function prototypes | |
typedef INVENTOR_API void | SoSelectionClassCB(void *userData, SoSelection *sel) |
typedef INVENTOR_API SoPath * | SoSelectionPickCB(void *userData, const SoPickedPoint *pick) |
typedef INVENTOR_API void SoSelectionClassCB(void *userData, SoSelection *sel) |
Definition at line 78 of file SoSelection.h.
typedef INVENTOR_API void SoSelectionPathCB(void *userData, SoPath *path) |
Definition at line 77 of file SoSelection.h.
typedef INVENTOR_API SoPath * SoSelectionPickCB(void *userData, const SoPickedPoint *pick) |
Definition at line 79 of file SoSelection.h.