cppcheck
This commit is contained in:
@@ -79,7 +79,7 @@ private:
|
||||
|
||||
public:
|
||||
|
||||
JacobiLaplaceSmootherT( Mesh& _mesh ) : LaplaceSmootherT<Mesh>(_mesh) {}
|
||||
explicit JacobiLaplaceSmootherT( Mesh& _mesh ) : LaplaceSmootherT<Mesh>(_mesh) {}
|
||||
|
||||
// override: alloc umbrellas
|
||||
void smooth(unsigned int _n);
|
||||
|
||||
@@ -83,7 +83,7 @@ public:
|
||||
typedef typename SmootherT<Mesh>::EdgeHandle EdgeHandle;
|
||||
|
||||
|
||||
LaplaceSmootherT( Mesh& _mesh );
|
||||
explicit LaplaceSmootherT( Mesh& _mesh );
|
||||
virtual ~LaplaceSmootherT();
|
||||
|
||||
|
||||
|
||||
@@ -146,7 +146,7 @@ public:
|
||||
public:
|
||||
|
||||
/// Constructor
|
||||
CompositeT(Mesh& _mesh)
|
||||
explicit CompositeT(Mesh& _mesh)
|
||||
: subdiv_type_(0),
|
||||
subdiv_rule_(NULL), /*first_rule_(NULL), last_rule_(NULL),*/ mesh_(_mesh)
|
||||
{ }
|
||||
|
||||
@@ -118,7 +118,7 @@ public:
|
||||
protected:
|
||||
|
||||
/// Default constructor
|
||||
RuleInterfaceT(Mesh& _mesh) : mesh_(_mesh) {};
|
||||
RuleInterfaceT(Mesh& _mesh) : mesh_(_mesh),prev_rule_(nullptr),subdiv_rule_(nullptr),subdiv_type_(0),number_(0),n_rules_(0) {};
|
||||
|
||||
public:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user