]> SALOME platform Git repositories - modules/geom.git/commit
Salome HOME
Issue 0020904: [CEA 411] export VTK in GEOM
authorouv <ouv@opencascade.com>
Tue, 15 Jun 2010 09:41:18 +0000 (09:41 +0000)
committerouv <ouv@opencascade.com>
Tue, 15 Jun 2010 09:41:18 +0000 (09:41 +0000)
commit32e56a241f21859130edcfcc7a9d9c452c8d00d4
tree29402a775d471091f30d4ea13b50c7396eb793d1
parent0b3222f523f130a37a68000f203405c019e8db18
Issue 0020904: [CEA 411] export VTK in GEOM
34 files changed:
configure.ac
src/Makefile.am
src/OBJECT/GEOM_Actor.cxx
src/OBJECT/GEOM_Actor.h
src/OBJECT/GEOM_AssemblyBuilder.cxx
src/OBJECT/GEOM_AssemblyBuilder.h
src/OBJECT/GEOM_EdgeSource.cxx [deleted file]
src/OBJECT/GEOM_EdgeSource.h [deleted file]
src/OBJECT/GEOM_FaceSource.cxx [deleted file]
src/OBJECT/GEOM_FaceSource.h [deleted file]
src/OBJECT/GEOM_ShadingFace.cxx [deleted file]
src/OBJECT/GEOM_ShadingFace.h [deleted file]
src/OBJECT/GEOM_VertexSource.cxx [deleted file]
src/OBJECT/GEOM_VertexSource.h [deleted file]
src/OBJECT/GEOM_WireframeFace.cxx [deleted file]
src/OBJECT/GEOM_WireframeFace.h [deleted file]
src/OBJECT/Makefile.am
src/OCC2VTK/GEOM_EdgeSource.cxx [new file with mode: 0755]
src/OCC2VTK/GEOM_EdgeSource.h [new file with mode: 0755]
src/OCC2VTK/GEOM_FaceSource.cxx [new file with mode: 0755]
src/OCC2VTK/GEOM_FaceSource.h [new file with mode: 0755]
src/OCC2VTK/GEOM_ShadingFace.cxx [new file with mode: 0755]
src/OCC2VTK/GEOM_ShadingFace.h [new file with mode: 0755]
src/OCC2VTK/GEOM_VertexSource.cxx [new file with mode: 0755]
src/OCC2VTK/GEOM_VertexSource.h [new file with mode: 0755]
src/OCC2VTK/GEOM_WireframeFace.cxx [new file with mode: 0755]
src/OCC2VTK/GEOM_WireframeFace.h [new file with mode: 0755]
src/OCC2VTK/Makefile.am [new file with mode: 0644]
src/OCC2VTK/OCC2VTK.h [new file with mode: 0755]
src/OCC2VTK/OCC2VTK_Tools.cxx [new file with mode: 0755]
src/OCC2VTK/OCC2VTK_Tools.h [new file with mode: 0755]
src/VTKExport/Makefile.am [new file with mode: 0644]
src/VTKExport/VTKExport.cxx [new file with mode: 0644]
src/VTKExport/VTKExport.pro [new file with mode: 0644]