VTK
Public Types | Public Member Functions | Public Attributes | List of all members
vtkDax::detail::ValidContourInput Struct Reference

#include <vtkDaxContourImpl.h>

Collaboration diagram for vtkDax::detail::ValidContourInput:
[legend]

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

vtkDataSetInput
 
vtkCellCell
 
double IsoValue
 
bool ComputeScalars
 
vtkPolyDataResult
 

Detailed Description

Definition at line 56 of file vtkDaxContourImpl.h.

Member Typedef Documentation

Definition at line 58 of file vtkDaxContourImpl.h.

Constructor & Destructor Documentation

vtkDax::detail::ValidContourInput::ValidContourInput ( vtkDataSet in,
vtkPolyData out,
vtkCell cell,
double  isoValue,
bool  computeScalars 
)
inline

Definition at line 66 of file vtkDaxContourImpl.h.

Member Function Documentation

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

Definition at line 76 of file vtkDaxContourImpl.h.

template<typename VTKArrayType , typename DaxValueType >
int vtkDax::detail::ValidContourInput::dispatchOnFieldType ( VTKArrayType &  vtkField) const
inline

Definition at line 91 of file vtkDaxContourImpl.h.

Member Data Documentation

vtkDataSet* vtkDax::detail::ValidContourInput::Input

Definition at line 59 of file vtkDaxContourImpl.h.

vtkCell* vtkDax::detail::ValidContourInput::Cell

Definition at line 60 of file vtkDaxContourImpl.h.

double vtkDax::detail::ValidContourInput::IsoValue

Definition at line 61 of file vtkDaxContourImpl.h.

bool vtkDax::detail::ValidContourInput::ComputeScalars

Definition at line 62 of file vtkDaxContourImpl.h.

vtkPolyData* vtkDax::detail::ValidContourInput::Result

Definition at line 64 of file vtkDaxContourImpl.h.


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