VTK
|
#include <vtkDaxThresholdImpl.h>
Public Types | |
typedef int | ReturnType |
Public Member Functions | |
ValidThresholdInput (vtkDataSet *in, vtkUnstructuredGrid *out, vtkCell *cell, double lower, double upper) | |
template<typename LHS > | |
int | operator() (LHS &arrayField) const |
template<typename VTKArrayType , typename DaxValueType > | |
int | dispatchOnFieldType (VTKArrayType &vtkField) const |
Public Attributes | |
vtkDataSet * | Input |
vtkCell * | Cell |
double | Min |
double | Max |
vtkUnstructuredGrid * | Result |
Definition at line 65 of file vtkDaxThresholdImpl.h.
Definition at line 67 of file vtkDaxThresholdImpl.h.
vtkDax::detail::ValidThresholdInput::ValidThresholdInput | ( | vtkDataSet * | in, |
vtkUnstructuredGrid * | out, | ||
vtkCell * | cell, | ||
double | lower, | ||
double | upper | ||
) | [inline] |
Definition at line 75 of file vtkDaxThresholdImpl.h.
int vtkDax::detail::ValidThresholdInput::operator() | ( | LHS & | arrayField | ) | const [inline] |
Definition at line 80 of file vtkDaxThresholdImpl.h.
int vtkDax::detail::ValidThresholdInput::dispatchOnFieldType | ( | VTKArrayType & | vtkField | ) | const [inline] |
Definition at line 108 of file vtkDaxThresholdImpl.h.
Definition at line 68 of file vtkDaxThresholdImpl.h.
Definition at line 69 of file vtkDaxThresholdImpl.h.
Definition at line 70 of file vtkDaxThresholdImpl.h.
Definition at line 71 of file vtkDaxThresholdImpl.h.
Definition at line 73 of file vtkDaxThresholdImpl.h.