VTK
vtkExtractTemporalFieldData.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkExtractTemporalFieldData.h
5 
6  Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7  All rights reserved.
8  See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9 
10  This software is distributed WITHOUT ANY WARRANTY; without even
11  the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12  PURPOSE. See the above copyright notice for more information.
13 
14 =========================================================================*/
34 #ifndef __vtkExtractTemporalFieldData_h
35 #define __vtkExtractTemporalFieldData_h
36 
37 #include "vtkTableAlgorithm.h"
38 
39 class vtkDataSet;
40 class vtkTable;
42 
44 {
45 public:
48  void PrintSelf(ostream& os, vtkIndent indent);
49 
51 
52  vtkGetMacro(NumberOfTimeSteps,int);
54 
55 protected:
58 
59  virtual int ProcessRequest(vtkInformation*,
62 
63  virtual int RequestInformation(vtkInformation* request,
64  vtkInformationVector** inputVector,
65  vtkInformationVector* outputVector);
66  virtual int RequestData(vtkInformation* request,
67  vtkInformationVector** inputVector,
68  vtkInformationVector* outputVector);
69 
70 
72 
74 
76  void CopyDataToOutput(vtkInformation* inInfo,
77  vtkDataSet *input, vtkTable *output);
79 
81 
82 private:
83  vtkExtractTemporalFieldData(const vtkExtractTemporalFieldData&); // Not implemented.
84  void operator=(const vtkExtractTemporalFieldData&); // Not implemented.
85 };
86 
87 #endif
88 
89 
90 
#define VTK_GRAPHICS_EXPORT
void PrintSelf(ostream &os, vtkIndent indent)
static vtkTableAlgorithm * New()
Store vtkAlgorithm input/output information.
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
abstract class to specify dataset behavior
Definition: vtkDataSet.h:58
a simple class to control print indentation
Definition: vtkIndent.h:37
virtual int FillInputPortInformation(int port, vtkInformation *info)
represent and manipulate attribute data in a dataset
A table, which contains similar-typed columns of data.
Definition: vtkTable.h:66
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Superclass for algorithms that produce only vtkTables as output.
Store zero or more vtkInformation instances.
virtual int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Extract temporal arrays from input field data.