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

Function initialize

simulation/tools/sim_test_performance.cpp:353–364  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351}
352
353void
354initialize(int argc, char** argv)
355{
356 const GLubyte* version = glGetString(GL_VERSION);
357 print_info("OpenGL Version: %s\n", version);
358
359 // works well for MIT CSAIL model 2nd floor:
360 camera_->set(27.4503, 37.383, 4.30908, 0.0, 0.0654498, -2.25802);
361
362 if (argc > 1)
363 loadPolygonMeshModel(argv[1]);
364}
365
366int
367main(int argc, char** argv)

Callers 1

mainFunction · 0.70

Calls 2

loadPolygonMeshModelFunction · 0.70
setMethod · 0.45

Tested by

no test coverage detected