SoCallbackAction.h(3)
| SoCallbackAction.h(3) | Coin | SoCallbackAction.h(3) |
NAME
SoCallbackAction.h
SYNOPSIS
#include <Inventor/actions/SoAction.h>
#include <Inventor/actions/SoSubAction.h>
#include <Inventor/elements/SoDecimationTypeElement.h>
#include <Inventor/lists/SbList.h>
#include <Inventor/nodes/SoComplexity.h>
#include <Inventor/nodes/SoDrawStyle.h>
#include <Inventor/nodes/SoLightModel.h>
#include <Inventor/nodes/SoMaterialBinding.h>
#include <Inventor/nodes/SoNormalBinding.h>
#include <Inventor/nodes/SoPickStyle.h>
#include <Inventor/nodes/SoShapeHints.h>
#include <Inventor/nodes/SoTexture2.h>
#include <Inventor/nodes/SoTextureCoordinateBinding.h>
#include <Inventor/nodes/SoUnits.h>
Classes
class SoCallbackAction
The SoCallbackAction class invokes callbacks at specific nodes.
Typedefs
typedef void SoTriangleCB(void *userdata,
SoCallbackAction *action, const SoPrimitiveVertex *v1, const
SoPrimitiveVertex *v2, const SoPrimitiveVertex *v3)
typedef void SoLineSegmentCB(void *userdata, SoCallbackAction
*action, const SoPrimitiveVertex *v1, const SoPrimitiveVertex
*v2)
typedef void SoPointCB(void *userdata, SoCallbackAction *action,
const SoPrimitiveVertex *v)
Typedef Documentation
void SoTriangleCB
Parameters
action the action which invoked the callback
v1 first vertex of the triangle
v2 second vertex of the triangle
v3 third vertex of the triangle
See also
void SoLineSegmentCB
Parameters
action the action which invoked the callback
v1 first vertex of the line
v2 second vertex of the line
See also
void SoPointCB
Parameters
action the action which invoked the callback
v the vertex of the point
See also
Author
Generated automatically by Doxygen for Coin from the source code.
| Mon May 31 2021 | Version 4.0.0 |
