35 #ifndef vtkSampleFunction_h 36 #define vtkSampleFunction_h 70 {this->SetOutputScalarType(
VTK_LONG);}
74 {this->SetOutputScalarType(
VTK_INT);}
82 {this->SetOutputScalarType(
VTK_CHAR);}
93 void SetSampleDimensions(
int i,
int j,
int k);
97 void SetSampleDimensions(
int dim[3]);
104 void SetModelBounds(
const double bounds[6]);
105 void SetModelBounds(
double xMin,
double xMax,
106 double yMin,
double yMax,
107 double zMin,
double zMax);
169 int SampleDimensions[3];
170 double ModelBounds[6];
abstract interface for implicit functions
sample an implicit function over a structured point set
#define VTK_UNSIGNED_SHORT
#define vtkGetMacro(name, type)
virtual void ExecuteDataWithInformation(vtkDataObject *output, vtkInformation *outInfo)
#define vtkSetStringMacro(name)
#define vtkTypeMacro(thisClass, superclass)
Detect and break reference loops.
virtual void ReportReferences(vtkGarbageCollector *)
void SetOutputScalarTypeToShort()
void SetOutputScalarTypeToUnsignedShort()
void SetOutputScalarTypeToDouble()
virtual unsigned long GetMTime()
a simple class to control print indentation
virtual int RequestInformation(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
abstract superclass for arrays of numeric data
void SetOutputScalarTypeToLong()
void SetOutputScalarTypeToInt()
void SetOutputScalarTypeToUnsignedLong()
#define vtkGetStringMacro(name)
#define vtkGetObjectMacro(name, type)
vtkImplicitFunction * ImplicitFunction
#define VTK_LEGACY(method)
void SetOutputScalarTypeToUnsignedChar()
#define VTK_UNSIGNED_CHAR
Generic algorithm superclass for image algs.
void PrintSelf(ostream &os, vtkIndent indent)
static vtkAlgorithm * New()
#define vtkBooleanMacro(name, type)
#define VTK_UNSIGNED_LONG
#define VTKIMAGINGHYBRID_EXPORT
void SetOutputScalarTypeToFloat()
general representation of visualization data
void SetOutputScalarTypeToUnsignedInt()
#define vtkGetVectorMacro(name, type, count)
void SetOutputScalarTypeToChar()
#define vtkSetMacro(name, type)