X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=examples%2Fcommand_line%2Fmedviewer.py;h=68181f94cc0aab8446442a72babae6c31d75f3bb;hb=35665aca0031dc689940d59cc17e148e6c61334b;hp=906cd4c8c52036e21d770d87600220ed59492861;hpb=4add4ae05911c5ce6201e7ccd8da3333cad64598;p=modules%2Fparavis.git diff --git a/examples/command_line/medviewer.py b/examples/command_line/medviewer.py index 906cd4c8..68181f94 100644 --- a/examples/command_line/medviewer.py +++ b/examples/command_line/medviewer.py @@ -1,3 +1,21 @@ +# Copyright (C) 2014-2022 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 +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +# +# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +# class MEDViewer(): def __init__(self, createRenderView=True, interactive=False):