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

Method Append

Common/DataModel/vtkCellArray.cxx:805–811  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

803
804//------------------------------------------------------------------------------
805void vtkCellArray::Append(vtkCellArray* src, vtkIdType pointOffset)
806{
807 if (src->GetNumberOfCells() > 0)
808 {
809 this->Dispatch(AppendImpl{}, src, pointOffset);
810 }
811}
812
813//------------------------------------------------------------------------------
814void vtkCellArray::Initialize()

Callers 8

CorrespondingArrayMethod · 0.45
SetActiveAttributeMethod · 0.45
TestAppendImplFunction · 0.45

Calls 2

GetNumberOfCellsMethod · 0.45
DispatchMethod · 0.45

Tested by 4

TestAppendImplFunction · 0.36