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

Method FloatArrayNew

IO/Import/vtkVRMLImporter.cxx:176–181  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

174
175//------------------------------------------------------------------------------
176vtkFloatArray* vtkVRMLImporter::FloatArrayNew()
177{
178 vtkFloatArray* array = vtkFloatArray::New();
179 this->Internal->Heap.Push(array);
180 return array;
181}
182
183//------------------------------------------------------------------------------
184vtkIdTypeArray* vtkVRMLImporter::IdTypeArrayNew()

Callers 1

yylexMethod · 0.80

Calls 2

NewFunction · 0.50
PushMethod · 0.45

Tested by

no test coverage detected