ParaView
|
filter for annotating with global data (designed for ExodusII reader). More...
#include <vtkAnnotateGlobalDataFilter.h>
Public Types | |
typedef vtkPythonAnnotationFilter | Superclass |
![]() | |
typedef vtkTableAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetFieldArrayName (const char *) |
Name of the field to display. More... | |
virtual char * | GetFieldArrayName () |
Name of the field to display. 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... | |
virtual void | SetPostfix (const char *) |
Set the text prefix to display in front of the Field value. More... | |
virtual char * | GetPostfix () |
Set the text prefix to display in front of the Field value. More... | |
![]() | |
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 vtkAnnotateGlobalDataFilter * | New () |
static int | IsTypeOf (const char *type) |
static vtkAnnotateGlobalDataFilter * | SafeDownCast (vtkObject *o) |
![]() | |
static vtkPythonAnnotationFilter * | New () |
static int | IsTypeOf (const char *type) |
static vtkPythonAnnotationFilter * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkAnnotateGlobalDataFilter () | |
~vtkAnnotateGlobalDataFilter () | |
virtual void | EvaluateExpression () |
![]() | |
vtkPythonAnnotationFilter () | |
~vtkPythonAnnotationFilter () | |
virtual int | FillInputPortInformation (int port, vtkInformation *info) |
virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
Protected Attributes | |
char * | Prefix |
char * | Postfix |
char * | FieldArrayName |
![]() | |
char * | Expression |
char * | ComputedAnnotationValue |
int | ArrayAssociation |
filter for annotating with global data (designed for ExodusII reader).
vtkAnnotateGlobalDataFilter provides a simpler API for creating text annotations using vtkPythonAnnotationFilter. Instead of users specifying the annotation expression, this filter determines the expression based on the array selected by limiting the scope of the functionality. This filter only allows the user to annotate using "global-data" aka field data and specify the string prefix to use. If the field array chosen has as many elements as number of timesteps, the array is assumed to be "temporal" and indexed using the current timestep.
Definition at line 36 of file vtkAnnotateGlobalDataFilter.h.
Definition at line 41 of file vtkAnnotateGlobalDataFilter.h.
|
protected |
|
protected |
|
static |
|
virtual |
Reimplemented from vtkPythonAnnotationFilter.
|
static |
|
virtual |
Reimplemented from vtkPythonAnnotationFilter.
|
static |
void vtkAnnotateGlobalDataFilter::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
virtual |
Name of the field to display.
|
virtual |
Name of the field to display.
|
virtual |
Set the text prefix to display in front of the Field value.
|
virtual |
Set the text prefix to display in front of the Field value.
|
virtual |
Set the text prefix to display in front of the Field value.
|
virtual |
Set the text prefix to display in front of the Field value.
|
protectedvirtual |
Reimplemented from vtkPythonAnnotationFilter.
|
protected |
Definition at line 74 of file vtkAnnotateGlobalDataFilter.h.
|
protected |
Definition at line 75 of file vtkAnnotateGlobalDataFilter.h.
|
protected |
Definition at line 76 of file vtkAnnotateGlobalDataFilter.h.