VTK-m  2.0
Public Member Functions | List of all members
vtkm::rendering::raytracing::CellSampler< CELL_SHAPE_WEDGE > Class Reference

#include <CellSampler.h>

Public Member Functions

template<typename P , typename S >
VTKM_EXEC_CONT bool SampleCell (const vtkm::Vec< vtkm::Vec< P, 3 >, 8 > &points, const vtkm::Vec< S, 8 > &scalars, const vtkm::Vec< P, 3 > &sampleLocation, S &lerpedScalar, const vtkm::Int32 &vtkmNotUsed(cellShape=CELL_SHAPE_WEDGE)) const
 

Member Function Documentation

◆ SampleCell()

template<typename P , typename S >
VTKM_EXEC_CONT bool vtkm::rendering::raytracing::CellSampler< CELL_SHAPE_WEDGE >::SampleCell ( const vtkm::Vec< vtkm::Vec< P, 3 >, 8 > &  points,
const vtkm::Vec< S, 8 > &  scalars,
const vtkm::Vec< P, 3 > &  sampleLocation,
S &  lerpedScalar,
const vtkm::Int32 vtkmNotUsedcellShape=CELL_SHAPE_WEDGE 
) const
inline

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