|
VTK-m
2.3
|
#include <vtkm/cont/ArrayPortal.h>#include <vtkm/cont/internal/IteratorFromArrayPortal.h>#include <vtkm/internal/ArrayPortalHelpers.h>#include <vtkmstd/void_t.h>Go to the source code of this file.
Classes | |
| class | vtkm::cont::ArrayPortalToIterators< PortalType, CustomIterators > |
| class | vtkm::cont::ArrayPortalToIterators< PortalType, std::false_type > |
Convert an ArrayPortal to STL iterators. More... | |
| class | vtkm::cont::ArrayPortalToIterators< PortalType, std::true_type > |
Namespaces | |
| vtkm | |
| Groups connected points that have the same field value. | |
| vtkm::cont | |
| VTK-m Control Environment. | |
Functions | |
| template<typename PortalType > | |
| vtkm::cont::ArrayPortalToIterators< PortalType >::IteratorType | vtkm::cont::ArrayPortalToIteratorBegin (const PortalType &portal) |
| Convenience function for converting an ArrayPortal to a begin iterator. More... | |
| template<typename PortalType > | |
| vtkm::cont::ArrayPortalToIterators< PortalType >::IteratorType | vtkm::cont::ArrayPortalToIteratorEnd (const PortalType &portal) |
| Convenience function for converting an ArrayPortal to an end iterator. More... | |
1.8.17