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

Method ShallowCopy

Common/Core/vtkDataArray.cxx:132–136  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

130
131//------------------------------------------------------------------------------
132void vtkDataArray::ShallowCopy(vtkDataArray* other)
133{
134 // Deep copy by default. Subclasses may override this behavior.
135 this->DeepCopy(other);
136}
137
138//------------------------------------------------------------------------------
139void vtkDataArray::SetTuple(vtkIdType i, const float* source)

Callers

nothing calls this directly

Calls 1

DeepCopyMethod · 0.95

Tested by

no test coverage detected