7#include "vtkABINamespace.h"
19VTK_ABI_NAMESPACE_BEGIN
20template <
typename ArrayType>
22template <
typename ArrayType>
24template <
typename ArrayType>
26template <
typename ArrayType>
34VTK_ABI_NAMESPACE_BEGIN
50template <
typename ArrayType>
56template <
typename ArrayType>
62template <
typename ArrayType>
68template <
typename ArrayType>
81 template <
typename U, std::
size_t = sizeof(U)>
82 static std::true_type
impl(U*);
83 static std::false_type
impl(...);
84 using bool_constant =
decltype(
impl(std::declval<T*>()));
87 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.
a weak reference to a vtkObjectBase.
Specialization of tuple ranges and iterators for vtkAOSDataArrayTemplate.
static constexpr bool value