ParaView
Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes
vtkTimeToTextConvertor Class Reference

#include <vtkTimeToTextConvertor.h>

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

List of all members.

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 vtkTimeToTextConvertorNew ()
static int IsTypeOf (const char *type)
static vtkTimeToTextConvertorSafeDownCast (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

Detailed Description

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.


Constructor & Destructor Documentation

vtkTimeToTextConvertor::vtkTimeToTextConvertor ( ) [protected]
vtkTimeToTextConvertor::~vtkTimeToTextConvertor ( ) [protected]

Member Function Documentation

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.


Member Data Documentation

char* vtkTimeToTextConvertor::Format [protected]

Definition at line 69 of file vtkTimeToTextConvertor.h.

Definition at line 70 of file vtkTimeToTextConvertor.h.

Definition at line 71 of file vtkTimeToTextConvertor.h.


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