
Public Member Functions | |
| SMDS_Mesh0DElement_MyNodeIterator (const SMDS_MeshNode *node) | |
| bool | more () | 
| Return true if and only if there are other object in this iterator.  More... | |
| const SMDS_MeshElement * | 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... | |
Private Attributes | |
| const SMDS_MeshNode * | myNode | 
| int | myIndex | 
| SMDS_Mesh0DElement_MyNodeIterator::SMDS_Mesh0DElement_MyNodeIterator | ( | const SMDS_MeshNode * | node | ) | 
      
  | 
  virtual | 
Return true if and only if there are other object in this iterator.
Implements SMDS_Iterator< const SMDS_MeshElement * >.
      
  | 
  virtual | 
Return the current object and step to the next one.
Implements SMDS_Iterator< const SMDS_MeshElement * >.
      
  | 
  virtualinherited | 
Delete the current element and step to the next one.
      
  | 
  private | 
      
  | 
  private |