ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkAnnotateAttributeDataFilter Class Reference

specialization of vtkPythonAnnotationFilter to work with element data. More...

#include <vtkAnnotateAttributeDataFilter.h>

Inheritance diagram for vtkAnnotateAttributeDataFilter:
Inheritance graph
[legend]
Collaboration diagram for vtkAnnotateAttributeDataFilter:
Collaboration graph
[legend]

Public Types

typedef vtkPythonAnnotationFilter Superclass
 
- Public Types inherited from vtkPythonAnnotationFilter
typedef vtkTableAlgorithm Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual void SetArrayName (const char *)
 Set the attribute array name to annotate with. More...
 
virtual char * GetArrayName ()
 Set the attribute array name to annotate with. More...
 
virtual void SetElementId (vtkIdType)
 Set the element number to annotate with. More...
 
virtual vtkIdType GetElementId ()
 Set the element number to annotate with. More...
 
virtual void SetProcessId (int)
 Set the rank to extract the data from. More...
 
virtual int GetProcessId ()
 Set the rank to extract the data from. More...
 
virtual void SetPrefix (const char *)
 Set the text prefix to display in front of the Field value. More...
 
virtual char * GetPrefix ()
 Set the text prefix to display in front of the Field value. More...
 
- Public Member Functions inherited from vtkPythonAnnotationFilter
void PrintSelf (ostream &os, vtkIndent indent)
 
virtual int GetNumberOfTimeSteps ()
 
double GetTimeStep (int index)
 
virtual bool GetTimeRangeValid ()
 
virtual double * GetTimeRange ()
 
virtual void GetTimeRange (double &, double &)
 
virtual void GetTimeRange (double [2])
 
virtual vtkDataObject * GetCurrentInputDataObject ()
 
void SetComputedAnnotationValue (const char *value)
 
virtual void SetExpression (const char *)
 Set the expression to evaluate. More...
 
virtual char * GetExpression ()
 Set the expression to evaluate. More...
 
virtual void SetArrayAssociation (int)
 Set the input array association. More...
 
virtual int GetArrayAssociation ()
 Set the input array association. More...
 
virtual char * GetComputedAnnotationValue ()
 Get the value that is going to be printed to the output. More...
 
virtual bool GetDataTimeValid ()
 Get methods for use in annotation.py. More...
 
virtual double GetDataTime ()
 Get methods for use in annotation.py. More...
 

Static Public Member Functions

static vtkAnnotateAttributeDataFilterNew ()
 
static int IsTypeOf (const char *type)
 
static vtkAnnotateAttributeDataFilterSafeDownCast (vtkObject *o)
 
- Static Public Member Functions inherited from vtkPythonAnnotationFilter
static vtkPythonAnnotationFilterNew ()
 
static int IsTypeOf (const char *type)
 
static vtkPythonAnnotationFilterSafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkAnnotateAttributeDataFilter ()
 
 ~vtkAnnotateAttributeDataFilter ()
 
virtual void EvaluateExpression ()
 
- Protected Member Functions inherited from vtkPythonAnnotationFilter
 vtkPythonAnnotationFilter ()
 
 ~vtkPythonAnnotationFilter ()
 
virtual int FillInputPortInformation (int port, vtkInformation *info)
 
virtual int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 

Protected Attributes

char * ArrayName
 
char * Prefix
 
int ProcessId
 
vtkIdType ElementId
 
- Protected Attributes inherited from vtkPythonAnnotationFilter
char * Expression
 
char * ComputedAnnotationValue
 
int ArrayAssociation
 

Detailed Description

specialization of vtkPythonAnnotationFilter to work with element data.

vtkAnnotateAttributeDataFilter is a specialization of vtkPythonAnnotationFilter which makes it easier to annotate using data values from any input dataset.

Definition at line 31 of file vtkAnnotateAttributeDataFilter.h.

Member Typedef Documentation

§ Superclass

Definition at line 36 of file vtkAnnotateAttributeDataFilter.h.

Constructor & Destructor Documentation

§ vtkAnnotateAttributeDataFilter()

vtkAnnotateAttributeDataFilter::vtkAnnotateAttributeDataFilter ( )
protected

§ ~vtkAnnotateAttributeDataFilter()

vtkAnnotateAttributeDataFilter::~vtkAnnotateAttributeDataFilter ( )
protected

Member Function Documentation

§ New()

static vtkAnnotateAttributeDataFilter* vtkAnnotateAttributeDataFilter::New ( )
static

§ GetClassName()

virtual const char* vtkAnnotateAttributeDataFilter::GetClassName ( )
virtual

Reimplemented from vtkPythonAnnotationFilter.

§ IsTypeOf()

static int vtkAnnotateAttributeDataFilter::IsTypeOf ( const char *  type)
static

§ IsA()

virtual int vtkAnnotateAttributeDataFilter::IsA ( const char *  type)
virtual

Reimplemented from vtkPythonAnnotationFilter.

§ SafeDownCast()

static vtkAnnotateAttributeDataFilter* vtkAnnotateAttributeDataFilter::SafeDownCast ( vtkObject *  o)
static

§ PrintSelf()

void vtkAnnotateAttributeDataFilter::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

§ SetArrayName()

virtual void vtkAnnotateAttributeDataFilter::SetArrayName ( const char *  )
virtual

Set the attribute array name to annotate with.

§ GetArrayName()

virtual char* vtkAnnotateAttributeDataFilter::GetArrayName ( )
virtual

Set the attribute array name to annotate with.

§ SetElementId()

virtual void vtkAnnotateAttributeDataFilter::SetElementId ( vtkIdType  )
virtual

Set the element number to annotate with.

§ GetElementId()

virtual vtkIdType vtkAnnotateAttributeDataFilter::GetElementId ( )
virtual

Set the element number to annotate with.

§ SetProcessId()

virtual void vtkAnnotateAttributeDataFilter::SetProcessId ( int  )
virtual

Set the rank to extract the data from.

Default is 0.

§ GetProcessId()

virtual int vtkAnnotateAttributeDataFilter::GetProcessId ( )
virtual

Set the rank to extract the data from.

Default is 0.

§ SetPrefix()

virtual void vtkAnnotateAttributeDataFilter::SetPrefix ( const char *  )
virtual

Set the text prefix to display in front of the Field value.

§ GetPrefix()

virtual char* vtkAnnotateAttributeDataFilter::GetPrefix ( )
virtual

Set the text prefix to display in front of the Field value.

§ EvaluateExpression()

virtual void vtkAnnotateAttributeDataFilter::EvaluateExpression ( )
protectedvirtual

Reimplemented from vtkPythonAnnotationFilter.

Member Data Documentation

§ ArrayName

char* vtkAnnotateAttributeDataFilter::ArrayName
protected

Definition at line 78 of file vtkAnnotateAttributeDataFilter.h.

§ Prefix

char* vtkAnnotateAttributeDataFilter::Prefix
protected

Definition at line 79 of file vtkAnnotateAttributeDataFilter.h.

§ ProcessId

int vtkAnnotateAttributeDataFilter::ProcessId
protected

Definition at line 80 of file vtkAnnotateAttributeDataFilter.h.

§ ElementId

vtkIdType vtkAnnotateAttributeDataFilter::ElementId
protected

Definition at line 81 of file vtkAnnotateAttributeDataFilter.h.


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