VTK
vtkWeightedTransformFilter.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkWeightedTransformFilter.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 =========================================================================*/
73 #ifndef vtkWeightedTransformFilter_h
74 #define vtkWeightedTransformFilter_h
75 
76 #include "vtkFiltersHybridModule.h" // For export macro
77 #include "vtkPointSetAlgorithm.h"
78 
80 
82 {
83 public:
86  void PrintSelf(ostream& os, vtkIndent indent);
87 
89  unsigned long GetMTime();
90 
92 
99  vtkSetStringMacro(WeightArray);
100  vtkGetStringMacro(WeightArray);
102 
104 
116  vtkSetStringMacro(TransformIndexArray);
117  vtkGetStringMacro(TransformIndexArray);
119 
121 
125  vtkSetStringMacro(CellDataWeightArray);
126  vtkGetStringMacro(CellDataWeightArray);
128 
130 
132  vtkSetStringMacro(CellDataTransformIndexArray);
133  vtkGetStringMacro(CellDataTransformIndexArray);
135 
137 
141  virtual void SetTransform(vtkAbstractTransform *transform, int num);
142  virtual vtkAbstractTransform *GetTransform(int num);
144 
146 
151  virtual void SetNumberOfTransforms(int num);
152  vtkGetMacro(NumberOfTransforms, int);
154 
156 
160  vtkBooleanMacro(AddInputValues, int);
161  vtkSetMacro(AddInputValues, int);
162  vtkGetMacro(AddInputValues, int);
164 
165 protected:
169 
171  char *WeightArray;
172 
175 
178 
180 private:
181  vtkWeightedTransformFilter(const vtkWeightedTransformFilter&); // Not implemented.
182  void operator=(const vtkWeightedTransformFilter&); // Not implemented.
183 };
184 
185 #endif
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Store vtkAlgorithm input/output information.
transform based on per-point or per-cell weighting functions.
virtual unsigned long GetMTime()
a simple class to control print indentation
Definition: vtkIndent.h:38
#define VTKFILTERSHYBRID_EXPORT
superclass for all geometric transformations
Superclass for algorithms that produce output of the same type as input.
static vtkPointSetAlgorithm * New()
void PrintSelf(ostream &os, vtkIndent indent)
Store zero or more vtkInformation instances.