GOFIGURE2  0.9.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Public Member Functions | Static Public Member Functions | Protected Member Functions | Private Attributes | List of all members
vtkViewImage2DCollectionCommand Class Reference

Manage events occuring in a 2D view and apply it to a collection. More...

#include <Code/ExternalCode/MegaVTK/vtkRenderingAddOn/vtkViewImage2DCollectionCommand.h>

Inheritance diagram for vtkViewImage2DCollectionCommand:
[legend]
Collaboration diagram for vtkViewImage2DCollectionCommand:
[legend]

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
 

Detailed Description

Manage events occuring in a 2D view and apply it to a collection.

Definition at line 58 of file vtkViewImage2DCollectionCommand.h.

Constructor & Destructor Documentation

vtkViewImage2DCollectionCommand::vtkViewImage2DCollectionCommand ( )
protected

Definition at line 52 of file vtkViewImage2DCollectionCommand.cxx.

vtkViewImage2DCollectionCommand::~vtkViewImage2DCollectionCommand ( )
protected

Definition at line 59 of file vtkViewImage2DCollectionCommand.cxx.

Member Function Documentation

void vtkViewImage2DCollectionCommand::Execute ( vtkObject *  caller,
unsigned long  event,
void *  vtkNotUsedcallData 
)
virtual

Definition at line 98 of file vtkViewImage2DCollectionCommand.cxx.

vtkViewImage2DCollection * vtkViewImage2DCollectionCommand::GetCollection ( )

Get the current collection.

Returns
vtkViewImage2DCollection pointer to the current collection

Definition at line 85 of file vtkViewImage2DCollectionCommand.cxx.

vtkViewImage2DCollectionCommand * vtkViewImage2DCollectionCommand::New ( )
static

Convenient method to access the constructor.

Definition at line 76 of file vtkViewImage2DCollectionCommand.cxx.

void vtkViewImage2DCollectionCommand::SetCollection ( vtkViewImage2DCollection *  p)

Set the current collection.

Parameters
[in]pvtkViewImage2DCollection pointer to the current collection

Definition at line 67 of file vtkViewImage2DCollectionCommand.cxx.

void vtkViewImage2DCollectionCommand::SynchronizeViews ( bool  iSynchronizeViews)

Synchronize the 2d views.

Parameters
[in]iSynchronizeenable/disable synchronization

Definition at line 92 of file vtkViewImage2DCollectionCommand.cxx.

Member Data Documentation

vtkViewImage2DCollection* vtkViewImage2DCollectionCommand::Collection
private

Definition at line 96 of file vtkViewImage2DCollectionCommand.h.

double vtkViewImage2DCollectionCommand::InitialLevel
private

Definition at line 99 of file vtkViewImage2DCollectionCommand.h.

double vtkViewImage2DCollectionCommand::InitialWindow
private

Definition at line 98 of file vtkViewImage2DCollectionCommand.h.

bool vtkViewImage2DCollectionCommand::m_SynchronizeViews
private

Definition at line 101 of file vtkViewImage2DCollectionCommand.h.


The documentation for this class was generated from the following files: