Open Inventor Reference
MeVis/ThirdParty/Sources/Inventor/inventor/lib/interaction/include/Inventor/nodes/SoSelection.h File Reference

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 SoPathSoSelectionPickCB (void *userData, const SoPickedPoint *pick)

Typedef Documentation

typedef INVENTOR_API void SoSelectionClassCB(void *userData, SoSelection *sel)

Definition at line 77 of file SoSelection.h.

typedef INVENTOR_API void SoSelectionPathCB(void *userData, SoPath *path)

Definition at line 76 of file SoSelection.h.

typedef INVENTOR_API SoPath* SoSelectionPickCB(void *userData, const SoPickedPoint *pick)

Definition at line 78 of file SoSelection.h.