VTK  9.3.20240416
Classes | Namespaces | Functions
vtkRangeIterableTraits.h File Reference
#include "vtkABINamespace.h"
Include dependency graph for vtkRangeIterableTraits.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  vtk::detail::IterableTraits< Iterable >
 

Namespaces

 vtk
 Specialization of tuple ranges and iterators for vtkAOSDataArrayTemplate.
 
 vtk::detail
 

Functions

template<typename CollectionType , typename = typename std::enable_if<std::is_base_of<vtkCollection, CollectionType>::value>::type>
CollectionRange< CollectionType > & vtk::detail::DeduceRangeType (const CollectionType &)
 
CompositeDataSetRange & vtk::detail::DeduceRangeType (const vtkCompositeDataSet &)
 
DataObjectTreeRange & vtk::detail::DeduceRangeType (const vtkDataObjectTree &)