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

#include <vtkDataArrayValueRange_AOS.h>

Inheritance diagram for vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize, ForceValueTypeForVtkDataArray >:
[legend]
Collaboration diagram for vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize, ForceValueTypeForVtkDataArray >:
[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
 
value_typedata () noexcept
 
value_typedata () 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
 
value_typedata () noexcept
 
value_typedata () const noexcept
 

Static Public Attributes

static constexpr ComponentIdType TupleSizeTag = TupleSize
 
static constexpr ComponentIdType TupleSizeTag
 

Detailed Description

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

Definition at line 36 of file vtkDataArrayValueRange_AOS.h.

Member Typedef Documentation

◆ ArrayType [1/2]

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

Definition at line 45 of file vtkDataArrayValueRange_AOS.h.

◆ ValueType [1/2]

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

Definition at line 46 of file vtkDataArrayValueRange_AOS.h.

◆ IteratorType [1/2]

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

Definition at line 48 of file vtkDataArrayValueRange_AOS.h.

◆ ConstIteratorType [1/2]

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

Definition at line 49 of file vtkDataArrayValueRange_AOS.h.

◆ ReferenceType [1/2]

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

Definition at line 50 of file vtkDataArrayValueRange_AOS.h.

◆ ConstReferenceType [1/2]

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

Definition at line 51 of file vtkDataArrayValueRange_AOS.h.

◆ value_type [1/2]

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

Definition at line 57 of file vtkDataArrayValueRange_AOS.h.

◆ size_type [1/2]

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

Definition at line 58 of file vtkDataArrayValueRange_AOS.h.

◆ iterator [1/2]

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

Definition at line 59 of file vtkDataArrayValueRange_AOS.h.

◆ const_iterator [1/2]

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

Definition at line 60 of file vtkDataArrayValueRange_AOS.h.

◆ reference [1/2]

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

Definition at line 61 of file vtkDataArrayValueRange_AOS.h.

◆ const_reference [1/2]

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

Definition at line 62 of file vtkDataArrayValueRange_AOS.h.

◆ ArrayType [2/2]

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

Definition at line 874 of file vtkDataArrayValueRange_Generic.h.

◆ ValueType [2/2]

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

Definition at line 875 of file vtkDataArrayValueRange_Generic.h.

◆ IteratorType [2/2]

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

Definition at line 877 of file vtkDataArrayValueRange_Generic.h.

◆ ConstIteratorType [2/2]

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

Definition at line 878 of file vtkDataArrayValueRange_Generic.h.

◆ ReferenceType [2/2]

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

Definition at line 879 of file vtkDataArrayValueRange_Generic.h.

◆ ConstReferenceType [2/2]

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

Definition at line 880 of file vtkDataArrayValueRange_Generic.h.

◆ value_type [2/2]

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

Definition at line 887 of file vtkDataArrayValueRange_Generic.h.

◆ size_type [2/2]

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

Definition at line 888 of file vtkDataArrayValueRange_Generic.h.

◆ iterator [2/2]

using vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize, ForceValueTypeForVtkDataArray >::iterator

Definition at line 889 of file vtkDataArrayValueRange_Generic.h.

◆ const_iterator [2/2]

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

Definition at line 890 of file vtkDataArrayValueRange_Generic.h.

◆ reference [2/2]

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

Definition at line 891 of file vtkDataArrayValueRange_Generic.h.

◆ const_reference [2/2]

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

Definition at line 892 of file vtkDataArrayValueRange_Generic.h.

Constructor & Destructor Documentation

◆ ValueRange() [1/4]

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

◆ ValueRange() [2/4]

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

Definition at line 68 of file vtkDataArrayValueRange_AOS.h.

◆ ValueRange() [3/4]

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

◆ ValueRange() [4/4]

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

Definition at line 898 of file vtkDataArrayValueRange_Generic.h.

Member Function Documentation

◆ GetSubRange() [1/2]

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

Definition at line 80 of file vtkDataArrayValueRange_AOS.h.

◆ GetArray() [1/2]

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

Definition at line 95 of file vtkDataArrayValueRange_AOS.h.

◆ GetTupleSize() [1/2]

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

Definition at line 98 of file vtkDataArrayValueRange_AOS.h.

◆ GetBeginValueId() [1/2]

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

Definition at line 101 of file vtkDataArrayValueRange_AOS.h.

◆ GetEndValueId() [1/2]

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

Definition at line 108 of file vtkDataArrayValueRange_AOS.h.

◆ size() [1/2]

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

Definition at line 115 of file vtkDataArrayValueRange_AOS.h.

◆ begin() [1/4]

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

Definition at line 122 of file vtkDataArrayValueRange_AOS.h.

◆ end() [1/4]

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

Definition at line 124 of file vtkDataArrayValueRange_AOS.h.

◆ begin() [2/4]

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

Definition at line 127 of file vtkDataArrayValueRange_AOS.h.

◆ end() [2/4]

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

Definition at line 129 of file vtkDataArrayValueRange_AOS.h.

◆ cbegin() [1/2]

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

Definition at line 132 of file vtkDataArrayValueRange_AOS.h.

◆ cend() [1/2]

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

Definition at line 134 of file vtkDataArrayValueRange_AOS.h.

◆ operator[]() [1/4]

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

Definition at line 137 of file vtkDataArrayValueRange_AOS.h.

◆ operator[]() [2/4]

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

Definition at line 142 of file vtkDataArrayValueRange_AOS.h.

◆ data() [1/4]

template<typename ValueTypeT, ComponentIdType TupleSize, typename ForceValueTypeForVtkDataArray>
value_type * vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize, ForceValueTypeForVtkDataArray >::data ( )
inlinenoexcept

Definition at line 148 of file vtkDataArrayValueRange_AOS.h.

◆ data() [2/4]

template<typename ValueTypeT, ComponentIdType TupleSize, typename ForceValueTypeForVtkDataArray>
value_type * vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize, ForceValueTypeForVtkDataArray >::data ( ) const
inlinenoexcept

Definition at line 150 of file vtkDataArrayValueRange_AOS.h.

◆ GetSubRange() [2/2]

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

Definition at line 910 of file vtkDataArrayValueRange_Generic.h.

◆ GetArray() [2/2]

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

Definition at line 920 of file vtkDataArrayValueRange_Generic.h.

◆ GetTupleSize() [2/2]

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

Definition at line 922 of file vtkDataArrayValueRange_Generic.h.

◆ GetBeginValueId() [2/2]

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

Definition at line 925 of file vtkDataArrayValueRange_Generic.h.

◆ GetEndValueId() [2/2]

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

Definition at line 928 of file vtkDataArrayValueRange_Generic.h.

◆ size() [2/2]

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

Definition at line 931 of file vtkDataArrayValueRange_Generic.h.

◆ begin() [3/4]

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

Definition at line 937 of file vtkDataArrayValueRange_Generic.h.

◆ begin() [4/4]

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

Definition at line 942 of file vtkDataArrayValueRange_Generic.h.

◆ end() [3/4]

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

Definition at line 939 of file vtkDataArrayValueRange_Generic.h.

◆ end() [4/4]

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

Definition at line 944 of file vtkDataArrayValueRange_Generic.h.

◆ cbegin() [2/2]

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

Definition at line 947 of file vtkDataArrayValueRange_Generic.h.

◆ cend() [2/2]

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

Definition at line 949 of file vtkDataArrayValueRange_Generic.h.

◆ operator[]() [3/4]

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

Definition at line 952 of file vtkDataArrayValueRange_Generic.h.

◆ operator[]() [4/4]

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

Definition at line 957 of file vtkDataArrayValueRange_Generic.h.

◆ data() [3/4]

value_type * vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize, ForceValueTypeForVtkDataArray >::data ( )
inlinenoexcept
Warning
Just be sure you know the repercussions of using data(). Only use when absolutely necessary. If the value_type is not the real underlying type of the vtkDataArray, this method returns invalid values in some cases. Ex: the elements are completely different when an array of 32-bit floats is reinterpreted as an array of unsigned 8-bit integer,

Definition at line 970 of file vtkDataArrayValueRange_Generic.h.

◆ data() [4/4]

value_type * vtk::detail::ValueRange< vtkAOSDataArrayTemplate< ValueTypeT >, TupleSize, ForceValueTypeForVtkDataArray >::data ( ) const
inlinenoexcept
Warning
Just be sure you know the repercussions of using data(). Only use when absolutely necessary. If the value_type is not the real underlying type of the vtkDataArray, this method returns invalid values in some cases. Ex: the elements are completely different when an array of 32-bit floats is reinterpreted as an array of unsigned 8-bit integer,

Definition at line 974 of file vtkDataArrayValueRange_Generic.h.

Member Data Documentation

◆ TupleSizeTag [1/2]

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

Definition at line 54 of file vtkDataArrayValueRange_AOS.h.

◆ TupleSizeTag [2/2]

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

Definition at line 884 of file vtkDataArrayValueRange_Generic.h.


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