MCPcopy Create free account
hub / github.com/PointCloudLibrary/pcl / copyTo

Method copyTo

common/src/range_image.cpp:1011–1015  ·  view source on GitHub ↗

////////////////////////////////////////////////////////////////////

Source from the content-addressed store, hash-verified

1009
1010/////////////////////////////////////////////////////////////////////////
1011void
1012RangeImage::copyTo (RangeImage& other) const
1013{
1014 other = *this;
1015}
1016
1017} // namespace end
1018

Callers 3

getBlurredImageMethod · 0.95
grabberCallbackFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected