VTK  9.2.6
vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize > Struct Template Reference

#include <vtkDataArrayValueRange_AOS.h>

Inheritance diagram for vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >:
[legend]
Collaboration diagram for vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >:
[legend]

Public Types

using ArrayType = vtkAOSDataArrayTemplate<ValueTypeT>
 
using ValueType = ValueTypeT
 
using IteratorType = ValueType*
 
using ConstIteratorType = ValueType const*
 
using ReferenceType = ValueType&
 
using ConstReferenceType = ValueType const&
 
using value_type = ValueType
 
using size_type = ValueIdType
 
using iterator = IteratorType
 
using const_iterator = ConstIteratorType
 
using reference = ReferenceType
 
using const_reference = ConstReferenceType
 
using ArrayType
 
using ValueType
 
using IteratorType
 
using ConstIteratorType
 
using ReferenceType
 
using ConstReferenceType
 
using value_type
 
using size_type
 
using iterator
 
using const_iterator
 
using reference
 
using const_reference
 

Public Member Functions

VTK_ITER_INLINE ValueRange () noexcept=default
 
VTK_ITER_INLINE ValueRange (ArrayType *arr, ValueIdType beginValue, ValueIdType endValue) noexcept
 
VTK_ITER_INLINE ValueRange GetSubRange (ValueIdType beginValue=0, ValueIdType endValue=-1) const noexcept
 
VTK_ITER_INLINE ArrayTypeGetArray () const noexcept
 
VTK_ITER_INLINE ComponentIdType GetTupleSize () const noexcept
 
VTK_ITER_INLINE ValueIdType GetBeginValueId () const noexcept
 
VTK_ITER_INLINE ValueIdType GetEndValueId () const noexcept
 
VTK_ITER_INLINE size_type size () const noexcept
 
VTK_ITER_INLINE iterator begin () noexcept
 
VTK_ITER_INLINE iterator end () noexcept
 
VTK_ITER_INLINE const_iterator begin () const noexcept
 
VTK_ITER_INLINE const_iterator end () const noexcept
 
VTK_ITER_INLINE const_iterator cbegin () const noexcept
 
VTK_ITER_INLINE const_iterator cend () const noexcept
 
VTK_ITER_INLINE reference operator[] (size_type i) noexcept
 
VTK_ITER_INLINE const_reference operator[] (size_type i) const noexcept
 
VTK_ITER_INLINE ValueRange () noexcept=default
 
VTK_ITER_INLINE ValueRange (ArrayType *arr, ValueIdType beginValue, ValueIdType endValue) noexcept
 
VTK_ITER_INLINE ValueRange GetSubRange (ValueIdType beginValue=0, ValueIdType endValue=-1) const noexcept
 
VTK_ITER_INLINE ArrayTypeGetArray () const noexcept
 
VTK_ITER_INLINE ComponentIdType GetTupleSize () const noexcept
 
VTK_ITER_INLINE ValueIdType GetBeginValueId () const noexcept
 
VTK_ITER_INLINE ValueIdType GetEndValueId () const noexcept
 
VTK_ITER_INLINE size_type size () const noexcept
 
VTK_ITER_INLINE iterator begin () noexcept
 
VTK_ITER_INLINE const_iterator begin () const noexcept
 
VTK_ITER_INLINE iterator end () noexcept
 
VTK_ITER_INLINE const_iterator end () const noexcept
 
VTK_ITER_INLINE const_iterator cbegin () const noexcept
 
VTK_ITER_INLINE const_iterator cend () const noexcept
 
VTK_ITER_INLINE reference operator[] (size_type i) noexcept
 
VTK_ITER_INLINE const_reference operator[] (size_type i) const noexcept
 

Static Public Attributes

static constexpr ComponentIdType TupleSizeTag = TupleSize
 
static constexpr ComponentIdType TupleSizeTag
 

Detailed Description

template<typename ValueTypeT, ComponentIdType TupleSize>
struct vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >

Definition at line 46 of file vtkDataArrayValueRange_AOS.h.

Member Typedef Documentation

◆ ArrayType [1/2]

template<typename ValueTypeT, ComponentIdType TupleSize>
using vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::ArrayType = vtkAOSDataArrayTemplate<ValueTypeT>

Definition at line 55 of file vtkDataArrayValueRange_AOS.h.

◆ ValueType [1/2]

template<typename ValueTypeT, ComponentIdType TupleSize>
using vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::ValueType = ValueTypeT

Definition at line 56 of file vtkDataArrayValueRange_AOS.h.

◆ IteratorType [1/2]

template<typename ValueTypeT, ComponentIdType TupleSize>
using vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::IteratorType = ValueType*

Definition at line 58 of file vtkDataArrayValueRange_AOS.h.

◆ ConstIteratorType [1/2]

template<typename ValueTypeT, ComponentIdType TupleSize>
using vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::ConstIteratorType = ValueType const*

Definition at line 59 of file vtkDataArrayValueRange_AOS.h.

◆ ReferenceType [1/2]

template<typename ValueTypeT, ComponentIdType TupleSize>
using vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::ReferenceType = ValueType&

Definition at line 60 of file vtkDataArrayValueRange_AOS.h.

◆ ConstReferenceType [1/2]

template<typename ValueTypeT, ComponentIdType TupleSize>
using vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::ConstReferenceType = ValueType const&

Definition at line 61 of file vtkDataArrayValueRange_AOS.h.

◆ value_type [1/2]

template<typename ValueTypeT, ComponentIdType TupleSize>
using vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::value_type = ValueType

Definition at line 67 of file vtkDataArrayValueRange_AOS.h.

◆ size_type [1/2]

template<typename ValueTypeT, ComponentIdType TupleSize>
using vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::size_type = ValueIdType

Definition at line 68 of file vtkDataArrayValueRange_AOS.h.

◆ iterator [1/2]

template<typename ValueTypeT, ComponentIdType TupleSize>
using vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::iterator = IteratorType

Definition at line 69 of file vtkDataArrayValueRange_AOS.h.

◆ const_iterator [1/2]

template<typename ValueTypeT, ComponentIdType TupleSize>
using vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::const_iterator = ConstIteratorType

Definition at line 70 of file vtkDataArrayValueRange_AOS.h.

◆ reference [1/2]

template<typename ValueTypeT, ComponentIdType TupleSize>
using vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::reference = ReferenceType

Definition at line 71 of file vtkDataArrayValueRange_AOS.h.

◆ const_reference [1/2]

template<typename ValueTypeT, ComponentIdType TupleSize>
using vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::const_reference = ConstReferenceType

Definition at line 72 of file vtkDataArrayValueRange_AOS.h.

◆ ArrayType [2/2]

using vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::ArrayType

Definition at line 848 of file vtkDataArrayValueRange_Generic.h.

◆ ValueType [2/2]

using vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::ValueType

Definition at line 849 of file vtkDataArrayValueRange_Generic.h.

◆ IteratorType [2/2]

using vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::IteratorType

Definition at line 851 of file vtkDataArrayValueRange_Generic.h.

◆ ConstIteratorType [2/2]

using vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::ConstIteratorType

Definition at line 852 of file vtkDataArrayValueRange_Generic.h.

◆ ReferenceType [2/2]

using vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::ReferenceType

Definition at line 853 of file vtkDataArrayValueRange_Generic.h.

◆ ConstReferenceType [2/2]

using vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::ConstReferenceType

Definition at line 854 of file vtkDataArrayValueRange_Generic.h.

◆ value_type [2/2]

using vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::value_type

Definition at line 860 of file vtkDataArrayValueRange_Generic.h.

◆ size_type [2/2]

using vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::size_type

Definition at line 861 of file vtkDataArrayValueRange_Generic.h.

◆ iterator [2/2]

Definition at line 862 of file vtkDataArrayValueRange_Generic.h.

◆ const_iterator [2/2]

using vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::const_iterator

Definition at line 863 of file vtkDataArrayValueRange_Generic.h.

◆ reference [2/2]

using vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::reference

Definition at line 864 of file vtkDataArrayValueRange_Generic.h.

◆ const_reference [2/2]

using vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::const_reference

Definition at line 865 of file vtkDataArrayValueRange_Generic.h.

Constructor & Destructor Documentation

