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

Method selectMeshes

qCC/ccCommandLineParser.cpp:538–541  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

536}
537
538bool ccCommandLineParser::selectMeshes(const SelectEntitiesOptions& options)
539{
540 return SelectEntities(options, *this, m_meshes, m_unselectedMeshes, "mesh");
541}
542
543void ccCommandLineParser::removeClouds(bool onlyLast/*=false*/)
544{

Callers 1

processMethod · 0.80

Calls 1

SelectEntitiesFunction · 0.85

Tested by

no test coverage detected