Go to the documentation of this file.
33 #ifndef vtkVoxelModeller_h
34 #define vtkVoxelModeller_h
74 void SetModelBounds(
double xmin,
double xmax,
double ymin,
double ymax,
double zmin,
double zmax);
99 {this->SetScalarType(
VTK_BIT);};
129 int SampleDimensions[3];
131 double ModelBounds[6];
void SetModelBounds(const double bounds[6])
void SetScalarTypeToUnsignedInt()
void SetScalarTypeToUnsignedShort()
void SetScalarTypeToShort()
#define VTK_UNSIGNED_SHORT
void SetScalarTypeToBit()
#define vtkTypeMacro(thisClass, superclass)
double ComputeModelBounds(double origin[3], double ar[3])
Generic algorithm superclass for image algs.
#define vtkGetVectorMacro(name, type, count)
#define VTKIMAGINGHYBRID_EXPORT
virtual int FillInputPortInformation(int port, vtkInformation *info)
#define vtkSetClampMacro(name, type, min, max)
void SetModelBounds(double xmin, double xmax, double ymin, double ymax, double zmin, double zmax)
void SetScalarTypeToUnsignedLong()
void SetScalarTypeToUnsignedChar()
a simple class to control print indentation
void PrintSelf(ostream &os, vtkIndent indent)
#define VTK_UNSIGNED_CHAR
#define vtkGetMacro(name, type)
virtual int RequestInformation(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
void SetScalarTypeToChar()
void SetScalarTypeToDouble()
#define VTK_UNSIGNED_LONG
vtkSetMacro(IgnoreDriverBugs, bool)
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
static vtkVoxelModeller * New()
void SetScalarTypeToFloat()
void SetScalarTypeToLong()
void SetSampleDimensions(int dim[3])
void SetScalarTypeToInt()
convert an arbitrary dataset to a voxel representation
void SetSampleDimensions(int i, int j, int k)