◆ ValueRange() [1/4]

template<typename ValueTypeT, ComponentIdType TupleSize>
VTK_ITER_INLINE vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::ValueRange ( )
defaultnoexcept

◆ ValueRange() [2/4]

template<typename ValueTypeT, ComponentIdType TupleSize>
VTK_ITER_INLINE vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::ValueRange ( ArrayType * arr,
ValueIdType beginValue,
ValueIdType endValue )
inlinenoexcept

Definition at line 78 of file vtkDataArrayValueRange_AOS.h.

◆ ValueRange() [3/4]

VTK_ITER_INLINE vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::ValueRange ( )
defaultnoexcept

◆ ValueRange() [4/4]

VTK_ITER_INLINE vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::ValueRange ( ArrayType * arr,
ValueIdType beginValue,
ValueIdType endValue )
inlinenoexcept

Definition at line 871 of file vtkDataArrayValueRange_Generic.h.

Member Function Documentation

◆ GetSubRange() [1/2]

template<typename ValueTypeT, ComponentIdType TupleSize>
VTK_ITER_INLINE ValueRange vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::GetSubRange ( ValueIdType beginValue = 0,
ValueIdType endValue = -1 ) const
inlinenoexcept

Definition at line 90 of file vtkDataArrayValueRange_AOS.h.

◆ GetArray() [1/2]

template<typename ValueTypeT, ComponentIdType TupleSize>
VTK_ITER_INLINE ArrayType * vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::GetArray ( ) const
inlinenoexcept

Definition at line 102 of file vtkDataArrayValueRange_AOS.h.

◆ GetTupleSize() [1/2]

template<typename ValueTypeT, ComponentIdType TupleSize>
VTK_ITER_INLINE ComponentIdType vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::GetTupleSize ( ) const
inlinenoexcept

Definition at line 105 of file vtkDataArrayValueRange_AOS.h.

◆ GetBeginValueId() [1/2]

template<typename ValueTypeT, ComponentIdType TupleSize>
VTK_ITER_INLINE ValueIdType vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::GetBeginValueId ( ) const
inlinenoexcept

Definition at line 108 of file vtkDataArrayValueRange_AOS.h.

◆ GetEndValueId() [1/2]

template<typename ValueTypeT, ComponentIdType TupleSize>
VTK_ITER_INLINE ValueIdType vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::GetEndValueId ( ) const
inlinenoexcept

Definition at line 114 of file vtkDataArrayValueRange_AOS.h.

◆ size() [1/2]

template<typename ValueTypeT, ComponentIdType TupleSize>
VTK_ITER_INLINE size_type vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::size ( ) const
inlinenoexcept

Definition at line 120 of file vtkDataArrayValueRange_AOS.h.

◆ begin() [1/4]

template<typename ValueTypeT, ComponentIdType TupleSize>
VTK_ITER_INLINE iterator vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::begin ( )
inlinenoexcept

Definition at line 123 of file vtkDataArrayValueRange_AOS.h.

◆ end() [1/4]

template<typename ValueTypeT, ComponentIdType TupleSize>
VTK_ITER_INLINE iterator vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::end ( )
inlinenoexcept

Definition at line 125 of file vtkDataArrayValueRange_AOS.h.

◆ begin() [2/4]

template<typename ValueTypeT, ComponentIdType TupleSize>
VTK_ITER_INLINE const_iterator vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::begin ( ) const
inlinenoexcept

Definition at line 128 of file vtkDataArrayValueRange_AOS.h.

◆ end() [2/4]

template<typename ValueTypeT, ComponentIdType TupleSize>
VTK_ITER_INLINE const_iterator vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::end ( ) const
inlinenoexcept

Definition at line 130 of file vtkDataArrayValueRange_AOS.h.

◆ cbegin() [1/2]

template<typename ValueTypeT, ComponentIdType TupleSize>
VTK_ITER_INLINE const_iterator vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::cbegin ( ) const
inlinenoexcept

Definition at line 133 of file vtkDataArrayValueRange_AOS.h.

◆ cend() [1/2]

template<typename ValueTypeT, ComponentIdType TupleSize>
VTK_ITER_INLINE const_iterator vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::cend ( ) const
inlinenoexcept

