VTK
|
#include <vtkDaxContourImpl.h>
Public Types | |
typedef int | ReturnType |
Public Member Functions | |
ValidContourInput (vtkDataSet *in, vtkPolyData *out, vtkCell *cell, double isoValue, bool computeScalars) | |
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 | IsoValue |
bool | ComputeScalars |
vtkPolyData * | Result |
Definition at line 56 of file vtkDaxContourImpl.h.
Definition at line 58 of file vtkDaxContourImpl.h.
vtkDax::detail::ValidContourInput::ValidContourInput | ( | vtkDataSet * | in, |
vtkPolyData * | out, | ||
vtkCell * | cell, | ||
double | isoValue, | ||
bool | computeScalars | ||
) | [inline] |
Definition at line 66 of file vtkDaxContourImpl.h.
int vtkDax::detail::ValidContourInput::operator() | ( | LHS & | arrayField | ) | const [inline] |
Definition at line 76 of file vtkDaxContourImpl.h.
int vtkDax::detail::ValidContourInput::dispatchOnFieldType | ( | VTKArrayType & | vtkField | ) | const [inline] |
Definition at line 91 of file vtkDaxContourImpl.h.
Definition at line 59 of file vtkDaxContourImpl.h.
Definition at line 60 of file vtkDaxContourImpl.h.
Definition at line 61 of file vtkDaxContourImpl.h.
Definition at line 62 of file vtkDaxContourImpl.h.
Definition at line 64 of file vtkDaxContourImpl.h.