|
GOFIGURE2
0.9.0
|
#include "MegaVTK2Configure.h"#include "vtkImageViewer2.h"#include <vtkRenderer.h>#include <vtkTextProperty.h>#include <vtkCornerAnnotation.h>#include <vtkActor.h>#include <vtkDataSet.h>#include <vector>Go to the source code of this file.
Classes | |
| class | vtkViewImage |
| This class is a top-level convenience class for displaying a scalar - or RGB image in a 2D or 3D scene. More... | |
Macros | |
| #define | vtkSetObjectMacro2(object, type) |
| #define | vtkSetObjectMacro2Body(object, type, _arg) |
| #define vtkSetObjectMacro2 | ( | object, | |
| type | |||
| ) |
This macro can be useful as we frequently set an instance this way, meaning unregistering previously set instance, registering given instance, and call a modified event. However this might be not the best place to define it...
Definition at line 112 of file vtkViewImage.h.
| #define vtkSetObjectMacro2Body | ( | object, | |
| type, | |||
| _arg | |||
| ) |
This macro can be useful as we frequently set an instance this way, meaning unregistering previously set instance, registering given instance, and call a modified event. However this might be not the best place to define it...
Definition at line 89 of file vtkViewImage.h.
1.8.5