VTK
|
Namespaces | |
detail | |
Functions | |
int | Contour (vtkDataSet *input, vtkPolyData *output, vtkDataArray *field, float isoValue, bool computeScalars) |
int | Threshold (vtkDataSet *input, vtkUnstructuredGrid *output, vtkDataArray *field, double lower, double upper) |
int vtkDax::Contour | ( | vtkDataSet * | input, |
vtkPolyData * | output, | ||
vtkDataArray * | field, | ||
float | isoValue, | ||
bool | computeScalars | ||
) |
Definition at line 125 of file vtkDaxContourImpl.h.
int vtkDax::Threshold | ( | vtkDataSet * | input, |
vtkUnstructuredGrid * | output, | ||
vtkDataArray * | field, | ||
double | lower, | ||
double | upper | ||
) |
Definition at line 147 of file vtkDaxThresholdImpl.h.