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

Function ShallowCopy

Common/DataModel/vtkCellMetadata.h:135–135  ·  view source on GitHub ↗

* Copy \a other into this instance (which must be of the same type). * * These methods exist so subclasses know when they are being copied; * the base class has no data to copy, so both ShallowCopy and DeepCopy * do nothing. */

Source from the content-addressed store, hash-verified

133 * do nothing.
134 */
135 virtual void ShallowCopy(vtkCellMetadata* vtkNotUsed(other)) {}
136 virtual void DeepCopy(vtkCellMetadata* vtkNotUsed(other)) {}
137
138 /// Return the set of registered responder types.

Callers 6

ShallowCopyMethod · 0.70
CopyInternalMethod · 0.70
ShallowCopyMethod · 0.50
ShallowCopyMethod · 0.50
ShallowCopyMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected