VTK
vtkExtractDataOverTime.h
Go to the documentation of this file.
1/*=========================================================================
2
3 Program: Visualization Toolkit
4 Module: vtkExtractDataOverTime.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=========================================================================*/
28#ifndef vtkExtractDataOverTime_h
29#define vtkExtractDataOverTime_h
30
31#include "vtkFiltersExtractionModule.h" // For export macro
33
34class VTKFILTERSEXTRACTION_EXPORT vtkExtractDataOverTime : public vtkPointSetAlgorithm
35{
36public:
39 void PrintSelf(ostream& os, vtkIndent indent);
40
42
45 vtkSetMacro(PointIndex,int);
46 vtkGetMacro(PointIndex,int);
48
50
53 vtkGetMacro(NumberOfTimeSteps,int);
55
56protected:
59
61 vtkInformationVector **inputVector, vtkInformationVector *outputVector);
62
66
68
72
73private:
74 vtkExtractDataOverTime(const vtkExtractDataOverTime&) VTK_DELETE_FUNCTION;
75 void operator=(const vtkExtractDataOverTime&) VTK_DELETE_FUNCTION;
76};
77
78#endif
79
80
81
extract point data from a time sequence for a specified point id.
void PrintSelf(ostream &os, vtkIndent indent)
Methods invoked by print to print information about the object including superclasses.
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
see vtkAlgorithm for details
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkExtractDataOverTime * New()
int AllocateOutputData(vtkPointSet *input, vtkPointSet *output)
a simple class to control print indentation
Definition: vtkIndent.h:40
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
Superclass for algorithms that produce output of the same type as input.
abstract class for specifying dataset behavior
Definition: vtkPointSet.h:43
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.