26 #ifndef vtkImageEllipsoidSource_h 27 #define vtkImageEllipsoidSource_h 41 void SetWholeExtent(
int extent[6]);
42 void SetWholeExtent(
int minX,
int maxX,
int minY,
int maxY,
44 void GetWholeExtent(
int extent[6]);
81 {this->SetOutputScalarType(
VTK_LONG);}
85 {this->SetOutputScalarType(
VTK_INT);}
93 {this->SetOutputScalarType(
VTK_CHAR);}
void SetOutputScalarTypeToLong()
#define VTK_UNSIGNED_SHORT
Create a binary image of an ellipsoid.
#define vtkGetMacro(name, type)
void SetOutputScalarTypeToInt()
void SetOutputScalarTypeToUnsignedLong()
void SetOutputScalarTypeToFloat()
#define vtkTypeMacro(thisClass, superclass)
void SetOutputScalarTypeToUnsignedChar()
a simple class to control print indentation
void SetOutputScalarTypeToChar()
void SetOutputScalarTypeToDouble()
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define vtkGetVector3Macro(name, type)
void SetOutputScalarTypeToUnsignedShort()
#define VTKIMAGINGSOURCES_EXPORT
void SetOutputScalarTypeToUnsignedInt()
#define VTK_UNSIGNED_CHAR
Generic algorithm superclass for image algs.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()
#define VTK_UNSIGNED_LONG
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
#define vtkSetVector3Macro(name, type)
void SetOutputScalarTypeToShort()
#define vtkSetMacro(name, type)