|
ParaView
|
#include <vtkTimeToTextConvertor.h>


Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| virtual void | SetFormat (const char *) |
| virtual char * | GetFormat () |
| virtual void | SetShift (double) |
| virtual double | GetShift () |
| virtual void | SetScale (double) |
| virtual double | GetScale () |
Static Public Member Functions | |
| static vtkTimeToTextConvertor * | New () |
| static int | IsTypeOf (const char *type) |
| static vtkTimeToTextConvertor * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
| vtkTimeToTextConvertor () | |
| ~vtkTimeToTextConvertor () | |
| virtual int | FillInputPortInformation (int port, vtkInformation *info) |
| virtual int | RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
| virtual int | RequestInformation (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) |
Protected Attributes | |
| char * | Format |
| double | Shift |
| double | Scale |
This filter can be attached to any filter/source/reader that supports time. vtkTimeToTextConvertor will generate a 1x1 vtkTable with the string for the data time using the format specified. The input to this filter is optional. If no input is specified, it will show produce request time in the output.
Definition at line 29 of file vtkTimeToTextConvertor.h.
| vtkTimeToTextConvertor::vtkTimeToTextConvertor | ( | ) | [protected] |
| vtkTimeToTextConvertor::~vtkTimeToTextConvertor | ( | ) | [protected] |
| static vtkTimeToTextConvertor* vtkTimeToTextConvertor::New | ( | ) | [static] |
Reimplemented from vtkTableAlgorithm.
| virtual const char* vtkTimeToTextConvertor::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkTableAlgorithm.
| static int vtkTimeToTextConvertor::IsTypeOf | ( | const char * | type | ) | [static] |
Reimplemented from vtkTableAlgorithm.
| virtual int vtkTimeToTextConvertor::IsA | ( | const char * | type | ) | [virtual] |
Reimplemented from vtkTableAlgorithm.
| static vtkTimeToTextConvertor* vtkTimeToTextConvertor::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkTableAlgorithm.
| void vtkTimeToTextConvertor::PrintSelf | ( | ostream & | os, |
| vtkIndent | indent | ||
| ) | [virtual] |
Reimplemented from vtkTableAlgorithm.
| virtual void vtkTimeToTextConvertor::SetFormat | ( | const char * | ) | [virtual] |
Get/Set the format in which the to display the input update time. Use printf formatting. Default is "Time: %f".
| virtual char* vtkTimeToTextConvertor::GetFormat | ( | ) | [virtual] |
Get/Set the format in which the to display the input update time. Use printf formatting. Default is "Time: %f".
| virtual void vtkTimeToTextConvertor::SetShift | ( | double | ) | [virtual] |
Apply a translation to the time
| virtual double vtkTimeToTextConvertor::GetShift | ( | ) | [virtual] |
Apply a translation to the time
| virtual void vtkTimeToTextConvertor::SetScale | ( | double | ) | [virtual] |
Apply a scale to the time.
| virtual double vtkTimeToTextConvertor::GetScale | ( | ) | [virtual] |
Apply a scale to the time.
| virtual int vtkTimeToTextConvertor::FillInputPortInformation | ( | int | port, |
| vtkInformation * | info | ||
| ) | [protected, virtual] |
Reimplemented from vtkTableAlgorithm.
| virtual int vtkTimeToTextConvertor::RequestData | ( | vtkInformation * | request, |
| vtkInformationVector ** | inputVector, | ||
| vtkInformationVector * | outputVector | ||
| ) | [protected, virtual] |
Reimplemented from vtkTableAlgorithm.
| virtual int vtkTimeToTextConvertor::RequestInformation | ( | vtkInformation * | request, |
| vtkInformationVector ** | inputVector, | ||
| vtkInformationVector * | outputVector | ||
| ) | [protected, virtual] |
Reimplemented from vtkTableAlgorithm.
char* vtkTimeToTextConvertor::Format [protected] |
Definition at line 69 of file vtkTimeToTextConvertor.h.
double vtkTimeToTextConvertor::Shift [protected] |
Definition at line 70 of file vtkTimeToTextConvertor.h.
double vtkTimeToTextConvertor::Scale [protected] |
Definition at line 71 of file vtkTimeToTextConvertor.h.
1.7.5.1