VTK-m  2.0
Public Attributes | List of all members
vtkm::rendering::raytracing::PartialComposite< FloatType > Struct Template Reference

#include <PartialComposite.h>

Public Attributes

vtkm::cont::ArrayHandle< vtkm::IdPixelIds
 
vtkm::cont::ArrayHandle< FloatType > Distances
 
ChannelBuffer< FloatType > Buffer
 
ChannelBuffer< FloatType > Intensities
 
vtkm::cont::ArrayHandle< FloatType > PathLengths
 

Member Data Documentation

◆ Buffer

template<typename FloatType >
ChannelBuffer<FloatType> vtkm::rendering::raytracing::PartialComposite< FloatType >::Buffer

◆ Distances

template<typename FloatType >
vtkm::cont::ArrayHandle<FloatType> vtkm::rendering::raytracing::PartialComposite< FloatType >::Distances

◆ Intensities

template<typename FloatType >
ChannelBuffer<FloatType> vtkm::rendering::raytracing::PartialComposite< FloatType >::Intensities

◆ PathLengths

template<typename FloatType >
vtkm::cont::ArrayHandle<FloatType> vtkm::rendering::raytracing::PartialComposite< FloatType >::PathLengths

◆ PixelIds

template<typename FloatType >
vtkm::cont::ArrayHandle<vtkm::Id> vtkm::rendering::raytracing::PartialComposite< FloatType >::PixelIds

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