vtkSampleFunction - sample an implicit function over a structured point set
Super Class: vtkStructuredPointsSource
Description:
vtkSampleFunction is a source object that evaluates an implicit function and normals at each point in a vtkStructuredPoints. The user can specify the sample dimensions and location in space to perform the sampling. To create closed surfaces (in conjunction with the vtkContourFilter), capping can be turned on to set a particular value on the boundaries of the sample space.
See Also:
Methods:
void vtkSampleFunction () | |
void vtkSampleFunction () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
static vtkSampleFunction *New () | |
void SetImplicitFunction (vtkImplicitFunction *) | |
vtkImplicitFunction *GetImplicitFunction () | |
void SetScalars (vtkScalars *) | |
void SetSampleDimensions (int ,int ,int ) | |
void SetSampleDimensions (int ) | |
int *GetSampleDimensions () | |
void SetModelBounds (float ,float ,float ,float ,float ,float ) | |
void SetModelBounds (float *) | |
float *GetModelBounds () | |
void SetCapping (int ) | |
int GetCapping () | |
void CappingOn () | |
void CappingOff () | |
void SetCapValue (float ) | |
float GetCapValue () | |
void SetComputeNormals (int ) | |
int GetComputeNormals () | |
void ComputeNormalsOn () | |
void ComputeNormalsOff () | |
unsigned long GetMTime () | |
void Execute () | |
void Cap (vtkScalars *) |
Detailed Method Descriptions:
static vtkSampleFunction *New () |
void SetImplicitFunction (vtkImplicitFunction *) | |
vtkImplicitFunction *GetImplicitFunction () |
void SetScalars (vtkScalars *) |
void SetSampleDimensions (int ,int ,int ) | |
void SetSampleDimensions (int ) | |
int *GetSampleDimensions () |
void SetModelBounds (float ,float ,float ,float ,float ,float ) | |
void SetModelBounds (float *) | |
float *GetModelBounds () |
void SetCapping (int ) | |
int GetCapping () | |
void CappingOn () | |
void CappingOff () |
void SetCapValue (float ) | |
float GetCapValue () |
void SetComputeNormals (int ) | |
int GetComputeNormals () | |
void ComputeNormalsOn () | |
void ComputeNormalsOff () |
unsigned long GetMTime () |