Coin3D is Free Software, published under the BSD 3-clause license. |
https://bitbucket.org/Coin3D/ http://www.kongsberg.com/kogt/ |
#include <Inventor/nodes/SoSubNode.h>
#include <Inventor/nodes/SoSelection.h>
#include <Inventor/fields/SoSFEnum.h>
#include <cstddef>
#include <Inventor/actions/SoCallbackAction.h>
Go to the source code of this file.
Classes | |
class | SoExtSelection |
The SoExtSelection class can be used for extended selection functionality. More... | |
Typedefs | |
typedef SbBool | SoExtSelectionTriangleCB(void *userdata, SoCallbackAction *action, const SoPrimitiveVertex *v1, const SoPrimitiveVertex *v2, const SoPrimitiveVertex *v3) |
typedef SbBool | SoExtSelectionLineSegmentCB(void *userdata, SoCallbackAction *action, const SoPrimitiveVertex *v1, const SoPrimitiveVertex *v2) |
typedef SbBool | SoExtSelectionPointCB(void *userdata, SoCallbackAction *action, const SoPrimitiveVertex *v1) |
typedef SoPath * | SoLassoSelectionFilterCB(void *userdata, const SoPath *path) |