16 #ifndef vtkRangeIterableTraits_h
17 #define vtkRangeIterableTraits_h
28 template <
typename CollectionType>
29 struct CollectionRange;
31 struct CompositeDataSetRange;
32 struct DataObjectTreeRange;
44 template <
typename CollectionType,
46 CollectionRange<CollectionType>&
DeduceRangeType(
const CollectionType&);
56 template <
typename Iterable>
69 #endif // vtkRangeIterableTraits_h
provides implementation for most abstract methods in the superclass vtkCompositeDataSet ...
Specialization of tuple ranges and iterators for vtkAOSDataArrayTemplate.
abstract superclass for composite (multi-block or AMR) datasets
typename std::decay< RangeTypeInternal >::type RangeType
create and manipulate ordered lists of objects
CollectionRange< CollectionType > & DeduceRangeType(const CollectionType &)