MCPcopy Create free account
hub / github.com/Kitware/ParaView / CopyFromArray

Method CopyFromArray

Remoting/Core/vtkPVArrayInformation.cxx:357–363  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

355
356//----------------------------------------------------------------------------
357void vtkPVArrayInformation::CopyFromArray(vtkAbstractArray* array)
358{
359 GetRangeFunctor rangeFn;
360 rangeFn.Array = array;
361
362 this->CopyFromArrayInternal(array, rangeFn);
363}
364
365//----------------------------------------------------------------------------
366void vtkPVArrayInformation::CopyFromArray(vtkFieldData* fieldData, int fdArrayIdx)

Callers 4

CopyFromDataObjectMethod · 0.80
CopyFromDataObjectMethod · 0.80
TestPVArrayInformationFunction · 0.80
vtkSerializeFunction · 0.80

Calls 3

CopyFromArrayInternalMethod · 0.95
GetNumberOfArraysMethod · 0.45
GetNameMethod · 0.45

Tested by 1

TestPVArrayInformationFunction · 0.64