VTK
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 =========================================================================*/
35 #ifndef vtkInterpolateDataSetAttributes_h
36 #define vtkInterpolateDataSetAttributes_h
37 
38 #include "vtkFiltersGeneralModule.h" // For export macro
39 #include "vtkDataSetAlgorithm.h"
40 
42 
44 {
45 public:
48  void PrintSelf(ostream& os, vtkIndent indent);
49 
52 
54 
56  vtkGetMacro(T,double);
58 
59 protected:
62 
64 
67 
68  vtkDataSetCollection *InputList; // list of data sets to interpolate
69  double T; // interpolation parameter
70 
71 private:
73  void operator=(const vtkInterpolateDataSetAttributes&); // Not implemented.
74 };
75 
76 #endif
77 
78 
vtkInterpolateDataSetAttributes::RequestData
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkInterpolateDataSetAttributes::FillInputPortInformation
int FillInputPortInformation(int port, vtkInformation *info)
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkInterpolateDataSetAttributes::ReportReferences
virtual void ReportReferences(vtkGarbageCollector *)
vtkInterpolateDataSetAttributes::New
static vtkInterpolateDataSetAttributes * New()
vtkDataSetAlgorithm
Superclass for algorithms that produce output of the same type as input.
Definition: vtkDataSetAlgorithm.h:51
vtkX3D::port
@ port
Definition: vtkX3D.h:447
vtkSetClampMacro
#define vtkSetClampMacro(name, type, min, max)
Definition: vtkSetGet.h:143
vtkInterpolateDataSetAttributes::T
double T
Definition: vtkInterpolateDataSetAttributes.h:69
vtkFiltersGeneralModule.h
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkInterpolateDataSetAttributes::GetInputList
vtkDataSetCollection * GetInputList()
VTKFILTERSGENERAL_EXPORT
#define VTKFILTERSGENERAL_EXPORT
Definition: vtkFiltersGeneralModule.h:15
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkInterpolateDataSetAttributes::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
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
vtkDataSetCollection
maintain an unordered list of dataset objects
Definition: vtkDataSetCollection.h:31
vtkInterpolateDataSetAttributes::~vtkInterpolateDataSetAttributes
~vtkInterpolateDataSetAttributes()
VTK_DOUBLE_MAX
#define VTK_DOUBLE_MAX
Definition: vtkType.h:142
vtkInterpolateDataSetAttributes::vtkInterpolateDataSetAttributes
vtkInterpolateDataSetAttributes()
vtkInterpolateDataSetAttributes::InputList
vtkDataSetCollection * InputList
Definition: vtkInterpolateDataSetAttributes.h:68