7#include "vtkABINamespace.h"
19VTK_ABI_NAMESPACE_BEGIN
20template <
typename ArrayType>
22template <
typename ArrayType>
24template <
typename ArrayType>
32VTK_ABI_NAMESPACE_BEGIN
48template <
typename ArrayType>
54template <
typename ArrayType>
60template <
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*>()));
79 static constexpr bool value = bool_constant::value;
Allocate and hold a VTK object.
Hold a reference to a vtkObjectBase instance.
a weak reference to a vtkObject.
Specialization of tuple ranges and iterators for vtkAOSDataArrayTemplate.
static constexpr bool value