X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FStdMeshers%2FStdMeshers_ImportSource.hxx;h=2066dff4b50b8ca8e24ebd4984957b1fb89fb9f9;hp=1b0ffbe517457048507fb40482a9c508a8320e12;hb=3010de27c3c73551c4a31b0fcec3885068be7b34;hpb=42491f3cb5447af200a225c414ff12be011afdfc;ds=sidebyside diff --git a/src/StdMeshers/StdMeshers_ImportSource.hxx b/src/StdMeshers/StdMeshers_ImportSource.hxx index 1b0ffbe51..2066dff4b 100644 --- a/src/StdMeshers/StdMeshers_ImportSource.hxx +++ b/src/StdMeshers/StdMeshers_ImportSource.hxx @@ -52,7 +52,7 @@ class STDMESHERS_EXPORT StdMeshers_ImportSource1D : public SMESH_Hypothesis virtual ~ StdMeshers_ImportSource1D(); void SetGroups(const std::vector& groups); - const std::vector& GetGroups() const; + const std::vector& GetGroups(bool loaded=false) const; void SetCopySourceMesh(bool toCopyMesh, bool toCopyGroups); void GetCopySourceMesh(bool& toCopyMesh, bool& toCopyGroups) const;