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

Method setDirectoryPathname

outofcore/src/outofcore_node_data.cpp:139–143  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

137
138 ////////////////////////////////////////////////////////////////////////////////
139 void
140 OutofcoreOctreeNodeMetadata::setDirectoryPathname (const boost::filesystem::path& directory_pathname)
141 {
142 directory_ = directory_pathname;
143 }
144
145 ////////////////////////////////////////////////////////////////////////////////
146

Callers 3

loadMetadataFromDiskMethod · 0.95
init_root_nodeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected