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

Method AppendLegacyFormat

Common/DataModel/vtkCellArray.cxx:1484–1487  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

1482
1483//------------------------------------------------------------------------------
1484void vtkCellArray::AppendLegacyFormat(vtkIdTypeArray* data, vtkIdType ptOffset)
1485{
1486 this->AppendLegacyFormat(data->GetPointer(0), data->GetNumberOfValues(), ptOffset);
1487}
1488
1489//------------------------------------------------------------------------------
1490void vtkCellArray::AppendLegacyFormat(const vtkIdType* data, vtkIdType len, vtkIdType ptOffset)

Callers 5

ImportLegacyFormatMethod · 0.95
SetCellsMethod · 0.80
ReduceMethod · 0.80
ReduceMethod · 0.80

Calls 3

GetPointerMethod · 0.45
GetNumberOfValuesMethod · 0.45
DispatchMethod · 0.45

Tested by 1