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

Method loadTemplates

recognition/src/dotmod.cpp:214–224  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

212
213//////////////////////////////////////////////////////////////////////////////////////////////
214void
215pcl::DOTMOD::
216loadTemplates (const char * file_name)
217{
218 std::ifstream file_stream;
219 file_stream.open (file_name, std::ofstream::in | std::ofstream::binary);
220
221 deserialize (file_stream);
222
223 file_stream.close ();
224}
225
226//////////////////////////////////////////////////////////////////////////////////////////////
227void

Callers

nothing calls this directly

Calls 3

deserializeFunction · 0.50
openMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected