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