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

Method reset

features/src/narf.cpp:84–95  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

82
83/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
84void
85Narf::reset ()
86{
87 delete[] descriptor_;
88 descriptor_ = nullptr;
89 descriptor_size_ = 0;
90 delete[] surface_patch_;
91 surface_patch_ = nullptr;
92 surface_patch_pixel_size_ = 0;
93 surface_patch_world_size_ = 0.0f;
94 surface_patch_rotation_ = 0.0f;
95}
96
97/////////////////////////////////////////////////////////////////////////////////////////////////////////////////
98void

Callers 15

mainFunction · 0.45
runMethod · 0.45
WriterMethod · 0.45
DriverMethod · 0.45
ViewerMethod · 0.45
mainFunction · 0.45
mainFunction · 0.45
runMethod · 0.45
mainFunction · 0.45
runMethod · 0.45
mainFunction · 0.45
ProducerMethod · 0.45

Calls

no outgoing calls

Tested by 15

mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36
mainFunction · 0.36