VTK
Public Types | Public Member Functions | Public Attributes
vtkDax::detail::ValidThresholdInput Struct Reference

#include <vtkDaxThresholdImpl.h>

Collaboration diagram for vtkDax::detail::ValidThresholdInput:
Collaboration graph
[legend]

List of all members.

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

vtkDataSetInput
vtkCellCell
double Min
double Max
vtkUnstructuredGridResult

Detailed Description

Definition at line 64 of file vtkDaxThresholdImpl.h.


Member Typedef Documentation

Definition at line 66 of file vtkDaxThresholdImpl.h.


Constructor & Destructor Documentation

Definition at line 74 of file vtkDaxThresholdImpl.h.


Member Function Documentation

template<typename LHS >
int vtkDax::detail::ValidThresholdInput::operator() ( LHS &  arrayField) const [inline]

Definition at line 79 of file vtkDaxThresholdImpl.h.

template<typename VTKArrayType , typename DaxFieldType >
int vtkDax::detail::ValidThresholdInput::dispatchOnFieldType ( VTKArrayType &  vtkField) const [inline]

Definition at line 107 of file vtkDaxThresholdImpl.h.


Member Data Documentation

Definition at line 67 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 72 of file vtkDaxThresholdImpl.h.


The documentation for this struct was generated from the following file: