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

Method startInteractor

visualization/src/pcl_plotter.cpp:571–576  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

569
570//////////////////////////////////////////////////////////////////////////////////////////////////////////////
571void
572pcl::visualization::PCLPlotter::startInteractor ()
573{
574 view_->GetInteractor()->Initialize ();
575 view_->GetInteractor()->Start ();
576}
577
578///////////////////////IMPORTANT PRIVATE FUNCTIONS///////////////////////////////
579void

Callers

nothing calls this directly

Calls 1

InitializeMethod · 0.45

Tested by

no test coverage detected