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

Method IsArray

Common/Core/vtkVariant.cxx:594–598  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592}
593
594bool vtkVariant::IsArray() const
595{
596 return this->Type == VTK_OBJECT && this->Data.VTKObject &&
597 this->Data.VTKObject->IsA("vtkAbstractArray");
598}
599
600unsigned int vtkVariant::GetType() const
601{

Callers 7

ToStringMethod · 0.95
ToArrayMethod · 0.95
ToNumericMethod · 0.95
PrintJSONValueFunction · 0.80
ProcessJSONMethod · 0.80
ProcessFieldsMethod · 0.80
SetValueMethod · 0.80

Calls 1

IsAMethod · 0.80

Tested by

no test coverage detected