
Public Member Functions | |
| SMDS_FaceOfNodes_MyIterator (const SMDS_MeshNode *const *s, int l) | |
| virtual void | init (const VALUE_SET_ITERATOR &begin, const VALUE_SET_ITERATOR &end) |
| Initialization. | |
| virtual bool | more () |
| Return true if and only if there are other object in this iterator. | |
| virtual VALUE | next () |
| Return the current object and step to the next one. | |
| virtual void | remove () |
| Delete the current element and step to the next one. | |
Protected Attributes | |
| VALUE_SET_ITERATOR | _beg |
| VALUE_SET_ITERATOR | _end |
Definition at line 77 of file SMDS_FaceOfNodes.cxx.
| SMDS_FaceOfNodes_MyIterator.SMDS_FaceOfNodes_MyIterator | ( | const SMDS_MeshNode *const * | s, |
| int | l | ||
| ) |
Definition at line 80 of file SMDS_FaceOfNodes.cxx.
:
SMDS_NodeArrayElemIterator( s, & s[ l ] ) {}
| virtual void SMDS_SetIterator< VALUE, VALUE_SET_ITERATOR, ACCESOR >.init | ( | const VALUE_SET_ITERATOR & | begin, |
| const VALUE_SET_ITERATOR & | end | ||
| ) | [virtual, inherited] |
Initialization.
Definition at line 75 of file SMDS_SetIterator.hxx.
Referenced by SMDS_SetIterator< M.mapped_type, M.const_iterator, SMDS.ValueAccessor< M.mapped_type, M.const_iterator > >.SMDS_SetIterator().
| virtual bool SMDS_SetIterator< VALUE, VALUE_SET_ITERATOR, ACCESOR >.more | ( | ) | [virtual, inherited] |
Return true if and only if there are other object in this iterator.
Implements SMDS_Iterator< VALUE >.
Definition at line 80 of file SMDS_SetIterator.hxx.
Referenced by StdMeshers_CompositeHexa_3D.Compute(), SMESH.TShapeDisplayer.DeleteActors(), StdMeshers_CompositeHexa_3D.Evaluate(), GetNb2d(), SMESH.TShapeDisplayer.SetVisibility(), and SMESH.TShapeDisplayer.Show().
| virtual VALUE SMDS_SetIterator< VALUE, VALUE_SET_ITERATOR, ACCESOR >.next | ( | ) | [virtual, inherited] |
Return the current object and step to the next one.
Implements SMDS_Iterator< VALUE >.
Definition at line 83 of file SMDS_SetIterator.hxx.
Referenced by StdMeshers_CompositeHexa_3D.Compute(), SMESH.TShapeDisplayer.DeleteActors(), StdMeshers_CompositeHexa_3D.Evaluate(), GetNb2d(), SMESH.TShapeDisplayer.SetVisibility(), and SMESH.TShapeDisplayer.Show().
{ return ACCESOR::value( _beg++ ); }
| virtual void SMDS_Iterator< VALUE >.remove | ( | ) | [virtual, inherited] |
Delete the current element and step to the next one.
Definition at line 44 of file SMDS_Iterator.hxx.
{}
VALUE_SET_ITERATOR SMDS_SetIterator< VALUE, VALUE_SET_ITERATOR, ACCESOR >._beg [protected, inherited] |
Definition at line 68 of file SMDS_SetIterator.hxx.
Referenced by SMDS_SetIterator< M.mapped_type, M.const_iterator, SMDS.ValueAccessor< M.mapped_type, M.const_iterator > >.init(), SMDS_SetIterator< M.mapped_type, M.const_iterator, SMDS.ValueAccessor< M.mapped_type, M.const_iterator > >.more(), and SMDS_SetIterator< M.mapped_type, M.const_iterator, SMDS.ValueAccessor< M.mapped_type, M.const_iterator > >.next().
VALUE_SET_ITERATOR SMDS_SetIterator< VALUE, VALUE_SET_ITERATOR, ACCESOR >._end [protected, inherited] |