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:
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 
56  vtkInformationVector **inputVector, vtkInformationVector *outputVector);
57 
61 
63 
67 
68 private:
69  vtkExtractDataOverTime(const vtkExtractDataOverTime&); // Not implemented.
70  void operator=(const vtkExtractDataOverTime&); // Not implemented.
71 };
72 
73 #endif
74 
75 
76 
vtkExtractDataOverTime::New
static vtkExtractDataOverTime * New()
vtkPointSetAlgorithm
Superclass for algorithms that produce output of the same type as input.
Definition: vtkPointSetAlgorithm.h:43
vtkExtractDataOverTime
extract point data from a time sequence for a specified point id.
Definition: vtkExtractDataOverTime.h:34
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkExtractDataOverTime::RequestInformation
int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
vtkFiltersExtractionModule.h
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkPointSetAlgorithm.h
vtkgl::input
GLenum GLenum GLenum input
Definition: vtkgl.h:15941
vtkExtractDataOverTime::PointIndex
int PointIndex
Definition: vtkExtractDataOverTime.h:64
vtkExtractDataOverTime::NumberOfTimeSteps
int NumberOfTimeSteps
Definition: vtkExtractDataOverTime.h:66
vtkExtractDataOverTime::AllocateOutputData
int AllocateOutputData(vtkPointSet *input, vtkPointSet *output)
vtkExtractDataOverTime::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkExtractDataOverTime::~vtkExtractDataOverTime
~vtkExtractDataOverTime()
Definition: vtkExtractDataOverTime.h:53
vtkExtractDataOverTime::ProcessRequest
int ProcessRequest(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkExtractDataOverTime::CurrentTimeIndex
int CurrentTimeIndex
Definition: vtkExtractDataOverTime.h:65
VTKFILTERSEXTRACTION_EXPORT
#define VTKFILTERSEXTRACTION_EXPORT
Definition: vtkFiltersExtractionModule.h:15
vtkPointSet
abstract class for specifying dataset behavior
Definition: vtkPointSet.h:45
vtkExtractDataOverTime::vtkExtractDataOverTime
vtkExtractDataOverTime()