VTK  9.5.2
vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize > Struct Template Reference

#include <vtkDataArrayTupleRange_AOS.h>

Inheritance diagram for vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >:
[legend]
Collaboration diagram for vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >:
[legend]

Public Types

using iterator_category = std::random_access_iterator_tag
 
using value_type = ConstTupleReference<ArrayType, TupleSize>
 
using difference_type = TupleIdType
 
using pointer = ConstTupleReference<ArrayType, TupleSize>
 
using reference = ConstTupleReference<ArrayType, TupleSize>
 
using iterator_category
 
using value_type
 
using difference_type
 
using pointer
 
using reference
 

Public Member Functions

VTK_ITER_INLINE ConstTupleIterator () noexcept=default
 
VTK_ITER_INLINE ConstTupleIterator (const ValueType *tuple, NumCompsType numComps) noexcept
 
VTK_ITER_INLINE ConstTupleIterator (const TupleIterator< ArrayType, TupleSize > &o) noexcept
 
VTK_ITER_INLINE ConstTupleIterator (const ConstTupleIterator &o) noexcept=default
 
VTK_ITER_INLINE ConstTupleIteratoroperator= (const ConstTupleIterator &o) noexcept=default
 
VTK_ITER_INLINE ConstTupleIteratoroperator++ () noexcept
 
VTK_ITER_INLINE ConstTupleIterator operator++ (int) noexcept
 
VTK_ITER_INLINE ConstTupleIteratoroperator-- () noexcept
 
VTK_ITER_INLINE ConstTupleIterator operator-- (int) noexcept
 
VTK_ITER_INLINE reference operator[] (difference_type i) noexcept
 
VTK_ITER_INLINE reference operator* () noexcept
 
VTK_ITER_INLINE pointeroperator-> () noexcept
 
VTK_ITER_INLINE ConstTupleIteratoroperator+= (difference_type offset) noexcept
 
VTK_ITER_INLINE ConstTupleIteratoroperator-= (difference_type offset) noexcept
 
VTK_ITER_INLINE ConstTupleIterator () noexcept=default
 
VTK_ITER_INLINE ConstTupleIterator (vtkAOSDataArrayTemplate< ValueType > *array, NumCompsType numComps, TupleIdType tupleId) noexcept
 
VTK_ITER_INLINE ConstTupleIterator (const TupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize > &o) noexcept
 
VTK_ITER_INLINE ConstTupleIterator (const ConstTupleIterator &o) noexcept=default
 
VTK_ITER_INLINE ConstTupleIteratoroperator= (const ConstTupleIterator &o) noexcept
 
VTK_ITER_INLINE ConstTupleIteratoroperator++ () noexcept
 
VTK_ITER_INLINE ConstTupleIterator operator++ (int) noexcept
 
VTK_ITER_INLINE ConstTupleIteratoroperator-- () noexcept
 
VTK_ITER_INLINE ConstTupleIterator operator-- (int) noexcept
 
VTK_ITER_INLINE reference operator[] (difference_type i) noexcept
 
VTK_ITER_INLINE reference operator* () noexcept
 
VTK_ITER_INLINE pointer operator-> () noexcept
 
VTK_ITER_INLINE ConstTupleIteratoroperator+= (difference_type offset) noexcept
 
VTK_ITER_INLINE ConstTupleIteratoroperator-= (difference_type offset) noexcept
 

Friends

VTK_ITER_INLINE ConstTupleIterator operator+ (const ConstTupleIterator &it, difference_type offset) noexcept
 
VTK_ITER_INLINE ConstTupleIterator operator+ (difference_type offset, const ConstTupleIterator &it) noexcept
 
VTK_ITER_INLINE ConstTupleIterator operator- (const ConstTupleIterator &it, difference_type offset) noexcept
 
VTK_ITER_INLINE difference_type operator- (const ConstTupleIterator &it1, const ConstTupleIterator &it2) noexcept
 
VTK_ITER_INLINE void swap (ConstTupleIterator &lhs, ConstTupleIterator &rhs) noexcept
 
