vtkContourValues - helper object to manage setting and generating contour values
Super Class: vtkObject
Description:
vtkContourValues is a general class to manage the creation, generation, and retrieval of contour values. This class serves as a helper class for contouring classes, or those classes operating on lists of contour values.
See Also:
Methods:
void vtkContourValues () | |
void vtkContourValues () | |
static vtkContourValues *New () | |
const char *GetClassName () | |
void PrintSelf (unknown & ,vtkIndent ) | |
void SetValue (int ,float ) | |
float GetValue (int ) | |
float *GetValues () | |
void GetValues (float *) | |
void SetNumberOfContours (const int ) | |
int GetNumberOfContours () | |
void GenerateValues (int ,float ) | |
void GenerateValues (int ,float ,float ) |
Detailed Method Descriptions:
void vtkContourValues () |
void SetValue (int ,float ) |
float GetValue (int ) |
float *GetValues () |
void GetValues (float *) |
void SetNumberOfContours (const int ) |
int GetNumberOfContours () |
void GenerateValues (int ,float ) | |
void GenerateValues (int ,float ,float ) |