VTK-m  2.0
Public Member Functions | Public Attributes | List of all members
vtkm::worklet::cosmotools::ScaleBiasFunctor< T > Struct Template Reference

#include <CosmoTools.h>

Public Member Functions

VTKM_CONT ScaleBiasFunctor (T scale=T(1), T bias=T(0))
 
VTKM_EXEC_CONToperator() (T value) const
 

Public Attributes

Scale
 
Bias
 

Constructor & Destructor Documentation

◆ ScaleBiasFunctor()

template<typename T >
VTKM_CONT vtkm::worklet::cosmotools::ScaleBiasFunctor< T >::ScaleBiasFunctor ( scale = T(1),
bias = T(0) 
)
inline

Member Function Documentation

◆ operator()()

template<typename T >
VTKM_EXEC_CONT T vtkm::worklet::cosmotools::ScaleBiasFunctor< T >::operator() ( value) const
inline

Member Data Documentation

◆ Bias

template<typename T >
T vtkm::worklet::cosmotools::ScaleBiasFunctor< T >::Bias

◆ Scale

template<typename T >
T vtkm::worklet::cosmotools::ScaleBiasFunctor< T >::Scale

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