VTK
9.3.0
|
#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 | |
static constexpr ComponentIdType | TupleSizeTag = TupleSize |
Definition at line 842 of file vtkDataArrayTupleRange_AOS.h.
using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::ArrayType = vtkAOSDataArrayTemplate<ValueType> |
Definition at line 844 of file vtkDataArrayTupleRange_AOS.h.
using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::APIType = GetAPIType<ArrayType> |
Definition at line 845 of file vtkDataArrayTupleRange_AOS.h.
using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::TupleIteratorType = TupleIterator<ArrayType, TupleSize> |
Definition at line 854 of file vtkDataArrayTupleRange_AOS.h.
using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::ConstTupleIteratorType = ConstTupleIterator<ArrayType, TupleSize> |
Definition at line 855 of file vtkDataArrayTupleRange_AOS.h.
using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::TupleReferenceType = TupleReference<ArrayType, TupleSize> |
Definition at line 856 of file vtkDataArrayTupleRange_AOS.h.
using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::ConstTupleReferenceType = ConstTupleReference<ArrayType, TupleSize> |
Definition at line 857 of file vtkDataArrayTupleRange_AOS.h.
using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::ComponentIteratorType = APIType* |
Definition at line 858 of file vtkDataArrayTupleRange_AOS.h.
using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::ConstComponentIteratorType = APIType const* |
Definition at line 859 of file vtkDataArrayTupleRange_AOS.h.
using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::ComponentReferenceType = APIType& |
Definition at line 860 of file vtkDataArrayTupleRange_AOS.h.
using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::ConstComponentReferenceType = const APIType& |
Definition at line 861 of file vtkDataArrayTupleRange_AOS.h.
using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::ComponentType = APIType |
Definition at line 862 of file vtkDataArrayTupleRange_AOS.h.
using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::size_type = TupleIdType |
Definition at line 864 of file vtkDataArrayTupleRange_AOS.h.
using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::iterator = TupleIteratorType |
Definition at line 865 of file vtkDataArrayTupleRange_AOS.h.
using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::const_iterator = ConstTupleIteratorType |
Definition at line 866 of file vtkDataArrayTupleRange_AOS.h.
using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::reference = TupleReferenceType |
Definition at line 867 of file vtkDataArrayTupleRange_AOS.h.
using vtk::detail::TupleRange< vtkAOSDataArrayTemplate< ValueType >, TupleSize >::const_reference = ConstTupleReferenceType |
Definition at line 868 of file vtkDataArrayTupleRange_AOS.h.
|
defaultnoexcept |
|
inlinenoexcept |
Definition at line 877 of file vtkDataArrayTupleRange_AOS.h.
|
inlinenoexcept |
Definition at line 889 of file vtkDataArrayTupleRange_AOS.h.
|
inlinenoexcept |
Definition at line 900 of file vtkDataArrayTupleRange_AOS.h.
|
inlinenoexcept |
Definition at line 903 of file vtkDataArrayTupleRange_AOS.h.
|
inlinenoexcept |
Definition at line 906 of file vtkDataArrayTupleRange_AOS.h.
|
inlinenoexcept |
Definition at line 909 of file vtkDataArrayTupleRange_AOS.h.
|
inlinenoexcept |
Definition at line 912 of file vtkDataArrayTupleRange_AOS.h.
|
inlinenoexcept |
Definition at line 919 of file vtkDataArrayTupleRange_AOS.h.
|
inlinenoexcept |
Definition at line 922 of file vtkDataArrayTupleRange_AOS.h.
|
inlinenoexcept |
Definition at line 925 of file vtkDataArrayTupleRange_AOS.h.
|
inlinenoexcept |
Definition at line 928 of file vtkDataArrayTupleRange_AOS.h.
|
inlinenoexcept |
Definition at line 931 of file vtkDataArrayTupleRange_AOS.h.
|
inlinenoexcept |
Definition at line 937 of file vtkDataArrayTupleRange_AOS.h.
|
inlinenoexcept |
Definition at line 940 of file vtkDataArrayTupleRange_AOS.h.
|
inlinenoexcept |
Definition at line 946 of file vtkDataArrayTupleRange_AOS.h.
|
staticconstexpr |
Definition at line 871 of file vtkDataArrayTupleRange_AOS.h.