src/CONVERTOR/VISU_ConvertorDef.hxx

Go to the documentation of this file.
00001 //  VISU CONVERTOR :
00002 //
00003 //  Copyright (C) 2003  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
00004 //  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS 
00005 // 
00006 //  This library is free software; you can redistribute it and/or 
00007 //  modify it under the terms of the GNU Lesser General Public 
00008 //  License as published by the Free Software Foundation; either 
00009 //  version 2.1 of the License. 
00010 // 
00011 //  This library is distributed in the hope that it will be useful, 
00012 //  but WITHOUT ANY WARRANTY; without even the implied warranty of 
00013 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
00014 //  Lesser General Public License for more details. 
00015 // 
00016 //  You should have received a copy of the GNU Lesser General Public 
00017 //  License along with this library; if not, write to the Free Software 
00018 //  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
00019 // 
00020 // See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
00021 //
00022 //
00023 //  File   : 
00024 //  Author : 
00025 //  Module : 
00026 
00027 #ifndef VISU_ConvertorDef_HeaderFile
00028 #define VISU_ConvertorDef_HeaderFile
00029 
00035 #include "MED_SharedPtr.hxx"
00036 
00037 namespace VISU
00038 {
00039   using MED::SharedPtr;
00040 
00041   //---------------------------------------------------------------
00042   enum  TEntity {NODE_ENTITY, EDGE_ENTITY, FACE_ENTITY, CELL_ENTITY};
00043 
00044   struct TMesh;
00045   typedef SharedPtr<TMesh> PMesh;
00046 
00047   struct TGaussSubMesh;
00048   typedef SharedPtr<TGaussSubMesh> PGaussSubMesh;
00049 
00050   struct TGaussMesh;
00051   typedef SharedPtr<TGaussMesh> PGaussMesh;
00052 
00053   struct TSubProfile;
00054   typedef SharedPtr<TSubProfile> PSubProfile;
00055 
00056   struct TProfile;
00057   typedef SharedPtr<TProfile> PProfile;
00058 
00059   struct TMeshOnEntity;
00060   typedef SharedPtr<TMeshOnEntity> PMeshOnEntity;
00061 
00062   struct TFamily;
00063   typedef SharedPtr<TFamily> PFamily;
00064 
00065   struct TGroup;
00066   typedef SharedPtr<TGroup> PGroup;
00067 
00068   struct TField;
00069   typedef SharedPtr<TField> PField;
00070 
00071   struct TGauss;
00072   typedef SharedPtr<TGauss> PGauss;
00073 
00074   struct TValForTime;
00075   typedef SharedPtr<TValForTime> PValForTime;
00076   
00077   struct TGrille;
00078   typedef SharedPtr<TGrille> PGrille;
00079 }
00080 
00081 #endif