VTK_ITER_INLINE ConstTupleIterator operator+ (const ConstTupleIterator &it, difference_type offset) noexcept
 
VTK_ITER_INLINE ConstTupleIterator operator+ (difference_type offset, const ConstTupleIterator &it) noexcept
 
VTK_ITER_INLINE ConstTupleIterator operator- (const ConstTupleIterator &it, difference_type offset) noexcept
 
VTK_ITER_INLINE difference_type operator- (const ConstTupleIterator &it1, const ConstTupleIterator &it2) noexcept
 
VTK_ITER_INLINE void swap (ConstTupleIterator &lhs, ConstTupleIterator &rhs) noexcept
 

Detailed Description

template<typename ValueType, ComponentIdType TupleSize>
struct vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >

Definition at line 573 of file vtkDataArrayTupleRange_AOS.h.

Member Typedef Documentation

◆ iterator_category [1/2]

template<typename ValueType, ComponentIdType TupleSize>
using vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::iterator_category = std::random_access_iterator_tag

Definition at line 580 of file vtkDataArrayTupleRange_AOS.h.

◆ value_type [1/2]

template<typename ValueType, ComponentIdType TupleSize>
using vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::value_type = ConstTupleReference<ArrayType, TupleSize>

Definition at line 581 of file vtkDataArrayTupleRange_AOS.h.

◆ difference_type [1/2]

template<typename ValueType, ComponentIdType TupleSize>
using vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::difference_type = TupleIdType

Definition at line 582 of file vtkDataArrayTupleRange_AOS.h.

◆ pointer [1/2]

template<typename ValueType, ComponentIdType TupleSize>
using vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::pointer = ConstTupleReference<ArrayType, TupleSize>

Definition at line 583 of file vtkDataArrayTupleRange_AOS.h.

◆ reference [1/2]

template<typename ValueType, ComponentIdType TupleSize>
using vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::reference = ConstTupleReference<ArrayType, TupleSize>

Definition at line 584 of file vtkDataArrayTupleRange_AOS.h.

◆ iterator_category [2/2]

using vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::iterator_category

Definition at line 1402 of file vtkDataArrayTupleRange_Generic.h.

◆ value_type [2/2]

using vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::value_type

Definition at line 1403 of file vtkDataArrayTupleRange_Generic.h.

◆ difference_type [2/2]

using vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::difference_type

Definition at line 1404 of file vtkDataArrayTupleRange_Generic.h.

◆ pointer [2/2]

using vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::pointer

Definition at line 1405 of file vtkDataArrayTupleRange_Generic.h.

◆ reference [2/2]

using vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::reference

Definition at line 1406 of file vtkDataArrayTupleRange_Generic.h.

Constructor & Destructor Documentation

◆ ConstTupleIterator() [1/8]

template<typename ValueType, ComponentIdType TupleSize>
VTK_ITER_INLINE vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::ConstTupleIterator ( )
defaultnoexcept

◆ ConstTupleIterator() [2/8]

template<typename ValueType, ComponentIdType TupleSize>
VTK_ITER_INLINE vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::ConstTupleIterator ( const ValueType * tuple,
NumCompsType numComps )
inlinenoexcept

Definition at line 590 of file vtkDataArrayTupleRange_AOS.h.

◆ ConstTupleIterator() [3/8]

template<typename ValueType, ComponentIdType TupleSize>
VTK_ITER_INLINE vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::ConstTupleIterator ( const TupleIterator< ArrayType, TupleSize > & o)
inlinenoexcept

Definition at line 596 of file vtkDataArrayTupleRange_AOS.h.

◆ ConstTupleIterator() [4/8]

template<typename ValueType, ComponentIdType TupleSize>
VTK_ITER_INLINE vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::ConstTupleIterator ( const ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize > & o)
defaultnoexcept

◆ ConstTupleIterator() [5/8]

VTK_ITER_INLINE vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::ConstTupleIterator ( )
defaultnoexcept

◆ ConstTupleIterator() [6/8]

VTK_ITER_INLINE vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::ConstTupleIterator ( vtkAOSDataArrayTemplate< ValueType > * array,
NumCompsType numComps,
TupleIdType tupleId )
inlinenoexcept

