VTK  9.2.6
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 =========================================================================*/
65 #ifndef vtkInterpolateDataSetAttributes_h
66 #define vtkInterpolateDataSetAttributes_h
67 
68 #include "vtkDataSetAlgorithm.h"
69 #include "vtkFiltersGeneralModule.h" // For export macro
70 
72 
73 class VTKFILTERSGENERAL_EXPORT vtkInterpolateDataSetAttributes : public vtkDataSetAlgorithm
74 {
75 public:
78  void PrintSelf(ostream& os, vtkIndent indent) override;
79 
84 
86 
89  vtkSetClampMacro(T, double, 0.0, VTK_DOUBLE_MAX);
90  vtkGetMacro(T, double);
92 
93 protected:
96 
98 
101 
102  vtkDataSetCollection* InputList; // list of data sets to interpolate
103  double T; // interpolation parameter
104 
105 private:
107  void operator=(const vtkInterpolateDataSetAttributes&) = delete;
108 };
109 
110 #endif
Superclass for algorithms that produce output of the same type as input.
maintain an unordered list of dataset objects
Detect and break reference loops.
a simple class to control print indentation
Definition: vtkIndent.h:119
Store zero or more vtkInformation instances.
Store vtkAlgorithm input/output information.
interpolate scalars, vectors, etc.
void ReportReferences(vtkGarbageCollector *) override
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called within ProcessRequest when a request asks the algorithm to do its work.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
static vtkInterpolateDataSetAttributes * New()
vtkDataSetCollection * GetInputList()
Return the list of inputs to this filter.
@ info
Definition: vtkX3D.h:382
@ port
Definition: vtkX3D.h:453
#define VTK_DOUBLE_MAX
Definition: vtkType.h:165