Open Inventor Reference
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 More...
 
typedef INVENTOR_API void SoSelectionClassCB(void *userData, SoSelection *sel)
 
typedef INVENTOR_API SoPathSoSelectionPickCB(void *userData, const SoPickedPoint *pick)
 

Typedef Documentation

◆ SoSelectionClassCB

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

Definition at line 78 of file SoSelection.h.

◆ SoSelectionPathCB

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

Definition at line 77 of file SoSelection.h.

◆ SoSelectionPickCB

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

Definition at line 79 of file SoSelection.h.