* \retval bool - always false
*/
//================================================================================
-bool GMSHPlugin_Hypothesis::SetParametersByMesh(const SMESH_Mesh* theMesh,
- const TopoDS_Shape& theShape)
+bool GMSHPlugin_Hypothesis::SetParametersByMesh(const SMESH_Mesh* /*theMesh*/,
+ const TopoDS_Shape& /*theShape*/)
{
return false;
}
*/
//================================================================================
-bool GMSHPlugin_Hypothesis::SetParametersByDefaults(const TDefaults& dflts,
- const SMESH_Mesh* theMesh)
+bool GMSHPlugin_Hypothesis::SetParametersByDefaults(const TDefaults& /*dflts*/,
+ const SMESH_Mesh* /*theMesh*/)
{
//_nbSegPerEdge = dflts._nbSegments;
//_maxSize = dflts._elemLength;
bool
GMSHPlugin_Hypothesis_i::getObjectsDependOn( std::vector< std::string > & entryArray,
- std::vector< int > & subIDArray ) const
+ std::vector< int > & /*subIDArray*/ ) const
{
typedef ::GMSHPlugin_Hypothesis THyp;
const THyp* impl = static_cast<const THyp*>( myBaseImpl );
bool
GMSHPlugin_Hypothesis_i::setObjectsDependOn( std::vector< std::string > & entryArray,
- std::vector< int > & subIDArray )
+ std::vector< int > & /*subIDArray*/ )
{
typedef ::GMSHPlugin_Hypothesis THyp;
THyp* impl = static_cast< THyp* >( myBaseImpl );
aCreator = new GMSHPlugin_Creator_i<GMSHPlugin_Hypothesis_i>;
else if (strcmp(aHypName, "GMSH_Parameters_2D") == 0)
aCreator = new GMSHPlugin_Creator_i<GMSHPlugin_Hypothesis_2D_i>;
- else ;
return aCreator;
}