smesh/src/SMDS
eap c8050ec0d5 + // std-like iteration on nodes
+  typedef SMDS_StdIterator< const SMDS_MeshNode*, SMDS_ElemIteratorPtr > iterator;
+  iterator begin_nodes() const { return iterator( nodesIterator() ); }
+  iterator end_nodes()   const { return iterator(); }
2010-02-09 11:03:51 +00:00
..
Makefile.am Add iterator, wrapper over SMDS_Iterator, adding std-like operators *, ++ etc 2010-02-09 11:02:53 +00:00
SMDS_EdgePosition.cxx untabify 2009-10-02 16:19:27 +00:00
SMDS_EdgePosition.hxx untabify 2009-12-10 14:52:59 +00:00
SMDS_ElemIterator.hxx IMP 0020089: Take into account 0D elements (MED_POINT1) 2009-07-16 13:33:03 +00:00
SMDS_FaceOfEdges.cxx untabify 2009-12-10 14:52:59 +00:00
SMDS_FaceOfEdges.hxx untabify 2009-12-10 14:52:59 +00:00
SMDS_FaceOfNodes.cxx untabify 2009-12-10 14:52:59 +00:00
SMDS_FaceOfNodes.hxx untabify 2009-12-10 14:52:59 +00:00
SMDS_FacePosition.cxx untabify 2009-12-10 14:52:59 +00:00
SMDS_FacePosition.hxx untabify 2009-12-10 14:52:59 +00:00
SMDS_Iterator.hxx untabify 2009-12-10 14:52:59 +00:00
SMDS_IteratorOfElements.cxx untabify 2009-12-10 14:52:59 +00:00
SMDS_IteratorOfElements.hxx untabify 2009-12-10 14:52:59 +00:00
SMDS_MemoryLimit.cxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMDS_Mesh0DElement.cxx untabify 2009-12-10 14:52:59 +00:00
SMDS_Mesh0DElement.hxx 0020095: EDF 896 SMESH : Advanced Mesh info on a group 2009-08-21 05:41:59 +00:00
SMDS_Mesh.cxx Add an utility to iterate on nodes in the order of increasing ids 2010-02-08 14:38:03 +00:00
SMDS_Mesh.hxx Add an utility to iterate on nodes in the order of increasing ids 2010-02-08 14:38:03 +00:00
SMDS_MeshEdge.cxx untabify 2009-12-10 14:52:59 +00:00
SMDS_MeshEdge.hxx untabify 2009-12-10 14:52:59 +00:00
SMDS_MeshElement.cxx untabify 2009-12-10 14:52:59 +00:00
SMDS_MeshElement.hxx + // std-like iteration on nodes 2010-02-09 11:03:51 +00:00
SMDS_MeshElementIDFactory.cxx - SMDS_MeshElement * MeshElement(int ID); 2010-02-09 07:02:21 +00:00
SMDS_MeshElementIDFactory.hxx - SMDS_MeshElement * MeshElement(int ID); 2010-02-09 07:02:21 +00:00
SMDS_MeshFace.cxx untabify 2009-12-10 14:52:59 +00:00
SMDS_MeshFace.hxx untabify 2009-12-10 14:52:59 +00:00
SMDS_MeshGroup.cxx untabify 2009-12-10 14:52:59 +00:00
SMDS_MeshGroup.hxx untabify 2009-12-10 14:52:59 +00:00
SMDS_MeshIDFactory.cxx untabify 2009-12-10 14:52:59 +00:00
SMDS_MeshIDFactory.hxx untabify 2009-12-10 14:52:59 +00:00
SMDS_MeshInfo.hxx 0020095: EDF 896 SMESH : Advanced Mesh info on a group 2009-08-21 05:41:59 +00:00
SMDS_MeshNode.cxx const SMDS_MeshElement* next() 2010-02-09 11:03:15 +00:00
SMDS_MeshNode.hxx untabify 2009-08-24 08:45:30 +00:00
SMDS_MeshObject.cxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMDS_MeshObject.hxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMDS_MeshVolume.cxx untabify 2009-12-10 14:52:59 +00:00
SMDS_MeshVolume.hxx untabify 2009-12-10 14:52:59 +00:00
SMDS_PolygonalFaceOfNodes.cxx 0020095: EDF 896 SMESH : Advanced Mesh info on a group 2009-08-21 05:41:59 +00:00
SMDS_PolygonalFaceOfNodes.hxx 0020095: EDF 896 SMESH : Advanced Mesh info on a group 2009-08-21 05:41:59 +00:00
SMDS_PolyhedralVolumeOfNodes.cxx GetNode(int index) no longer wraps index, rather GetNodeWrap(int index) does 2009-05-19 15:12:54 +00:00
SMDS_PolyhedralVolumeOfNodes.hxx untabify 2009-12-10 14:52:59 +00:00
SMDS_Position.cxx untabify 2009-12-10 14:52:59 +00:00
SMDS_Position.hxx untabify 2009-12-10 14:52:59 +00:00
SMDS_QuadraticEdge.cxx untabify 2009-12-10 14:52:59 +00:00
SMDS_QuadraticEdge.hxx 0020095: EDF 896 SMESH : Advanced Mesh info on a group 2009-08-21 05:41:59 +00:00
SMDS_QuadraticFaceOfNodes.cxx 0020095: EDF 896 SMESH : Advanced Mesh info on a group 2009-08-21 05:41:59 +00:00
SMDS_QuadraticFaceOfNodes.hxx 0020095: EDF 896 SMESH : Advanced Mesh info on a group 2009-08-21 05:41:59 +00:00
SMDS_QuadraticVolumeOfNodes.cxx 0020095: EDF 896 SMESH : Advanced Mesh info on a group 2009-08-21 05:41:59 +00:00
SMDS_QuadraticVolumeOfNodes.hxx 0020095: EDF 896 SMESH : Advanced Mesh info on a group 2009-08-21 05:41:59 +00:00
SMDS_SetIterator.hxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00
SMDS_SpacePosition.cxx untabify 2009-12-10 14:52:59 +00:00
SMDS_SpacePosition.hxx untabify 2009-12-10 14:52:59 +00:00
SMDS_StdIterator.hxx Add iterator, wrapper over SMDS_Iterator, adding std-like operators *, ++ etc 2010-02-09 11:02:53 +00:00
SMDS_TypeOfPosition.hxx untabify 2009-12-10 14:52:59 +00:00
SMDS_VertexPosition.cxx untabify 2009-12-10 14:52:59 +00:00
SMDS_VertexPosition.hxx untabify 2009-12-10 14:52:59 +00:00
SMDS_VolumeOfFaces.cxx untabify 2009-12-10 14:52:59 +00:00
SMDS_VolumeOfFaces.hxx untabify 2009-12-10 14:52:59 +00:00
SMDS_VolumeOfNodes.cxx untabify 2009-09-10 12:51:28 +00:00
SMDS_VolumeOfNodes.hxx untabify 2009-12-10 14:52:59 +00:00
SMDS_VolumeTool.cxx 0020139: EDF 944 SMESH : Get 2D/3D element with X, Y, Z coordinates 2009-09-10 05:19:01 +00:00
SMDS_VolumeTool.hxx 0020139: EDF 944 SMESH : Get 2D/3D element with X, Y, Z coordinates 2009-09-10 05:19:01 +00:00
SMDSAbs_ElementType.hxx untabify 2009-08-24 07:27:17 +00:00
SMESH_SMDS.hxx Merge from BR_V5_DEV 16Feb09 2009-02-17 05:27:49 +00:00