VTK
9.1.0
|
#include "vtkMeta.h"
#include "vtkRangeIterableTraits.h"
#include <iterator>
#include <type_traits>
#include <utility>
Go to the source code of this file.
Namespaces | |
namespace | vtk |
Specialization of tuple ranges and iterators for vtkAOSDataArrayTemplate. | |
Functions | |
template<typename IterablePtr , typename... Options> | |
auto | vtk::Range (IterablePtr iterable, Options &&... opts) -> typename detail::IterableTraits< typename detail::StripPointers< IterablePtr >::type >::RangeType |
Generate an iterable STL proxy object for a VTK container. | |