Open Inventor Release 2024.1.0
 
Loading...
Searching...
No Matches
SoSelection.h File Reference
#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 SoPathSoSelectionPickCB(void *userData, const SoPickedPoint *pick)
 

Typedef Documentation

◆ SoSelectionClassCB

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

Definition at line 80 of file SoSelection.h.

◆ SoSelectionPathCB

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

Definition at line 76 of file SoSelection.h.

◆ SoSelectionPickCB

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

Definition at line 84 of file SoSelection.h.