Salome HOME
Improve SMDS: replace std::vector with simple array
authormsv <msv@opencascade.com>
Fri, 14 Jan 2005 13:26:34 +0000 (13:26 +0000)
committermsv <msv@opencascade.com>
Fri, 14 Jan 2005 13:26:34 +0000 (13:26 +0000)
commit61d5fb0e6af3cb09f55c9c995be5b2a9b0c2a357
tree41414d6c8e6007edb8143ece04220529dc648096
parent40e9d611197b8c6457289492317b3c721b05f40e
Improve SMDS: replace std::vector with simple array
for storage of links to nodes in mesh elements
src/SMDS/SMDS_FaceOfEdges.cxx
src/SMDS/SMDS_FaceOfEdges.hxx
src/SMDS/SMDS_FaceOfNodes.cxx
src/SMDS/SMDS_FaceOfNodes.hxx
src/SMDS/SMDS_VolumeOfFaces.cxx
src/SMDS/SMDS_VolumeOfFaces.hxx
src/SMDS/SMDS_VolumeOfNodes.cxx
src/SMDS/SMDS_VolumeOfNodes.hxx