|
GOFIGURE2
0.9.0
|
#include "vtkCollection.h"#include "vtkCommand.h"#include "vtkViewImage2D.h"#include "MegaVTK2Configure.h"#include <vector>Go to the source code of this file.
Classes | |
| class | vtkViewImage2DCollection |
| Manage a collection of 2D views. More... | |
Macros | |
| #define | vtkSyncSetMacro(name, type, base) |
| #define | vtkSyncSetObjectMacro(name, type, base) |
| ETX. More... | |
| #define vtkSyncSetMacro | ( | name, | |
| type, | |||
| base | |||
| ) |
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 86 of file vtkViewImage2DCollection.h.
| #define vtkSyncSetObjectMacro | ( | name, | |
| type, | |||
| base | |||
| ) |
ETX.
BTX
Definition at line 100 of file vtkViewImage2DCollection.h.
1.8.5