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