ParaView
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkTimeToTextConvertor Class Reference

This filter can be attached to any filter/source/reader that supports time. More...

#include <vtkTimeToTextConvertor.h>

Inherits vtkTableAlgorithm.

Public Types

typedef vtkTableAlgorithm Superclass
 

Public Member Functions

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...
 

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 31 of file vtkTimeToTextConvertor.h.

Member Typedef Documentation

§ Superclass

typedef vtkTableAlgorithm vtkTimeToTextConvertor::Superclass

Definition at line 35 of file vtkTimeToTextConvertor.h.

Constructor & Destructor Documentation

§ vtkTimeToTextConvertor()

vtkTimeToTextConvertor::vtkTimeToTextConvertor ( )
protected

§ ~vtkTimeToTextConvertor()

vtkTimeToTextConvertor::~vtkTimeToTextConvertor ( )
protected

Member Function Documentation

§ New()

static vtkTimeToTextConvertor* vtkTimeToTextConvertor::New ( )
static

§ 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()

static vtkTimeToTextConvertor* vtkTimeToTextConvertor::SafeDownCast ( vtkObject *  o)
static

§ 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

Member Data Documentation

§ Format

char* vtkTimeToTextConvertor::Format
protected

Definition at line 75 of file vtkTimeToTextConvertor.h.

§ Shift

double vtkTimeToTextConvertor::Shift
protected

Definition at line 76 of file vtkTimeToTextConvertor.h.

§ Scale

double vtkTimeToTextConvertor::Scale
protected

Definition at line 77 of file vtkTimeToTextConvertor.h.


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