VTK
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkAnnotationLayers Class Reference

Stores a ordered collection of annotation sets. More...

#include <vtkAnnotationLayers.h>

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

Public Types

typedef vtkDataObject Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
unsigned int GetNumberOfAnnotations ()
 
vtkAnnotationGetAnnotation (unsigned int idx)
 
void AddAnnotation (vtkAnnotation *ann)
 
void RemoveAnnotation (vtkAnnotation *ann)
 
virtual void Initialize ()
 
virtual void ShallowCopy (vtkDataObject *other)
 
virtual void DeepCopy (vtkDataObject *other)
 
virtual unsigned long GetMTime ()
 
virtual void SetCurrentAnnotation (vtkAnnotation *ann)
 
virtual vtkAnnotationGetCurrentAnnotation ()
 
virtual void SetCurrentSelection (vtkSelection *sel)
 
virtual vtkSelectionGetCurrentSelection ()
 

Static Public Member Functions

static int IsTypeOf (const char *type)
 
static vtkAnnotationLayersSafeDownCast (vtkObject *o)
 
static vtkAnnotationLayersNew ()
 
static vtkAnnotationLayersGetData (vtkInformation *info)
 
static vtkAnnotationLayersGetData (vtkInformationVector *v, int i=0)
 

Protected Member Functions

 vtkAnnotationLayers ()
 
 ~vtkAnnotationLayers ()
 

Protected Attributes

Internals * Implementation
 
vtkAnnotationCurrentAnnotation
 

Detailed Description

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 40 of file vtkAnnotationLayers.h.

Member Typedef Documentation

Definition at line 43 of file vtkAnnotationLayers.h.

Constructor & Destructor Documentation

vtkAnnotationLayers::vtkAnnotationLayers ( )
protected
vtkAnnotationLayers::~vtkAnnotationLayers ( )
protected

Member Function Documentation

virtual const char* vtkAnnotationLayers::GetClassName ( )
virtual
static int vtkAnnotationLayers::IsTypeOf ( const char *  type)
static
virtual int vtkAnnotationLayers::IsA ( const char *  type)
virtual
static vtkAnnotationLayers* vtkAnnotationLayers::SafeDownCast ( vtkObject o)
static
void vtkAnnotationLayers::PrintSelf ( ostream &  os,
vtkIndent  indent 
)
static vtkAnnotationLayers* vtkAnnotationLayers::New ( )
static
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.

virtual void vtkAnnotationLayers::ShallowCopy ( vtkDataObject other)
virtual

Copy data from another data object into this one which references the same member annotations.

virtual void vtkAnnotationLayers::DeepCopy ( vtkDataObject other)
virtual

Copy data from another data object into this one, performing a deep copy of member annotations.

static vtkAnnotationLayers* vtkAnnotationLayers::GetData ( vtkInformation info)
static

Retrieve a vtkAnnotationLayers stored inside an information object.

static vtkAnnotationLayers* vtkAnnotationLayers::GetData ( vtkInformationVector v,
int  i = 0 
)
static

Retrieve a vtkAnnotationLayers stored inside an information object.

virtual unsigned long vtkAnnotationLayers::GetMTime ( )
virtual

The modified time for this object.

Member Data Documentation

Internals* vtkAnnotationLayers::Implementation
protected

Definition at line 97 of file vtkAnnotationLayers.h.

vtkAnnotation* vtkAnnotationLayers::CurrentAnnotation
protected

Definition at line 99 of file vtkAnnotationLayers.h.


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