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

Method CreateArray

Common/DataModel/vtkDataSetAttributesFieldList.cxx:746–749  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

744
745//------------------------------------------------------------------------------
746vtkSmartPointer<vtkAbstractArray> vtkDataSetAttributesFieldList::CreateArray(int type) const
747{
748 return vtkSmartPointer<vtkAbstractArray>::Take(vtkAbstractArray::CreateArray(type));
749}
750
751//------------------------------------------------------------------------------
752int vtkDataSetAttributesFieldList::GetNumberOfArrays()

Callers 3

CopyAllocateMethod · 0.95
BuildPrototypeMethod · 0.95
testArrayMethod · 0.45

Calls 2

TakeFunction · 0.85
CreateArrayFunction · 0.50

Tested by 1

testArrayMethod · 0.36