VTK
|
Updates views automatically. More...
#include <vtkViewUpdater.h>
Public Types | |
typedef vtkObject | Superclass |
Public Member Functions | |
virtual int | IsA (const char *type) |
vtkViewUpdater * | NewInstance () const |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | AddView (vtkView *view) |
void | RemoveView (vtkView *view) |
void | AddAnnotationLink (vtkAnnotationLink *link) |
Static Public Member Functions | |
static vtkViewUpdater * | New () |
static int | IsTypeOf (const char *type) |
static vtkViewUpdater * | SafeDownCast (vtkObjectBase *o) |
Protected Member Functions | |
virtual vtkObjectBase * | NewInstanceInternal () const |
vtkViewUpdater () | |
~vtkViewUpdater () |
Updates views automatically.
vtkViewUpdater registers with annotation change events for a set of annotation links, and updates all views when an annotation link fires an annotation changed event. This is often needed when multiple views share a selection with vtkAnnotationLink.
Definition at line 42 of file vtkViewUpdater.h.
typedef vtkObject vtkViewUpdater::Superclass |
Reimplemented from vtkObject.
Definition at line 46 of file vtkViewUpdater.h.
vtkViewUpdater::vtkViewUpdater | ( | ) | [protected] |
vtkViewUpdater::~vtkViewUpdater | ( | ) | [protected] |
static vtkViewUpdater* vtkViewUpdater::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
static int vtkViewUpdater::IsTypeOf | ( | const char * | name | ) | [static] |
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
virtual int vtkViewUpdater::IsA | ( | const char * | name | ) | [virtual] |
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkObject.
static vtkViewUpdater* vtkViewUpdater::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkObject.
virtual vtkObjectBase* vtkViewUpdater::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkObject.
vtkViewUpdater* vtkViewUpdater::NewInstance | ( | ) | const |
Reimplemented from vtkObject.
void vtkViewUpdater::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
void vtkViewUpdater::AddView | ( | vtkView * | view | ) |
void vtkViewUpdater::RemoveView | ( | vtkView * | view | ) |
void vtkViewUpdater::AddAnnotationLink | ( | vtkAnnotationLink * | link | ) |