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