VTK
vtkPiecewiseFunctionShiftScale.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkPiecewiseFunctionShiftScale.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 =========================================================================*/
15 
21 #ifndef vtkPiecewiseFunctionShiftScale_h
22 #define vtkPiecewiseFunctionShiftScale_h
23 
24 #include "vtkCommonExecutionModelModule.h" // For export macro
26 
28 
30 {
31 public:
34  void PrintSelf(ostream& os, vtkIndent indent);
35 
36  vtkSetMacro(PositionShift, double);
37  vtkSetMacro(PositionScale, double);
38  vtkSetMacro(ValueShift, double);
39  vtkSetMacro(ValueScale, double);
40 
41  vtkGetMacro(PositionShift, double);
42  vtkGetMacro(PositionScale, double);
43  vtkGetMacro(ValueShift, double);
44  vtkGetMacro(ValueScale, double);
45 
46 protected:
49 
52 
53  double PositionShift;
54  double PositionScale;
55  double ValueShift;
56  double ValueScale;
57 
58 private:
60  void operator=(const vtkPiecewiseFunctionShiftScale&); // Not implemented
61 };
62 
63 #endif
vtkPiecewiseFunctionShiftScale::~vtkPiecewiseFunctionShiftScale
~vtkPiecewiseFunctionShiftScale()
vtkPiecewiseFunctionAlgorithm.h
VTKCOMMONEXECUTIONMODEL_EXPORT
#define VTKCOMMONEXECUTIONMODEL_EXPORT
Definition: vtkCommonExecutionModelModule.h:15
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkPiecewiseFunctionShiftScale::PositionScale
double PositionScale
Definition: vtkPiecewiseFunctionShiftScale.h:54
vtkCommonExecutionModelModule.h
vtkPiecewiseFunctionShiftScale::ValueScale
double ValueScale
Definition: vtkPiecewiseFunctionShiftScale.h:56
vtkPiecewiseFunctionShiftScale
Definition: vtkPiecewiseFunctionShiftScale.h:30
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
vtkPiecewiseFunctionShiftScale::PositionShift
double PositionShift
Definition: vtkPiecewiseFunctionShiftScale.h:53
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkPiecewiseFunction
Defines a 1D piecewise function.
Definition: vtkPiecewiseFunction.h:51
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkPiecewiseFunctionShiftScale::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkPiecewiseFunctionAlgorithm
Superclass for algorithms that produce only piecewise function as output.
Definition: vtkPiecewiseFunctionAlgorithm.h:43
vtkPiecewiseFunctionShiftScale::vtkPiecewiseFunctionShiftScale
vtkPiecewiseFunctionShiftScale()
vtkPiecewiseFunctionShiftScale::ValueShift
double ValueShift
Definition: vtkPiecewiseFunctionShiftScale.h:55
vtkPiecewiseFunctionShiftScale::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkPiecewiseFunctionShiftScale::New
static vtkPiecewiseFunctionShiftScale * New()