Definition at line 135 of file vtkDataArrayValueRange_AOS.h.

◆ operator[]() [1/4]

template<typename ValueTypeT, ComponentIdType TupleSize>
VTK_ITER_INLINE reference vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::operator[] ( size_type i)
inlinenoexcept

Definition at line 138 of file vtkDataArrayValueRange_AOS.h.

◆ operator[]() [2/4]

template<typename ValueTypeT, ComponentIdType TupleSize>
VTK_ITER_INLINE const_reference vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::operator[] ( size_type i) const
inlinenoexcept

Definition at line 140 of file vtkDataArrayValueRange_AOS.h.

◆ GetSubRange() [2/2]

VTK_ITER_INLINE ValueRange vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::GetSubRange ( ValueIdType beginValue = 0,
ValueIdType endValue = -1 ) const
inlinenoexcept

Definition at line 883 of file vtkDataArrayValueRange_Generic.h.

◆ GetArray() [2/2]

VTK_ITER_INLINE ArrayType * vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::GetArray ( ) const
inlinenoexcept

Definition at line 893 of file vtkDataArrayValueRange_Generic.h.

◆ GetTupleSize() [2/2]

VTK_ITER_INLINE ComponentIdType vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::GetTupleSize ( ) const
inlinenoexcept

Definition at line 895 of file vtkDataArrayValueRange_Generic.h.

◆ GetBeginValueId() [2/2]

VTK_ITER_INLINE ValueIdType vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::GetBeginValueId ( ) const
inlinenoexcept

Definition at line 898 of file vtkDataArrayValueRange_Generic.h.

◆ GetEndValueId() [2/2]

VTK_ITER_INLINE ValueIdType vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::GetEndValueId ( ) const
inlinenoexcept

Definition at line 901 of file vtkDataArrayValueRange_Generic.h.

◆ size() [2/2]

VTK_ITER_INLINE size_type vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::size ( ) const
inlinenoexcept

Definition at line 904 of file vtkDataArrayValueRange_Generic.h.

◆ begin() [3/4]

VTK_ITER_INLINE iterator vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::begin ( )
inlinenoexcept

Definition at line 910 of file vtkDataArrayValueRange_Generic.h.

◆ begin() [4/4]

VTK_ITER_INLINE const_iterator vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::begin ( ) const
inlinenoexcept

Definition at line 915 of file vtkDataArrayValueRange_Generic.h.

◆ end() [3/4]

VTK_ITER_INLINE iterator vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::end ( )
inlinenoexcept

Definition at line 912 of file vtkDataArrayValueRange_Generic.h.

◆ end() [4/4]

VTK_ITER_INLINE const_iterator vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::end ( ) const
inlinenoexcept

Definition at line 917 of file vtkDataArrayValueRange_Generic.h.

◆ cbegin() [2/2]

VTK_ITER_INLINE const_iterator vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::cbegin ( ) const
inlinenoexcept

Definition at line 920 of file vtkDataArrayValueRange_Generic.h.

◆ cend() [2/2]

VTK_ITER_INLINE const_iterator vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::cend ( ) const
inlinenoexcept

Definition at line 922 of file vtkDataArrayValueRange_Generic.h.

◆ operator[]() [3/4]

VTK_ITER_INLINE reference vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::operator[] ( size_type i)
inlinenoexcept

Definition at line 925 of file vtkDataArrayValueRange_Generic.h.

◆ operator[]() [4/4]

VTK_ITER_INLINE const_reference vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::operator[] ( size_type i) const
inlinenoexcept

Definition at line 930 of file vtkDataArrayValueRange_Generic.h.

Member Data Documentation

◆ TupleSizeTag [1/2]

template<typename ValueTypeT, ComponentIdType TupleSize>
ComponentIdType vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::TupleSizeTag = TupleSize
staticconstexpr

Definition at line 64 of file vtkDataArrayValueRange_AOS.h.

◆ TupleSizeTag [2/2]

ComponentIdType vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize >::TupleSizeTag
staticconstexpr

Definition at line 857 of file vtkDataArrayValueRange_Generic.h.


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