|
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 DaxFieldType > | |
| int | dispatchOnFieldType (VTKArrayType &vtkField) const |
Public Attributes | |
| vtkDataSet * | Input |
| vtkCell * | Cell |
| double | Min |
| double | Max |
| vtkUnstructuredGrid * | Result |
Definition at line 64 of file vtkDaxThresholdImpl.h.
Definition at line 66 of file vtkDaxThresholdImpl.h.
|
inline |
Definition at line 74 of file vtkDaxThresholdImpl.h.
|
inline |
Definition at line 79 of file vtkDaxThresholdImpl.h.
|
inline |
Definition at line 107 of file vtkDaxThresholdImpl.h.
| vtkDataSet* vtkDax::detail::ValidThresholdInput::Input |
Definition at line 67 of file vtkDaxThresholdImpl.h.
| vtkCell* vtkDax::detail::ValidThresholdInput::Cell |
Definition at line 68 of file vtkDaxThresholdImpl.h.
| double vtkDax::detail::ValidThresholdInput::Min |
Definition at line 69 of file vtkDaxThresholdImpl.h.
| double vtkDax::detail::ValidThresholdInput::Max |
Definition at line 70 of file vtkDaxThresholdImpl.h.
| vtkUnstructuredGrid* vtkDax::detail::ValidThresholdInput::Result |
Definition at line 72 of file vtkDaxThresholdImpl.h.
1.8.8