VTK
Public Types | Public Member Functions | List of all members
vtkToDax::Threshold< FieldType_ > Struct Template Reference

#include <Threshold.h>

Public Types

typedef FieldType_ FieldType
 
typedef FieldType::ValueType T
 

Public Member Functions

 Threshold (const FieldType &f, T min, T max)
 
void setOutputGrid (vtkUnstructuredGrid *grid)
 
void setFieldName (const char *name)
 
template<typename LHS , typename RHS >
int operator() (LHS &dataSet, const RHS &) const
 

Detailed Description

template<typename FieldType_>
struct vtkToDax::Threshold< FieldType_ >

Definition at line 159 of file Threshold.h.

Member Typedef Documentation

template<typename FieldType_>
typedef FieldType_ vtkToDax::Threshold< FieldType_ >::FieldType

Definition at line 162 of file Threshold.h.

template<typename FieldType_>
typedef FieldType::ValueType vtkToDax::Threshold< FieldType_ >::T

Definition at line 164 of file Threshold.h.

Constructor & Destructor Documentation

template<typename FieldType_>
vtkToDax::Threshold< FieldType_ >::Threshold ( const FieldType f,
T  min,
T  max 
)
inline

Definition at line 166 of file Threshold.h.

Member Function Documentation

template<typename FieldType_>
void vtkToDax::Threshold< FieldType_ >::setOutputGrid ( vtkUnstructuredGrid grid)
inline

Definition at line 175 of file Threshold.h.

template<typename FieldType_>
void vtkToDax::Threshold< FieldType_ >::setFieldName ( const char *  name)
inline

Definition at line 180 of file Threshold.h.

template<typename FieldType_>
template<typename LHS , typename RHS >
int vtkToDax::Threshold< FieldType_ >::operator() ( LHS &  dataSet,
const RHS &   
) const
inline

Definition at line 186 of file Threshold.h.


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