MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / numValidPoints

Method numValidPoints

source/MRMesh/MRObjectPointsHolder.cpp:205–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

203}
204
205size_t ObjectPointsHolder::numValidPoints() const
206{
207 if ( !numValidPoints_ )
208 numValidPoints_ = points_ ? points_->validPoints.count() : 0;
209
210 return *numValidPoints_;
211}
212
213size_t ObjectPointsHolder::numSelectedPoints() const
214{

Callers 2

drawAdvancedOptionsMethod · 0.80

Calls 1

countMethod · 0.80

Tested by

no test coverage detected