VTK
vtkImageGaussianSource.h
Go to the documentation of this file.
1 /*=========================================================================
2 
3  Program: Visualization Toolkit
4  Module: vtkImageGaussianSource.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 =========================================================================*/
25 #ifndef vtkImageGaussianSource_h
26 #define vtkImageGaussianSource_h
27 
28 #include "vtkImagingSourcesModule.h" // For export macro
29 #include "vtkImageAlgorithm.h"
30 
32 {
33 public:
36  void PrintSelf(ostream& os, vtkIndent indent);
37 
39 
40  void SetWholeExtent(int xMinx, int xMax, int yMin, int yMax,
41  int zMin, int zMax);
43 
45 
46  vtkSetVector3Macro(Center, double);
47  vtkGetVector3Macro(Center, double);
49 
51 
52  vtkSetMacro(Maximum, double);
53  vtkGetMacro(Maximum, double);
55 
57 
58  vtkSetMacro(StandardDeviation, double);
59  vtkGetMacro(StandardDeviation, double);
61 
62 protected:
65 
67  int WholeExtent[6];
68  double Center[3];
69  double Maximum;
70 
73 private:
74  vtkImageGaussianSource(const vtkImageGaussianSource&); // Not implemented.
75  void operator=(const vtkImageGaussianSource&); // Not implemented.
76 };
77 
78 
79 #endif
vtkImageGaussianSource::StandardDeviation
double StandardDeviation
Definition: vtkImageGaussianSource.h:66
vtkImageGaussianSource::SetWholeExtent
void SetWholeExtent(int xMinx, int xMax, int yMin, int yMax, int zMin, int zMax)
vtkSetVector3Macro
#define vtkSetVector3Macro(name, type)
Definition: vtkSetGet.h:287
vtkInformationVector
Store zero or more vtkInformation instances.
Definition: vtkInformationVector.h:41
vtkTypeMacro
#define vtkTypeMacro(thisClass, superclass)
Definition: vtkSetGet.h:642
vtkImageAlgorithm.h
vtkImageGaussianSource::~vtkImageGaussianSource
~vtkImageGaussianSource()
Definition: vtkImageGaussianSource.h:64
vtkImageGaussianSource::RequestData
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
vtkImageAlgorithm
Generic algorithm superclass for image algs.
Definition: vtkImageAlgorithm.h:40
vtkImageGaussianSource::vtkImageGaussianSource
vtkImageGaussianSource()
vtkImageGaussianSource::Maximum
double Maximum
Definition: vtkImageGaussianSource.h:69
vtkImageGaussianSource
Create an image with Gaussian pixel values.
Definition: vtkImageGaussianSource.h:32
vtkImageGaussianSource::PrintSelf
void PrintSelf(ostream &os, vtkIndent indent)
vtkGetVector3Macro
#define vtkGetVector3Macro(name, type)
Definition: vtkSetGet.h:304
vtkIndent
a simple class to control print indentation
Definition: vtkIndent.h:39
VTKIMAGINGSOURCES_EXPORT
#define VTKIMAGINGSOURCES_EXPORT
Definition: vtkImagingSourcesModule.h:15
vtkGetMacro
#define vtkGetMacro(name, type)
Definition: vtkSetGet.h:93
vtkInformation
Store vtkAlgorithm input/output information.
Definition: vtkInformation.h:86
vtkSetMacro
vtkSetMacro(IgnoreDriverBugs, bool)
vtkImageGaussianSource::New
static vtkImageGaussianSource * New()
vtkImagingSourcesModule.h
vtkImageGaussianSource::RequestInformation
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)