Updates views automatically.
More...
#include <vtkViewUpdater.h>
Inherits vtkObject.
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.
- Examples:
- vtkViewUpdater (Examples)
Definition at line 42 of file vtkViewUpdater.h.
vtkViewUpdater::vtkViewUpdater |
( |
| ) |
|
|
protected |
vtkViewUpdater::~vtkViewUpdater |
( |
| ) |
|
|
protected |
static int vtkViewUpdater::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkViewUpdater::IsA |
( |
const char * |
type | ) |
|
|
virtual |
static vtkViewUpdater* vtkViewUpdater::SafeDownCast |
( |
vtkObjectBase * |
o | ) |
|
|
static |
virtual vtkObjectBase* vtkViewUpdater::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkViewUpdater::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
void vtkViewUpdater::AddView |
( |
vtkView * |
view | ) |
|
void vtkViewUpdater::RemoveView |
( |
vtkView * |
view | ) |
|
The documentation for this class was generated from the following file: