|
VTK-m
2.3
|
#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... | |
| using vtkm::cont::BitField::ExecutionTypes< Device >::Portal = detail::BitPortal |
A BitPortal that is usable on the specified device.
| using vtkm::cont::BitField::ExecutionTypes< Device >::PortalConst = detail::BitPortalConst |
A read-only BitPortal that is usable on the specified device.
| using vtkm::cont::BitField::ExecutionTypes< Device >::WordTypePreferred = vtkm::AtomicTypePreferred |
The preferred word type used by the specified device.
1.8.17