#include "vtkAOSDataArrayTemplate.h"
#include "vtkDataArrayMeta.h"
#include "vtkDataArrayTupleRange_Generic.h"
#include "vtkDebugRangeIterators.h"
#include <algorithm>
#include <cassert>
#include <iterator>
#include <type_traits>
Go to the source code of this file.
◆ VTK_TMP_MAKE_OPERATOR [1/2]
#define VTK_TMP_MAKE_OPERATOR |
( |
|
OP | ) |
|
Value:
const ConstTupleIterator& lhs, const ConstTupleIterator& rhs) noexcept \
{ \
return lhs.GetTuple() OP rhs.GetTuple(); \
}
Definition at line 648 of file vtkDataArrayTupleRange_AOS.h.
◆ VTK_TMP_MAKE_OPERATOR [2/2]
#define VTK_TMP_MAKE_OPERATOR |
( |
|
OP | ) |
|
Value:
const TupleIterator& lhs, const TupleIterator& rhs) noexcept \
{ \
return lhs.GetTuple() OP rhs.GetTuple(); \
}
Definition at line 648 of file vtkDataArrayTupleRange_AOS.h.