Coverity issues: fix Mesh, Points and Inspection module
This commit is contained in:
@@ -34,11 +34,13 @@
|
||||
using namespace MeshCore;
|
||||
|
||||
MeshSearchNeighbours::MeshSearchNeighbours (const MeshKernel &rclM, float fSampleDistance)
|
||||
: _rclMesh(rclM),
|
||||
_rclFAry(rclM.GetFacets()),
|
||||
_rclPAry(rclM.GetPoints()),
|
||||
_clPt2Fa(rclM),
|
||||
_fSampleDistance(fSampleDistance)
|
||||
: _rclMesh(rclM)
|
||||
, _rclFAry(rclM.GetFacets())
|
||||
, _rclPAry(rclM.GetPoints())
|
||||
, _clPt2Fa(rclM)
|
||||
, _fMaxDistanceP2(0)
|
||||
, _fSampleDistance(fSampleDistance)
|
||||
, _bTooFewPoints(false)
|
||||
{
|
||||
MeshAlgorithm(_rclMesh).ResetFacetFlag(MeshFacet::MARKED);
|
||||
MeshAlgorithm(_rclMesh).ResetPointFlag(MeshPoint::MARKED);
|
||||
|
||||
Reference in New Issue
Block a user