24 #ifndef vtkImageEllipsoidSource_h
25 #define vtkImageEllipsoidSource_h
28 #include "vtkImagingSourcesModule.h"
42 void SetWholeExtent(
int minX,
int maxX,
int minY,
int maxY,
int minZ,
int maxZ);
51 vtkSetVector3Macro(Center,
double);
52 vtkGetVector3Macro(Center,
double);
59 vtkSetVector3Macro(Radius,
double);
60 vtkGetVector3Macro(Radius,
double);
67 vtkSetMacro(InValue,
double);
68 vtkGetMacro(InValue,
double);
75 vtkSetMacro(OutValue,
double);
76 vtkGetMacro(OutValue,
double);
83 vtkSetMacro(OutputScalarType,
int);
84 vtkGetMacro(OutputScalarType,
int);
Generic algorithm superclass for image algs.
Create a binary image of an ellipsoid.
static vtkImageEllipsoidSource * New()
void SetOutputScalarTypeToDouble()
void SetOutputScalarTypeToUnsignedChar()
void SetOutputScalarTypeToUnsignedInt()
vtkImageEllipsoidSource()
~vtkImageEllipsoidSource() override
void GetWholeExtent(int extent[6])
void SetOutputScalarTypeToShort()
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
Subclasses can reimplement this method to collect information from their inputs and set information f...
void SetOutputScalarTypeToUnsignedShort()
void SetOutputScalarTypeToChar()
void SetOutputScalarTypeToLong()
void SetOutputScalarTypeToUnsignedLong()
void SetOutputScalarTypeToFloat()
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called in response to a REQUEST_DATA request from the executive.
void SetWholeExtent(int minX, int maxX, int minY, int maxY, int minZ, int maxZ)
void SetOutputScalarTypeToInt()
void SetWholeExtent(int extent[6])
Set/Get the extent of the whole output image.
a simple class to control print indentation
#define VTK_UNSIGNED_CHAR
#define VTK_UNSIGNED_SHORT
#define VTK_UNSIGNED_LONG
#define VTK_SIZEHINT(...)