VTK
vtkExtractArraysOverTime.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkExtractArraysOverTime.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 =========================================================================*/
23 #ifndef vtkExtractArraysOverTime_h
24 #define vtkExtractArraysOverTime_h
25 
27 
28 #ifndef VTK_LEGACY_REMOVE
29 class vtkSelection;
30 class vtkDataSet;
31 class vtkTable;
34 
35 class VTKFILTERSEXTRACTION_EXPORT vtkExtractArraysOverTime : public vtkExtractSelectedArraysOverTime
36 {
37 public:
38  VTK_LEGACY(static vtkExtractArraysOverTime* New());
40  void PrintSelf(ostream& os, vtkIndent indent) override;
41 
42 protected:
44  ~vtkExtractArraysOverTime() override;
45 
46 private:
48  void operator=(const vtkExtractArraysOverTime&) = delete;
49 };
50 
51 #endif // VTK_LEGACY_REMOVE
52 #endif
abstract class to specify dataset behavior
Definition: vtkDataSet.h:62
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
data object that represents a "selection" in VTK.
Definition: vtkSelection.h:63
extracts a selection over time.
a simple class to control print indentation
Definition: vtkIndent.h:39
represent and manipulate attribute data in a dataset
extract a subset from a vtkDataSet.
A table, which contains similar-typed columns of data.
Definition: vtkTable.h:68
static vtkExtractSelectedArraysOverTime * New()