X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHexoticPlugin%2FHexoticPlugin_Hypothesis_i.hxx;h=7fa9b4b5ad5ea919eb7076833baed10454cf5cdc;hb=63c85fd22977c18682232705b2fe5fd62692ce77;hp=388a86f3a57a9e3fe3ad8493ba1994e1a8697f07;hpb=bc5b18469dcf0f6b4937744c8cfae4f18104687c;p=plugins%2Fhexoticplugin.git diff --git a/src/HexoticPlugin/HexoticPlugin_Hypothesis_i.hxx b/src/HexoticPlugin/HexoticPlugin_Hypothesis_i.hxx index 388a86f..7fa9b4b 100644 --- a/src/HexoticPlugin/HexoticPlugin_Hypothesis_i.hxx +++ b/src/HexoticPlugin/HexoticPlugin_Hypothesis_i.hxx @@ -1,4 +1,4 @@ -// Copyright (C) 2007-2012 CEA/DEN, EDF R&D +// Copyright (C) 2007-2013 CEA/DEN, EDF R&D // // This library is free software; you can redistribute it and/or // modify it under the terms of the GNU Lesser General Public @@ -83,6 +83,13 @@ class HEXOTICPLUGIN_EXPORT HexoticPlugin_Hypothesis_i: void SetHexoticMaxMemory(CORBA::Long theVal); CORBA::Long GetHexoticMaxMemory(); + + void SetSizeMapEntry(const char* theEntry, CORBA::Double theSize); + void UnsetSizeMapEntry(const char* theEntry); + + void SetSizeMap(GEOM::GEOM_Object_ptr theGeomObj, double theSize); + void UnsetSizeMap(GEOM::GEOM_Object_ptr theGeomObj); + HexoticPlugin::HexoticPluginSizeMapsList* GetSizeMaps (); // Get implementation ::HexoticPlugin_Hypothesis* GetImpl();