| VTK
    9.0.1
    | 
#include <vtkDataArrayTupleRange_AOS.h>
| Public Types | |
| using | ArrayType = vtkAOSDataArrayTemplate< ValueType > | 
| using | APIType = GetAPIType< ArrayType > | 
| using | TupleIteratorType = TupleIterator< ArrayType, TupleSize > | 
| using | ConstTupleIteratorType = ConstTupleIterator< ArrayType, TupleSize > | 
| using | TupleReferenceType = TupleReference< ArrayType, TupleSize > | 
| using | ConstTupleReferenceType = ConstTupleReference< ArrayType, TupleSize > | 
| using | ComponentIteratorType = APIType * | 
| using | ConstComponentIteratorType = APIType const * | 
| using | ComponentReferenceType = APIType & | 
| using | ConstComponentReferenceType = const APIType & | 
| using | ComponentType = APIType | 
| using | size_type = TupleIdType | 
| using | iterator = TupleIteratorType | 
| using | const_iterator = ConstTupleIteratorType | 
| using | reference = TupleReferenceType | 
| using | const_reference = ConstTupleReferenceType | 
| Public Member Functions | |
| VTK_ITER_INLINE | TupleRange () noexcept=default | 
| VTK_ITER_INLINE | TupleRange (ArrayType *arr, TupleIdType beginTuple, TupleIdType endTuple) noexcept | 
| VTK_ITER_INLINE TupleRange | GetSubRange (TupleIdType beginTuple=0, TupleIdType endTuple=-1) const noexcept | 
| VTK_ITER_INLINE ArrayType * | GetArray () const noexcept | 
| VTK_ITER_INLINE ComponentIdType | GetTupleSize () const noexcept | 
| VTK_ITER_INLINE TupleIdType | GetBeginTupleId () const noexcept | 
| VTK_ITER_INLINE TupleIdType | GetEndTupleId () 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 | 
| Static Public Attributes | |
| constexpr static ComponentIdType | TupleSizeTag = TupleSize | 
Definition at line 856 of file vtkDataArrayTupleRange_AOS.h.
| using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::ArrayType = vtkAOSDataArrayTemplate<ValueType> | 
Definition at line 858 of file vtkDataArrayTupleRange_AOS.h.
| using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::APIType = GetAPIType<ArrayType> | 
Definition at line 859 of file vtkDataArrayTupleRange_AOS.h.
| using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::TupleIteratorType = TupleIterator<ArrayType, TupleSize> | 
Definition at line 868 of file vtkDataArrayTupleRange_AOS.h.
| using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::ConstTupleIteratorType = ConstTupleIterator<ArrayType, TupleSize> | 
Definition at line 869 of file vtkDataArrayTupleRange_AOS.h.
| using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::TupleReferenceType = TupleReference<ArrayType, TupleSize> | 
Definition at line 870 of file vtkDataArrayTupleRange_AOS.h.
| using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::ConstTupleReferenceType = ConstTupleReference<ArrayType, TupleSize> | 
Definition at line 871 of file vtkDataArrayTupleRange_AOS.h.
| using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::ComponentIteratorType = APIType* | 
Definition at line 872 of file vtkDataArrayTupleRange_AOS.h.
| using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::ConstComponentIteratorType = APIType const* | 
Definition at line 873 of file vtkDataArrayTupleRange_AOS.h.
| using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::ComponentReferenceType = APIType& | 
Definition at line 874 of file vtkDataArrayTupleRange_AOS.h.
| using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::ConstComponentReferenceType = const APIType& | 
Definition at line 875 of file vtkDataArrayTupleRange_AOS.h.
| using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::ComponentType = APIType | 
Definition at line 876 of file vtkDataArrayTupleRange_AOS.h.
| using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::size_type = TupleIdType | 
Definition at line 878 of file vtkDataArrayTupleRange_AOS.h.
| using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::iterator = TupleIteratorType | 
Definition at line 879 of file vtkDataArrayTupleRange_AOS.h.
| using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::const_iterator = ConstTupleIteratorType | 
Definition at line 880 of file vtkDataArrayTupleRange_AOS.h.
| using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::reference = TupleReferenceType | 
Definition at line 881 of file vtkDataArrayTupleRange_AOS.h.
| using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::const_reference = ConstTupleReferenceType | 
Definition at line 882 of file vtkDataArrayTupleRange_AOS.h.
| 
 | defaultnoexcept | 
| 
 | inlinenoexcept | 
Definition at line 891 of file vtkDataArrayTupleRange_AOS.h.
| 
 | inlinenoexcept | 
Definition at line 903 of file vtkDataArrayTupleRange_AOS.h.
| 
 | inlinenoexcept | 
Definition at line 914 of file vtkDataArrayTupleRange_AOS.h.
| 
 | inlinenoexcept | 
Definition at line 917 of file vtkDataArrayTupleRange_AOS.h.
| 
 | inlinenoexcept | 
Definition at line 920 of file vtkDataArrayTupleRange_AOS.h.
| 
 | inlinenoexcept | 
Definition at line 923 of file vtkDataArrayTupleRange_AOS.h.
| 
 | inlinenoexcept | 
Definition at line 926 of file vtkDataArrayTupleRange_AOS.h.
| 
 | inlinenoexcept | 
Definition at line 933 of file vtkDataArrayTupleRange_AOS.h.
| 
 | inlinenoexcept | 
Definition at line 936 of file vtkDataArrayTupleRange_AOS.h.
| 
 | inlinenoexcept | 
Definition at line 939 of file vtkDataArrayTupleRange_AOS.h.
| 
 | inlinenoexcept | 
Definition at line 942 of file vtkDataArrayTupleRange_AOS.h.
| 
 | inlinenoexcept | 
Definition at line 945 of file vtkDataArrayTupleRange_AOS.h.
| 
 | inlinenoexcept | 
Definition at line 951 of file vtkDataArrayTupleRange_AOS.h.
| 
 | inlinenoexcept | 
Definition at line 954 of file vtkDataArrayTupleRange_AOS.h.
| 
 | inlinenoexcept | 
Definition at line 960 of file vtkDataArrayTupleRange_AOS.h.
| 
 | staticconstexpr | 
Definition at line 885 of file vtkDataArrayTupleRange_AOS.h.
 1.8.17
 1.8.17