7 #include "vtkABINamespace.h"
19 VTK_ABI_NAMESPACE_BEGIN
20 template <
typename ArrayType>
22 template <
typename ArrayType>
24 template <
typename ArrayType>
32 VTK_ABI_NAMESPACE_BEGIN
48 template <
typename ArrayType>
54 template <
typename ArrayType>
60 template <
typename ArrayType>
73 template <
typename U, std::
size_t = sizeof(U)>
74 static std::true_type
impl(U*);
75 static std::false_type impl(...);
76 using bool_constant = decltype(impl(std::declval<T*>()));
Hold a reference to a vtkObjectBase instance.
Specialization of tuple ranges and iterators for vtkAOSDataArrayTemplate.
a weak reference to a vtkObject.
Allocate and hold a VTK object.
static constexpr bool value