VTK
dox
Filters
Extraction
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
26
#include "
vtkExtractSelectedArraysOverTime.h
"
27
28
#ifndef VTK_LEGACY_REMOVE
29
class
vtkSelection
;
30
class
vtkDataSet
;
31
class
vtkTable
;
32
class
vtkExtractSelection
;
33
class
vtkDataSetAttributes
;
34
35
class
VTKFILTERSEXTRACTION_EXPORT
vtkExtractArraysOverTime
:
public
vtkExtractSelectedArraysOverTime
36
{
37
public
:
38
VTK_LEGACY(
static
vtkExtractArraysOverTime
*
New
());
39
vtkTypeMacro(
vtkExtractArraysOverTime
,
vtkExtractSelectedArraysOverTime
);
40
void
PrintSelf
(ostream& os,
vtkIndent
indent)
override
;
41
42
protected
:
43
vtkExtractArraysOverTime
();
44
~
vtkExtractArraysOverTime
()
override
;
45
46
private
:
47
vtkExtractArraysOverTime
(
const
vtkExtractArraysOverTime
&) =
delete
;
48
void
operator=(
const
vtkExtractArraysOverTime
&) =
delete
;
49
};
50
51
#endif // VTK_LEGACY_REMOVE
52
#endif
vtkExtractArraysOverTime
extracts a selection over time.
Definition:
vtkExtractArraysOverTime.h:35
vtkDataSetAttributes
represent and manipulate attribute data in a dataset
Definition:
vtkDataSetAttributes.h:59
vtkTable
A table, which contains similar-typed columns of data.
Definition:
vtkTable.h:68
vtkExtractSelection
extract a subset from a vtkDataSet.
Definition:
vtkExtractSelection.h:54
vtkSelection
data object that represents a "selection" in VTK.
Definition:
vtkSelection.h:63
vtkExtractSelectedArraysOverTime.h
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkDataSet
abstract class to specify dataset behavior
Definition:
vtkDataSet.h:62
vtkExtractSelectedArraysOverTime::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkExtractSelectedArraysOverTime::New
static vtkExtractSelectedArraysOverTime * New()
vtkExtractSelectedArraysOverTime
extracts a selection over time.
Definition:
vtkExtractSelectedArraysOverTime.h:49
Generated by
1.8.16