]> OCCT Git - occt-copy.git/commit
0025936: Reusable data structure for 2D tesselation (3- and 4-nodal mesh) CR25936CAF
authorvro <vro@opencascade.com>
Tue, 22 Dec 2015 05:17:07 +0000 (08:17 +0300)
committervro <vro@opencascade.com>
Tue, 22 Dec 2015 05:17:07 +0000 (08:17 +0300)
commit7786f8f8cb47629fd363e511fb78a08bee4faf39
tree371e9dbd2c207101292fc17c09ea774a7b766d23
parent2f7721049741b52da6c97ae914612050c73ef76e
0025936: Reusable data structure for 2D tesselation (3- and 4-nodal mesh)
13 files changed:
src/BRepTools/BRepTools_ShapeSet.cxx
src/BRepTools/BRepTools_ShapeSet.hxx
src/BinMDataStd/BinMDataStd.cxx
src/BinMDataStd/BinMDataStd_MeshDriver.cxx [new file with mode: 0644]
src/BinMDataStd/BinMDataStd_MeshDriver.hxx [new file with mode: 0644]
src/DDataStd/DDataStd_BasicCommands.cxx
src/TDataStd/TDataStd_Mesh.cxx [new file with mode: 0644]
src/TDataStd/TDataStd_Mesh.hxx [new file with mode: 0644]
src/XmlMDataStd/XmlMDataStd.cxx
src/XmlMDataStd/XmlMDataStd_MeshDriver.cxx [new file with mode: 0644]
src/XmlMDataStd/XmlMDataStd_MeshDriver.hxx [new file with mode: 0644]
tests/caf/basic/N1 [new file with mode: 0644]
tests/caf/basic/N2 [new file with mode: 0644]