GOFIGURE2
0.9.0
|
Manage events occuring in a 2D view and apply it to a collection. More...
#include <Code/ExternalCode/MegaVTK/vtkRenderingAddOn/vtkViewImage2DCollectionCommand.h>
Public Member Functions | |
virtual void | Execute (vtkObject *caller, unsigned long event, void *vtkNotUsed(callData)) |
vtkViewImage2DCollection * | GetCollection () |
Get the current collection. More... | |
void | SetCollection (vtkViewImage2DCollection *p) |
Set the current collection. More... | |
void | SynchronizeViews (bool iSynchronizeViews) |
Synchronize the 2d views. More... | |
Static Public Member Functions | |
static vtkViewImage2DCollectionCommand * | New () |
Convenient method to access the constructor. More... | |
Protected Member Functions | |
vtkViewImage2DCollectionCommand () | |
~vtkViewImage2DCollectionCommand () | |
Private Attributes | |
vtkViewImage2DCollection * | Collection |
double | InitialLevel |
double | InitialWindow |
bool | m_SynchronizeViews |
Manage events occuring in a 2D view and apply it to a collection.
Definition at line 58 of file vtkViewImage2DCollectionCommand.h.
|
protected |
Definition at line 52 of file vtkViewImage2DCollectionCommand.cxx.
|
protected |
Definition at line 59 of file vtkViewImage2DCollectionCommand.cxx.
|
virtual |
Definition at line 98 of file vtkViewImage2DCollectionCommand.cxx.
vtkViewImage2DCollection * vtkViewImage2DCollectionCommand::GetCollection | ( | ) |
Get the current collection.
Definition at line 85 of file vtkViewImage2DCollectionCommand.cxx.
|
static |
Convenient method to access the constructor.
Definition at line 76 of file vtkViewImage2DCollectionCommand.cxx.
void vtkViewImage2DCollectionCommand::SetCollection | ( | vtkViewImage2DCollection * | p | ) |
Set the current collection.
[in] | p | vtkViewImage2DCollection pointer to the current collection |
Definition at line 67 of file vtkViewImage2DCollectionCommand.cxx.
void vtkViewImage2DCollectionCommand::SynchronizeViews | ( | bool | iSynchronizeViews | ) |
Synchronize the 2d views.
[in] | iSynchronize | enable/disable synchronization |
Definition at line 92 of file vtkViewImage2DCollectionCommand.cxx.
|
private |
Definition at line 96 of file vtkViewImage2DCollectionCommand.h.
|
private |
Definition at line 99 of file vtkViewImage2DCollectionCommand.h.
|
private |
Definition at line 98 of file vtkViewImage2DCollectionCommand.h.
|
private |
Definition at line 101 of file vtkViewImage2DCollectionCommand.h.