#include "SoSFMLImage.h"
#include "SoView2DSystem.h"
#include "SoView2DExtension.h"
#include <Inventor/fields/SoFields.h>
#include <Inventor/nodes/SoSubNode.h>
#include <Inventor/nodes/SoShape.h>
#include <Inventor/sensors/SoTimerSensor.h>
#include <Inventor/sensors/SoAlarmSensor.h>
#include <Inventor/sensors/SoFieldSensor.h>
#include <Inventor/sensors/SoNodeSensor.h>
#include <Inventor/elements/SoCacheElement.h>
#include <SoInteractionProvider.h>
 
Go to the source code of this file.
 | 
| namespace   | ml | 
|   | Main documentation file for ML users and developers. 
  | 
|   | 
 | 
| typedef int(*  | SliceInitFunc) (const SoView2D *view2D, SoSFMLImage *image, void *user) | 
|   | Callback function type for external specification of initial slice position.  
  | 
|   | 
◆ SliceInitFunc
Callback function type for external specification of initial slice position. 
Definition at line 49 of file SoView2D.h.