MCPcopy Create free account
hub / github.com/CloudCompare/CloudCompare / selectClouds

Method selectClouds

qCC/ccCommandLineParser.cpp:533–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531}
532
533bool ccCommandLineParser::selectClouds(const SelectEntitiesOptions& options)
534{
535 return SelectEntities(options, *this, m_clouds, m_unselectedClouds, "cloud");
536}
537
538bool ccCommandLineParser::selectMeshes(const SelectEntitiesOptions& options)
539{

Callers 1

processMethod · 0.80

Calls 1

SelectEntitiesFunction · 0.85

Tested by

no test coverage detected