=================================================================== More...

Public Member Functions | |
| _MyIterator (const vector< const SMDS_MeshNode * > &nodes) | |
| virtual void | init (const VALUE_SET_ITERATOR &begin, const VALUE_SET_ITERATOR &end, const VALUE_FILTER &filter=VALUE_FILTER()) | 
| Initialization.  More... | |
| virtual bool | more () | 
| Return true iff there are other object in this iterator.  More... | |
| virtual VALUE | next () | 
| Return the current object and step to the next one.  More... | |
| virtual void | remove () | 
| Delete the current element and step to the next one.  More... | |
Protected Attributes | |
| VALUE_SET_ITERATOR | _beg | 
| VALUE_SET_ITERATOR | _end | 
| VALUE_FILTER | _filter | 
===================================================================
Iterator on node of volume===================================================================
| _MyIterator::_MyIterator | ( | const vector< const SMDS_MeshNode * > & | nodes | ) | 
      
  | 
  virtualinherited | 
      
  | 
  virtualinherited | 
Return true iff there are other object in this iterator.
Implements SMDS_Iterator< VALUE >.
Referenced by _QuadFaceGrid::AddContinuousFace(), SMESH::TShapeDisplayer::DeleteActors(), StdMeshers_CompositeHexa_3D::Evaluate(), StdMeshers_CompositeHexa_3D::findBoxFaces(), 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 > >::next(), SMESH::TShapeDisplayer::SetVisibility(), and SMESH::TShapeDisplayer::Show().
      
  | 
  virtualinherited | 
Return the current object and step to the next one.
Implements SMDS_Iterator< VALUE >.
Referenced by SMESH::TShapeDisplayer::DeleteActors(), StdMeshers_CompositeHexa_3D::findBoxFaces(), SMDS_SetIterator< M::mapped_type, M::const_iterator, SMDS::ValueAccessor< M::mapped_type, M::const_iterator > >::init(), SMESH::TShapeDisplayer::SetVisibility(), and SMESH::TShapeDisplayer::Show().
      
  | 
  virtualinherited | 
Delete the current element and step to the next one.
      
  | 
  protectedinherited | 
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().
      
  | 
  protectedinherited | 
      
  | 
  protectedinherited |