VTK
dox
Filters
General
vtkInterpolateDataSetAttributes.h
Go to the documentation of this file.
1
/*=========================================================================
2
3
Program: Visualization Toolkit
4
Module: vtkInterpolateDataSetAttributes.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
=========================================================================*/
36
#ifndef vtkInterpolateDataSetAttributes_h
37
#define vtkInterpolateDataSetAttributes_h
38
39
#include "vtkFiltersGeneralModule.h"
// For export macro
40
#include "
vtkDataSetAlgorithm.h
"
41
42
class
vtkDataSetCollection
;
43
44
class
VTKFILTERSGENERAL_EXPORT
vtkInterpolateDataSetAttributes
:
public
vtkDataSetAlgorithm
45
{
46
public
:
47
static
vtkInterpolateDataSetAttributes
*
New
();
48
vtkTypeMacro(
vtkInterpolateDataSetAttributes
,
vtkDataSetAlgorithm
);
49
void
PrintSelf
(ostream& os,
vtkIndent
indent) VTK_OVERRIDE;
50
54
vtkDataSetCollection
*GetInputList();
55
57
60
vtkSetClampMacro(T,
double
,0.0,
VTK_DOUBLE_MAX
);
61
vtkGetMacro(T,
double
);
63
64
protected
:
65
vtkInterpolateDataSetAttributes
();
66
~
vtkInterpolateDataSetAttributes
() VTK_OVERRIDE;
67
68
void
ReportReferences(
vtkGarbageCollector
*) VTK_OVERRIDE;
69
70
int
RequestData(
vtkInformation
*,
vtkInformationVector
**,
vtkInformationVector
*) VTK_OVERRIDE;
71
int
FillInputPortInformation(
int
port
,
vtkInformation
*
info
) VTK_OVERRIDE;
72
73
vtkDataSetCollection
*InputList;
// list of data sets to interpolate
74
double
T;
// interpolation parameter
75
76
private:
77
vtkInterpolateDataSetAttributes
(const
vtkInterpolateDataSetAttributes
&) VTK_DELETE_FUNCTION;
78
void
operator=(const
vtkInterpolateDataSetAttributes
&) VTK_DELETE_FUNCTION;
79
};
80
81
#endif
82
83
vtkInformationVector
Store zero or more vtkInformation instances.
Definition:
vtkInformationVector.h:41
vtkDataSetAlgorithm
Superclass for algorithms that produce output of the same type as input.
Definition:
vtkDataSetAlgorithm.h:51
vtkX3D::port
@ port
Definition:
vtkX3D.h:447
vtkIndent
a simple class to control print indentation
Definition:
vtkIndent.h:39
vtkDataSetAlgorithm::New
static vtkDataSetAlgorithm * New()
vtkGarbageCollector
Detect and break reference loops.
Definition:
vtkGarbageCollector.h:99
vtkInformation
Store vtkAlgorithm input/output information.
Definition:
vtkInformation.h:86
vtkX3D::info
@ info
Definition:
vtkX3D.h:376
vtkDataSetAlgorithm.h
vtkInterpolateDataSetAttributes
interpolate scalars, vectors, etc. and other dataset attributes
Definition:
vtkInterpolateDataSetAttributes.h:44
vtkDataSetAlgorithm::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkDataSetCollection
maintain an unordered list of dataset objects
Definition:
vtkDataSetCollection.h:31
VTK_DOUBLE_MAX
#define VTK_DOUBLE_MAX
Definition:
vtkType.h:163
Generated by
1.8.17