vtkTemporalShiftScale Class Reference

#include <vtkTemporalShiftScale.h>

Inheritance diagram for vtkTemporalShiftScale:

Inheritance graph
[legend]
Collaboration diagram for vtkTemporalShiftScale:

Collaboration graph
[legend]

List of all members.


Detailed Description

modify the time range/steps of temporal data

vtkTemporalShiftScale modify the time range or time steps of the data without changing the data itself. The data is not resampled by this filter, only the information accompanying the data is modified.

Tests:
vtkTemporalShiftScale (Tests)

Definition at line 31 of file vtkTemporalShiftScale.h.


Public Types

typedef vtkTemporalDataSetAlgorithm Superclass

Public Member Functions

virtual const char * GetClassName ()
virtual int IsA (const char *type)
void PrintSelf (ostream &os, vtkIndent indent)
virtual void SetShift (double)
virtual double GetShift ()
virtual void SetScale (double)
virtual double GetScale ()

Static Public Member Functions

static vtkTemporalShiftScaleNew ()
static int IsTypeOf (const char *type)
static vtkTemporalShiftScaleSafeDownCast (vtkObject *o)

Protected Member Functions

 vtkTemporalShiftScale ()
 ~vtkTemporalShiftScale ()
virtual int RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *)
virtual int RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *)

Protected Attributes

double Shift
double Scale

Member Typedef Documentation

Reimplemented from vtkTemporalDataSetAlgorithm.

Definition at line 35 of file vtkTemporalShiftScale.h.


Constructor & Destructor Documentation

vtkTemporalShiftScale::vtkTemporalShiftScale (  )  [protected]

vtkTemporalShiftScale::~vtkTemporalShiftScale (  )  [protected]


Member Function Documentation

static vtkTemporalShiftScale* vtkTemporalShiftScale::New (  )  [static]

Create an object with Debug turned off, modified time initialized to zero, and reference counting on.

Reimplemented from vtkTemporalDataSetAlgorithm.

virtual const char* vtkTemporalShiftScale::GetClassName (  )  [virtual]

Reimplemented from vtkTemporalDataSetAlgorithm.

static int vtkTemporalShiftScale::IsTypeOf ( const char *  name  )  [static]

Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkTemporalDataSetAlgorithm.

virtual int vtkTemporalShiftScale::IsA ( const char *  name  )  [virtual]

Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h.

Reimplemented from vtkTemporalDataSetAlgorithm.

static vtkTemporalShiftScale* vtkTemporalShiftScale::SafeDownCast ( vtkObject o  )  [static]

Reimplemented from vtkTemporalDataSetAlgorithm.

void vtkTemporalShiftScale::PrintSelf ( ostream &  os,
vtkIndent  indent 
) [virtual]

Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes.

Reimplemented from vtkTemporalDataSetAlgorithm.

virtual void vtkTemporalShiftScale::SetShift ( double   )  [virtual]

Apply a translation to the data.

virtual double vtkTemporalShiftScale::GetShift (  )  [virtual]

Apply a translation to the data.

virtual void vtkTemporalShiftScale::SetScale ( double   )  [virtual]

Apply a scale to the data. The scale is applied before the translation.

virtual double vtkTemporalShiftScale::GetScale (  )  [virtual]

Apply a scale to the data. The scale is applied before the translation.

virtual int vtkTemporalShiftScale::RequestUpdateExtent ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [protected, virtual]

This is called by the superclass. This is the method you should override.

Reimplemented from vtkTemporalDataSetAlgorithm.

virtual int vtkTemporalShiftScale::RequestInformation ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [protected, virtual]

This is called by the superclass. This is the method you should override.

Reimplemented from vtkTemporalDataSetAlgorithm.

virtual int vtkTemporalShiftScale::RequestData ( vtkInformation ,
vtkInformationVector **  ,
vtkInformationVector  
) [protected, virtual]

This is called by the superclass. This is the method you should override.

Reimplemented from vtkTemporalDataSetAlgorithm.


Member Data Documentation

double vtkTemporalShiftScale::Shift [protected]

Definition at line 55 of file vtkTemporalShiftScale.h.

double vtkTemporalShiftScale::Scale [protected]

Definition at line 56 of file vtkTemporalShiftScale.h.


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

Generated on Sat Dec 27 13:52:55 2008 for VTK by  doxygen 1.5.6