VTK
|
Stores a ordered collection of annotation sets. More...
#include <vtkAnnotationLayers.h>
Stores a ordered collection of annotation sets.
vtkAnnotationLayers stores a vector of annotation layers. Each layer may contain any number of vtkAnnotation objects. The ordering of the layers introduces a prioritization of annotations. Annotations in higher layers may obscure annotations in lower layers.
Definition at line 41 of file vtkAnnotationLayers.h.
Reimplemented from vtkDataObject.
Definition at line 44 of file vtkAnnotationLayers.h.
vtkAnnotationLayers::vtkAnnotationLayers | ( | ) | [protected] |
vtkAnnotationLayers::~vtkAnnotationLayers | ( | ) | [protected] |
static int vtkAnnotationLayers::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 vtkDataObject.
virtual int vtkAnnotationLayers::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 vtkDataObject.
static vtkAnnotationLayers* vtkAnnotationLayers::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkDataObject.
virtual vtkObjectBase* vtkAnnotationLayers::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkDataObject.
Reimplemented from vtkDataObject.
void vtkAnnotationLayers::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) | [virtual] |
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.
Reimplemented from vtkDataObject.
static vtkAnnotationLayers* vtkAnnotationLayers::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkDataObject.
virtual void vtkAnnotationLayers::SetCurrentAnnotation | ( | vtkAnnotation * | ann | ) | [virtual] |
The current annotation associated with this annotation link.
virtual vtkAnnotation* vtkAnnotationLayers::GetCurrentAnnotation | ( | ) | [virtual] |
The current annotation associated with this annotation link.
virtual void vtkAnnotationLayers::SetCurrentSelection | ( | vtkSelection * | sel | ) | [virtual] |
The current selection associated with this annotation link. This is simply the selection contained in the current annotation.
virtual vtkSelection* vtkAnnotationLayers::GetCurrentSelection | ( | ) | [virtual] |
The current selection associated with this annotation link. This is simply the selection contained in the current annotation.
unsigned int vtkAnnotationLayers::GetNumberOfAnnotations | ( | ) |
The number of annotations in a specific layer.
vtkAnnotation* vtkAnnotationLayers::GetAnnotation | ( | unsigned int | idx | ) |
Retrieve an annotation from a layer.
void vtkAnnotationLayers::AddAnnotation | ( | vtkAnnotation * | ann | ) |
Add an annotation to a layer.
void vtkAnnotationLayers::RemoveAnnotation | ( | vtkAnnotation * | ann | ) |
Remove an annotation from a layer.
virtual void vtkAnnotationLayers::Initialize | ( | ) | [virtual] |
Initialize the data structure to an empty state.
Reimplemented from vtkDataObject.
virtual void vtkAnnotationLayers::ShallowCopy | ( | vtkDataObject * | other | ) | [virtual] |
Copy data from another data object into this one which references the same member annotations.
Reimplemented from vtkDataObject.
virtual void vtkAnnotationLayers::DeepCopy | ( | vtkDataObject * | other | ) | [virtual] |
Copy data from another data object into this one, performing a deep copy of member annotations.
Reimplemented from vtkDataObject.
static vtkAnnotationLayers* vtkAnnotationLayers::GetData | ( | vtkInformation * | info | ) | [static] |
Retrieve a vtkAnnotationLayers stored inside an information object.
Reimplemented from vtkDataObject.
static vtkAnnotationLayers* vtkAnnotationLayers::GetData | ( | vtkInformationVector * | v, |
int | i = 0 |
||
) | [static] |
Retrieve a vtkAnnotationLayers stored inside an information object.
Reimplemented from vtkDataObject.
virtual unsigned long vtkAnnotationLayers::GetMTime | ( | ) | [virtual] |
The modified time for this object.
Reimplemented from vtkDataObject.
Internals* vtkAnnotationLayers::Implementation [protected] |
Definition at line 98 of file vtkAnnotationLayers.h.
vtkAnnotation* vtkAnnotationLayers::CurrentAnnotation [protected] |
Definition at line 100 of file vtkAnnotationLayers.h.