specialization of vtkPythonAnnotationFilter to work with element data.
More...
#include <vtkAnnotateAttributeDataFilter.h>
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.
§ Superclass
§ vtkAnnotateAttributeDataFilter()
vtkAnnotateAttributeDataFilter::vtkAnnotateAttributeDataFilter |
( |
| ) |
|
|
protected |
§ ~vtkAnnotateAttributeDataFilter()
vtkAnnotateAttributeDataFilter::~vtkAnnotateAttributeDataFilter |
( |
| ) |
|
|
protected |
§ New()
§ GetClassName()
virtual const char* vtkAnnotateAttributeDataFilter::GetClassName |
( |
| ) |
|
|
virtual |
§ IsTypeOf()
static int vtkAnnotateAttributeDataFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
§ IsA()
virtual int vtkAnnotateAttributeDataFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
§ SafeDownCast()
§ 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 |
§ ArrayName
char* vtkAnnotateAttributeDataFilter::ArrayName |
|
protected |
§ Prefix
char* vtkAnnotateAttributeDataFilter::Prefix |
|
protected |
§ ProcessId
int vtkAnnotateAttributeDataFilter::ProcessId |
|
protected |
§ ElementId
vtkIdType vtkAnnotateAttributeDataFilter::ElementId |
|
protected |
The documentation for this class was generated from the following file: