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 =========================================================================*/
27 #ifndef vtkExtractDataOverTime_h
28 #define vtkExtractDataOverTime_h
29 
30 #include "vtkFiltersExtractionModule.h" // For export macro
31 #include "vtkPointSetAlgorithm.h"
32 
34 {
35 public:
36  static vtkExtractDataOverTime *New();
38  void PrintSelf(ostream& os, vtkIndent indent);
39 
41 
42  vtkSetMacro(PointIndex,int);
43  vtkGetMacro(PointIndex,int);
45 
47 
48  vtkGetMacro(NumberOfTimeSteps,int);
50 
51 protected:
54 
55  int RequestInformation( vtkInformation *request,
56  vtkInformationVector **inputVector, vtkInformationVector *outputVector);
57 
61 
62  int AllocateOutputData(vtkPointSet *input, vtkPointSet *output);
63 
67 
68 private:
69  vtkExtractDataOverTime(const vtkExtractDataOverTime&); // Not implemented.
70  void operator=(const vtkExtractDataOverTime&); // Not implemented.
71 };
72 
73 #endif
74 
75 
76 
Store vtkAlgorithm input/output information.
abstract class for specifying dataset behavior
Definition: vtkPointSet.h:44
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
a simple class to control print indentation
Definition: vtkIndent.h:38
Superclass for algorithms that produce output of the same type as input.
#define VTKFILTERSEXTRACTION_EXPORT
extract point data from a time sequence for a specified point id.
static vtkPointSetAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Store zero or more vtkInformation instances.