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

Method GetNumberOfArrays

Common/DataModel/vtkDataSetAttributesFieldList.cxx:752–756  ·  view source on GitHub ↗

------------------------------------------------------------------------------

Source from the content-addressed store, hash-verified

750
751//------------------------------------------------------------------------------
752int vtkDataSetAttributesFieldList::GetNumberOfArrays()
753{
754 auto& internals = *this->Internals;
755 return static_cast<int>(internals.Fields.size());
756}
757
758//------------------------------------------------------------------------------
759void vtkDataSetAttributesFieldList::BuildPrototype(

Callers 2

GetFieldsFunction · 0.45
BuildPrototypeMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected