Coin Logo Coin3D is Free Software,
published under the BSD 3-clause license.
https://bitbucket.org/Coin3D/
http://www.kongsberg.com/kogt/
SoSelection.h File Reference
#include <Inventor/nodes/SoSubNode.h>
#include <Inventor/nodes/SoSeparator.h>
#include <Inventor/fields/SoSFEnum.h>
#include <Inventor/lists/SoPathList.h>

Go to the source code of this file.

Classes

class  SoSelection
 The SoSelection class manages a list of selected nodes. More...
 

Typedefs

typedef void SoSelectionPathCB(void *data, SoPath *path)
 
typedef void SoSelectionClassCB(void *data, SoSelection *sel)
 
typedef SoPathSoSelectionPickCB(void *data, const SoPickedPoint *pick)
 

Typedef Documentation

◆ SoSelectionPickCB

SoPath * SoSelectionPickCB

Callback functions for the SoSelection::setPickFilterCallbacksetPassCallback() method need to be of this type.

See documentation of that method for more information.