19 #include <type_traits>
29 template <
typename ArrayType>
31 template <
typename ArrayType>
33 template <
typename ArrayType>
55 template <
typename ArrayType>
61 template <
typename ArrayType>
67 template <
typename ArrayType>
80 template <
typename U, std::
size_t = sizeof(U)>
81 static std::true_type
impl(U*);
82 static std::false_type
impl(...);
83 using bool_constant = decltype(
impl(std::declval<T*>()));
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