X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FStdMeshers_I%2FStdMeshers_NumberOfSegments_i.hxx;fp=src%2FStdMeshers_I%2FStdMeshers_NumberOfSegments_i.hxx;h=5f00a8fb9cc328b71bf212845866b75df33e5d90;hb=9b08e00e6ab80e13cffcda319be3baf22a829bcf;hp=61d8b27cafca81147fb3a47a5c9275d2fef1d50d;hpb=a9f7e28cba695e50fcae50a483ae37f32af4ce84;p=modules%2Fsmesh.git diff --git a/src/StdMeshers_I/StdMeshers_NumberOfSegments_i.hxx b/src/StdMeshers_I/StdMeshers_NumberOfSegments_i.hxx index 61d8b27ca..5f00a8fb9 100644 --- a/src/StdMeshers_I/StdMeshers_NumberOfSegments_i.hxx +++ b/src/StdMeshers_I/StdMeshers_NumberOfSegments_i.hxx @@ -54,50 +54,38 @@ public: virtual ~StdMeshers_NumberOfSegments_i(); // Builds point distribution according to passed function - SMESH::double_array* BuildDistributionExpr( const char*, CORBA::Long, CORBA::Long ) - ; - SMESH::double_array* BuildDistributionTab( const SMESH::double_array&, CORBA::Long, CORBA::Long ) - ; + SMESH::double_array* BuildDistributionExpr( const char*, CORBA::Long, CORBA::Long ); + SMESH::double_array* BuildDistributionTab( const SMESH::double_array&, CORBA::Long, CORBA::Long ); // Set number of segments - void SetNumberOfSegments( CORBA::Long theSegmentsNumber ) - ; + void SetNumberOfSegments( CORBA::Long theSegmentsNumber ); // Get number of segments CORBA::Long GetNumberOfSegments(); // Set distribution type - void SetDistrType(CORBA::Long typ) - ; + void SetDistrType(CORBA::Long typ); // Get distribution type CORBA::Long GetDistrType(); // Set scalar factor - void SetScaleFactor( CORBA::Double theScaleFactor ) - ; + void SetScaleFactor( CORBA::Double theScaleFactor ); // Get scalar factor - CORBA::Double GetScaleFactor() - ; + CORBA::Double GetScaleFactor(); // Set table function for distribution DT_TabFunc - void SetTableFunction(const SMESH::double_array& table) - ; + void SetTableFunction(const SMESH::double_array& table); // Get table function for distribution DT_TabFunc - SMESH::double_array* GetTableFunction() - ; + SMESH::double_array* GetTableFunction(); // Set expression function for distribution DT_ExprFunc - void SetExpressionFunction(const char* expr) - ; + void SetExpressionFunction(const char* expr); // Get expression function for distribution DT_ExprFunc - char* GetExpressionFunction() - ; + char* GetExpressionFunction(); // Set the exponent mode on/off - void SetConversionMode( CORBA::Long conv ) - ; + void SetConversionMode( CORBA::Long conv ); // Returns true if the exponent mode is set - CORBA::Long ConversionMode() - ; + CORBA::Long ConversionMode(); // Get implementation ::StdMeshers_NumberOfSegments* GetImpl();