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

Method setLocalAndRemotePaths

io/src/davidsdk_grabber.cpp:240–246  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

238
239//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
240void
241pcl::DavidSDKGrabber::setLocalAndRemotePaths (std::string local_path,
242 std::string remote_path)
243{
244 setLocalPath (local_path);
245 setRemotePath (remote_path);
246}
247
248//////////////////////////////////////////////////////////////////////////////////////////////////////////////////
249bool

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected