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

Method DeepCopy

Common/DataModel/vtkCell.cxx:150–154  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

148
149//------------------------------------------------------------------------------
150void vtkCell::DeepCopy(vtkCell* c)
151{
152 this->Points->DeepCopy(c->Points);
153 this->PointIds->DeepCopy(c->PointIds);
154}
155
156//------------------------------------------------------------------------------
157double vtkCell::ComputeBoundingSphere(double center[3]) const

Callers 15

InternalUpdateMethod · 0.45
DecomposeMethod · 0.45
IntersectWithLineMethod · 0.45
TriangulateLocalIdsMethod · 0.45
SetRegionVerticesMethod · 0.45
CopyAttributeArraysMethod · 0.45
TestThreadedCopyFunction · 0.45
TestSetDataImplFunction · 0.45
TestDeepCopyFunction · 0.45
TestAppendImplFunction · 0.45
DoOrientationTestFunction · 0.45

Calls

no outgoing calls

Tested by 15

TestThreadedCopyFunction · 0.36
TestSetDataImplFunction · 0.36
TestDeepCopyFunction · 0.36
TestAppendImplFunction · 0.36
DoOrientationTestFunction · 0.36
TestPolyhedron0Function · 0.36
test_rg3dFunction · 0.36
TestPolyhedronDecomposeFunction · 0.36
TestFindCellsAlongLineFunction · 0.36
TestPolyhedralCellsInUGFunction · 0.36
TestOCTFunction · 0.36
TestFunction · 0.36