This filter can be attached to any filter/source/reader that supports time.
More...
#include <vtkTimeStepProgressFilter.h>
Inherits vtkTableAlgorithm.
This filter can be attached to any filter/source/reader that supports time.
vtkTimeStepProgressFilter will generate a 1x1 vtkTable with a progress rate between 0 and 1 that correspond to the actual time step/value relatively to the number of timesteps/data time range.
Definition at line 30 of file vtkTimeStepProgressFilter.h.
◆ Superclass
◆ vtkTimeStepProgressFilter()
vtkTimeStepProgressFilter::vtkTimeStepProgressFilter |
( |
| ) |
|
|
protected |
◆ ~vtkTimeStepProgressFilter()
vtkTimeStepProgressFilter::~vtkTimeStepProgressFilter |
( |
| ) |
|
|
protected |
◆ New()
◆ GetClassName()
virtual const char* vtkTimeStepProgressFilter::GetClassName |
( |
| ) |
|
|
virtual |
◆ IsTypeOf()
static int vtkTimeStepProgressFilter::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
◆ IsA()
virtual int vtkTimeStepProgressFilter::IsA |
( |
const char * |
type | ) |
|
|
virtual |
◆ SafeDownCast()
◆ PrintSelf()
void vtkTimeStepProgressFilter::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
◆ FillInputPortInformation()
virtual int vtkTimeStepProgressFilter::FillInputPortInformation |
( |
int |
port, |
|
|
vtkInformation * |
info |
|
) |
| |
|
protectedvirtual |
◆ RequestData()
virtual int vtkTimeStepProgressFilter::RequestData |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
◆ RequestInformation()
virtual int vtkTimeStepProgressFilter::RequestInformation |
( |
vtkInformation * |
request, |
|
|
vtkInformationVector ** |
inputVector, |
|
|
vtkInformationVector * |
outputVector |
|
) |
| |
|
protectedvirtual |
◆ TimeRange
double vtkTimeStepProgressFilter::TimeRange[2] |
|
protected |
◆ TimeSteps
double* vtkTimeStepProgressFilter::TimeSteps |
|
protected |
◆ NumTimeSteps
int vtkTimeStepProgressFilter::NumTimeSteps |
|
protected |
◆ UseTimeRange
bool vtkTimeStepProgressFilter::UseTimeRange |
|
protected |
The documentation for this class was generated from the following file: