MCPcopy Create free account
hub / github.com/Kitware/VTK / ToArray

Method ToArray

Common/Core/vtkVariant.cxx:778–785  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

776}
777
778vtkAbstractArray* vtkVariant::ToArray() const
779{
780 if (this->IsArray())
781 {
782 return vtkAbstractArray::SafeDownCast(this->Data.VTKObject);
783 }
784 return nullptr;
785}
786
787template <typename T>
788struct isChar : std::false_type

Callers 9

ComputeCustomMetricMethod · 0.45
CommitSimplificationMethod · 0.45
SetValueMethod · 0.45
RequestDataMethod · 0.45
RequestDataMethod · 0.45
RequestDataMethod · 0.45
RequestDataMethod · 0.45
RequestDataMethod · 0.45
DisplayReebGraphFunction · 0.45

Calls 1

IsArrayMethod · 0.95

Tested by 3

RequestDataMethod · 0.36
RequestDataMethod · 0.36
DisplayReebGraphFunction · 0.36