29template <
typename ArrayType>
31template <
typename ArrayType>
33template <
typename ArrayType>
55template <
typename ArrayType>
61template <
typename ArrayType>
67template <
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*>()));
86 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