http://www.coin3d.org/ http://www.kongsberg.com/kogt/ |
#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.Inserting an SoSelection node in your scene graph enables you to let the user "pick" with the left mousebutton to select/deselect objects below the SoSelection node. More... | |
Typedefs | |
typedef void | SoSelectionPathCB(void *data, SoPath *path) |
typedef void | SoSelectionClassCB(void *data, SoSelection *sel) |
typedef SoPath * | SoSelectionPickCB(void *data, const SoPickedPoint *pick) |
SoPath * SoSelectionPickCB |
Callback functions for the SoSelection::setPickFilterCallbacksetPassCallback() method need to be of this type.
See documentation of that method for more information.
Copyright © by Kongsberg Oil & Gas Technologies. All rights reserved.
Generated for Coin by Doxygen