VTK-m  2.0
Public Types | List of all members
vtkm::cont::BitField::ExecutionTypes< Device > Struct Template Reference

#include <BitField.h>

Public Types

using WordTypePreferred = vtkm::AtomicTypePreferred
 The preferred word type used by the specified device. More...
 
using Portal = detail::BitPortal
 A BitPortal that is usable on the specified device. More...
 
using PortalConst = detail::BitPortalConst
 A read-only BitPortal that is usable on the specified device. More...
 

Member Typedef Documentation

◆ Portal

template<typename Device >
using vtkm::cont::BitField::ExecutionTypes< Device >::Portal = detail::BitPortal

A BitPortal that is usable on the specified device.

◆ PortalConst

template<typename Device >
using vtkm::cont::BitField::ExecutionTypes< Device >::PortalConst = detail::BitPortalConst

A read-only BitPortal that is usable on the specified device.

◆ WordTypePreferred

The preferred word type used by the specified device.


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