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

Method saveTemplates

recognition/src/dotmod.cpp:201–211  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

199
200//////////////////////////////////////////////////////////////////////////////////////////////
201void
202pcl::DOTMOD::
203saveTemplates (const char * file_name) const
204{
205 std::ofstream file_stream;
206 file_stream.open (file_name, std::ofstream::out | std::ofstream::binary);
207
208 serialize (file_stream);
209
210 file_stream.close ();
211}
212
213//////////////////////////////////////////////////////////////////////////////////////////////
214void

Callers

nothing calls this directly

Calls 3

serializeFunction · 0.50
openMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected