Go to the documentation of this file.
24 #ifndef vtkImageEllipsoidSource_h
25 #define vtkImageEllipsoidSource_h
27 #include "vtkImagingSourcesModule.h"
41 void SetWholeExtent(
int extent[6]);
42 void SetWholeExtent(
int minX,
int maxX,
int minY,
int maxY,
44 void GetWholeExtent(
int extent[6]);
52 vtkSetVector3Macro(Center,
double);
53 vtkGetVector3Macro(Center,
double);
60 vtkSetVector3Macro(Radius,
double);
61 vtkGetVector3Macro(Radius,
double);
68 vtkSetMacro(InValue,
double);
69 vtkGetMacro(InValue,
double);
76 vtkSetMacro(OutValue,
double);
77 vtkGetMacro(OutValue,
double);
84 vtkSetMacro(OutputScalarType,
int);
85 vtkGetMacro(OutputScalarType,
int);
91 {this->SetOutputScalarType(
VTK_LONG);}
95 {this->SetOutputScalarType(
VTK_INT);}
103 {this->SetOutputScalarType(
VTK_CHAR);}
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called in response to a REQUEST_DATA request from the executive.
void SetOutputScalarTypeToShort()
void SetOutputScalarTypeToLong()
#define VTK_UNSIGNED_SHORT
void SetOutputScalarTypeToUnsignedLong()
Generic algorithm superclass for image algs.
void SetOutputScalarTypeToFloat()
void SetOutputScalarTypeToInt()
void SetOutputScalarTypeToDouble()
#define VTK_SIZEHINT(...)
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
Subclasses can reimplement this method to collect information from their inputs and set information f...
void SetOutputScalarTypeToUnsignedChar()
a simple class to control print indentation
void SetOutputScalarTypeToChar()
#define VTK_UNSIGNED_CHAR
void SetOutputScalarTypeToUnsignedInt()
#define VTK_UNSIGNED_LONG
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
static vtkAlgorithm * New()
void SetOutputScalarTypeToUnsignedShort()
Create a binary image of an ellipsoid.