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

Method IdTypeArrayNew

IO/Import/vtkVRMLImporter.cxx:184–189  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

182
183//------------------------------------------------------------------------------
184vtkIdTypeArray* vtkVRMLImporter::IdTypeArrayNew()
185{
186 vtkIdTypeArray* array = vtkIdTypeArray::New();
187 this->Internal->Heap.Push(array);
188 return array;
189}
190
191//------------------------------------------------------------------------------
192void vtkVRMLImporter::DeleteObject(vtkObject* obj)

Callers 1

yylexMethod · 0.80

Calls 2

NewFunction · 0.50
PushMethod · 0.45

Tested by

no test coverage detected