Definition at line 1412 of file vtkDataArrayTupleRange_Generic.h.

◆ ConstTupleIterator() [7/8]

VTK_ITER_INLINE vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::ConstTupleIterator ( const TupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize > & o)
inlinenoexcept

Definition at line 1422 of file vtkDataArrayTupleRange_Generic.h.

◆ ConstTupleIterator() [8/8]

VTK_ITER_INLINE vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::ConstTupleIterator ( const ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize > & o)
defaultnoexcept

Member Function Documentation

◆ operator=() [1/2]

template<typename ValueType, ComponentIdType TupleSize>
VTK_ITER_INLINE ConstTupleIterator & vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::operator= ( const ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize > & o)
defaultnoexcept

◆ operator++() [1/4]

template<typename ValueType, ComponentIdType TupleSize>
VTK_ITER_INLINE ConstTupleIterator & vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::operator++ ( )
inlinenoexcept

Definition at line 607 of file vtkDataArrayTupleRange_AOS.h.

◆ operator++() [2/4]

template<typename ValueType, ComponentIdType TupleSize>
VTK_ITER_INLINE ConstTupleIterator vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::operator++ ( int )
inlinenoexcept

Definition at line 614 of file vtkDataArrayTupleRange_AOS.h.

◆ operator--() [1/4]

template<typename ValueType, ComponentIdType TupleSize>
VTK_ITER_INLINE ConstTupleIterator & vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::operator-- ( )
inlinenoexcept

Definition at line 622 of file vtkDataArrayTupleRange_AOS.h.

◆ operator--() [2/4]

template<typename ValueType, ComponentIdType TupleSize>
VTK_ITER_INLINE ConstTupleIterator vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::operator-- ( int )
inlinenoexcept

Definition at line 629 of file vtkDataArrayTupleRange_AOS.h.

◆ operator[]() [1/2]

template<typename ValueType, ComponentIdType TupleSize>
VTK_ITER_INLINE reference vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::operator[] ( difference_type i)
inlinenoexcept

Definition at line 637 of file vtkDataArrayTupleRange_AOS.h.

◆ operator*() [1/2]

template<typename ValueType, ComponentIdType TupleSize>
VTK_ITER_INLINE reference vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::operator* ( )
inlinenoexcept

Definition at line 643 of file vtkDataArrayTupleRange_AOS.h.

◆ operator->() [1/2]

template<typename ValueType, ComponentIdType TupleSize>
VTK_ITER_INLINE pointer & vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::operator-> ( )
inlinenoexcept

Definition at line 646 of file vtkDataArrayTupleRange_AOS.h.

◆ operator+=() [1/2]

template<typename ValueType, ComponentIdType TupleSize>
VTK_ITER_INLINE ConstTupleIterator & vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::operator+= ( difference_type offset)
inlinenoexcept

Definition at line 665 of file vtkDataArrayTupleRange_AOS.h.

◆ operator-=() [1/2]

template<typename ValueType, ComponentIdType TupleSize>
VTK_ITER_INLINE ConstTupleIterator & vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::operator-= ( difference_type offset)
inlinenoexcept

Definition at line 684 of file vtkDataArrayTupleRange_AOS.h.

◆ operator=() [2/2]

VTK_ITER_INLINE ConstTupleIterator & vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::operator= ( const ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize > & o)
inlinenoexcept

Definition at line 1430 of file vtkDataArrayTupleRange_Generic.h.

◆ operator++() [3/4]

VTK_ITER_INLINE ConstTupleIterator & vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::operator++ ( )
inlinenoexcept

Definition at line 1437 of file vtkDataArrayTupleRange_Generic.h.

◆ operator++() [4/4]

VTK_ITER_INLINE ConstTupleIterator vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::operator++ ( int )
inlinenoexcept

Definition at line 1447 of file vtkDataArrayTupleRange_Generic.h.

◆ operator--() [3/4]

VTK_ITER_INLINE ConstTupleIterator & vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::operator-- ( )
inlinenoexcept

Definition at line 1453 of file vtkDataArrayTupleRange_Generic.h.

◆ operator--() [4/4]

VTK_ITER_INLINE ConstTupleIterator vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::operator-- ( int )
inlinenoexcept

Definition at line 1463 of file vtkDataArrayTupleRange_Generic.h.

◆ operator[]() [2/2]

VTK_ITER_INLINE reference vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::operator[] ( difference_type i)
inlinenoexcept

Definition at line 1469 of file vtkDataArrayTupleRange_Generic.h.

◆ operator*() [2/2]

VTK_ITER_INLINE reference vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::operator* ( )
inlinenoexcept

Definition at line 1475 of file vtkDataArrayTupleRange_Generic.h.

◆ operator->() [2/2]

VTK_ITER_INLINE pointer vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::operator-> ( )
inlinenoexcept

Definition at line 1478 of file vtkDataArrayTupleRange_Generic.h.

◆ operator+=() [2/2]

VTK_ITER_INLINE ConstTupleIterator & vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::operator+= ( difference_type offset)
inlinenoexcept

Definition at line 1501 of file vtkDataArrayTupleRange_Generic.h.

◆ operator-=() [2/2]

VTK_ITER_INLINE ConstTupleIterator & vtk::detail::ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::operator-= ( difference_type offset)
inlinenoexcept

Definition at line 1523 of file vtkDataArrayTupleRange_Generic.h.

Friends And Related Symbol Documentation

◆ operator+ [1/4]

template<typename ValueType, ComponentIdType TupleSize>
VTK_ITER_INLINE ConstTupleIterator operator+ ( const ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize > & it,
difference_type offset )
friend

Definition at line 671 of file vtkDataArrayTupleRange_AOS.h.

◆ operator+ [2/4]

template<typename ValueType, ComponentIdType TupleSize>
VTK_ITER_INLINE ConstTupleIterator operator+ ( difference_type offset,
const ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize > & it )
friend

Definition at line 677 of file vtkDataArrayTupleRange_AOS.h.

◆ operator- [1/4]

template<typename ValueType, ComponentIdType TupleSize>
VTK_ITER_INLINE ConstTupleIterator operator- ( const ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize > & it,
difference_type offset )
friend

Definition at line 690 of file vtkDataArrayTupleRange_AOS.h.

◆ operator- [2/4]

template<typename ValueType, ComponentIdType TupleSize>
VTK_ITER_INLINE difference_type operator- ( const ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize > & it1,
const ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize > & it2 )
friend

Definition at line 696 of file vtkDataArrayTupleRange_AOS.h.

◆ swap [1/2]

template<typename ValueType, ComponentIdType TupleSize>
VTK_ITER_INLINE void swap ( ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize > & lhs,
ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize > & rhs )
friend

Definition at line 703 of file vtkDataArrayTupleRange_AOS.h.

◆ operator+ [3/4]

VTK_ITER_INLINE ConstTupleIterator operator+ ( const ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize > & it,
difference_type offset )
friend

Definition at line 1510 of file vtkDataArrayTupleRange_Generic.h.

◆ operator+ [4/4]

VTK_ITER_INLINE ConstTupleIterator operator+ ( difference_type offset,
const ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize > & it )
friend

Definition at line 1516 of file vtkDataArrayTupleRange_Generic.h.

◆ operator- [3/4]

VTK_ITER_INLINE ConstTupleIterator operator- ( const ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize > & it,
difference_type offset )
friend

Definition at line 1532 of file vtkDataArrayTupleRange_Generic.h.

◆ operator- [4/4]

VTK_ITER_INLINE difference_type operator- ( const ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize > & it1,
const ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize > & it2 )
friend

Definition at line 1538 of file vtkDataArrayTupleRange_Generic.h.

◆ swap [2/2]

VTK_ITER_INLINE void swap ( ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize > & lhs,
ConstTupleIterator< vtkAOSDataArrayTemplate< ValueType >, TupleSize > & rhs )
friend

Definition at line 1547 of file vtkDataArrayTupleRange_Generic.h.


The documentation for this struct was generated from the following file: