This filter can be attached to any filter/source/reader that supports time.
More...
#include <vtkTimeToTextConvertor.h>
Inherits vtkTableAlgorithm.
|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
|
virtual void | SetFormat (const char *) |
| Get/Set the format in which the to display the input update time. More...
|
|
virtual char * | GetFormat () |
| Get/Set the format in which the to display the input update time. More...
|
|
|
virtual void | SetShift (double) |
| Apply a translation to the time. More...
|
|
virtual double | GetShift () |
| Apply a translation to the time. More...
|
|
|
virtual void | SetScale (double) |
| Apply a scale to the time. More...
|
|
virtual double | GetScale () |
| Apply a scale to the time. More...
|
|
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 31 of file vtkTimeToTextConvertor.h.
◆ Superclass
◆ vtkTimeToTextConvertor()
vtkTimeToTextConvertor::vtkTimeToTextConvertor |
( |
| ) |
|
|
protected |
◆ ~vtkTimeToTextConvertor()
vtkTimeToTextConvertor::~vtkTimeToTextConvertor |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkTimeToTextConvertor::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkTimeToTextConvertor::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkTimeToTextConvertor::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkTimeToTextConvertor::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ SetFormat()
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".
◆ GetFormat()
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".
◆ SetShift()
virtual void vtkTimeToTextConvertor::SetShift |
( |
double |
| ) |
|
|
virtual |
Apply a translation to the time.
◆ GetShift()
virtual double vtkTimeToTextConvertor::GetShift |
( |
| ) |
|
|
virtual |
Apply a translation to the time.
◆ SetScale()
virtual void vtkTimeToTextConvertor::SetScale |
( |
double |
| ) |
|
|
virtual |
Apply a scale to the time.
◆ GetScale()
virtual double vtkTimeToTextConvertor::GetScale |
( |
| ) |
|
|
virtual |
Apply a scale to the time.
◆ FillInputPortInformation()
virtual int vtkTimeToTextConvertor::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
◆ RequestData()
virtual int vtkTimeToTextConvertor::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
◆ RequestInformation()
virtual int vtkTimeToTextConvertor::RequestInformation |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
◆ Format
char* vtkTimeToTextConvertor::Format |
|
protected |
◆ Shift
double vtkTimeToTextConvertor::Shift |
|
protected |
◆ Scale
double vtkTimeToTextConvertor::Scale |
|
protected |
The documentation for this class was generated from the following file: