| 
    VTK
   
    
   
   | 
  
  
  
 
Iterate over a list of cells defined on a dataset. See InitWithCells(). More...
#include <vtkBridgeCellIteratorOnCellList.h>


Public Types | |
| typedef  vtkBridgeCellIteratorStrategy  | Superclass | 
Public Member Functions | |
| virtual int | IsA (const char *type) | 
| vtkBridgeCellIteratorOnCellList * | NewInstance () const | 
| void | PrintSelf (ostream &os, vtkIndent indent) | 
| void | Begin () | 
| int | IsAtEnd () | 
| void | GetCell (vtkGenericAdaptorCell *c) | 
| vtkGenericAdaptorCell * | GetCell () | 
| void | Next () | 
| void | InitWithCells (vtkIdList *cells, vtkBridgeDataSet *ds) | 
Static Public Member Functions | |
| static  vtkBridgeCellIteratorOnCellList *  | New () | 
| static int | IsTypeOf (const char *type) | 
| static  vtkBridgeCellIteratorOnCellList *  | SafeDownCast (vtkObjectBase *o) | 
Protected Member Functions | |
| virtual vtkObjectBase * | NewInstanceInternal () const | 
| vtkBridgeCellIteratorOnCellList () | |
| virtual | ~vtkBridgeCellIteratorOnCellList () | 
Protected Attributes | |
| vtkIdList * | Cells | 
| vtkBridgeDataSet * | DataSet | 
| vtkIdType | Id | 
| vtkBridgeCell * | Cell | 
Iterate over a list of cells defined on a dataset. See InitWithCells().
Definition at line 35 of file vtkBridgeCellIteratorOnCellList.h.
Standard VTK construction and type macros.
Reimplemented from vtkBridgeCellIteratorStrategy.
Definition at line 40 of file vtkBridgeCellIteratorOnCellList.h.
| vtkBridgeCellIteratorOnCellList::vtkBridgeCellIteratorOnCellList | ( | ) |  [protected] | 
        
| virtual vtkBridgeCellIteratorOnCellList::~vtkBridgeCellIteratorOnCellList | ( | ) |  [protected, virtual] | 
        
| static vtkBridgeCellIteratorOnCellList* vtkBridgeCellIteratorOnCellList::New | ( | ) |  [static] | 
        
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
| static int vtkBridgeCellIteratorOnCellList::IsTypeOf | ( | const char * | type | ) |  [static] | 
        
Standard VTK construction and type macros.
Reimplemented from vtkBridgeCellIteratorStrategy.
| virtual int vtkBridgeCellIteratorOnCellList::IsA | ( | const char * | type | ) |  [virtual] | 
        
Standard VTK construction and type macros.
Reimplemented from vtkBridgeCellIteratorStrategy.
| static vtkBridgeCellIteratorOnCellList* vtkBridgeCellIteratorOnCellList::SafeDownCast | ( | vtkObjectBase * | o | ) |  [static] | 
        
Standard VTK construction and type macros.
Reimplemented from vtkBridgeCellIteratorStrategy.
| virtual vtkObjectBase* vtkBridgeCellIteratorOnCellList::NewInstanceInternal | ( | ) |  const [protected, virtual] | 
        
Standard VTK construction and type macros.
Reimplemented from vtkBridgeCellIteratorStrategy.
Standard VTK construction and type macros.
Reimplemented from vtkBridgeCellIteratorStrategy.
| void vtkBridgeCellIteratorOnCellList::PrintSelf | ( | ostream & | os, | 
| vtkIndent | indent | ||
| ) |  [virtual] | 
        
Standard VTK construction and type macros.
Reimplemented from vtkBridgeCellIteratorStrategy.
| void vtkBridgeCellIteratorOnCellList::Begin | ( | ) |  [virtual] | 
        
Move iterator to first position if any (loop initialization).
Implements vtkGenericCellIterator.
| int vtkBridgeCellIteratorOnCellList::IsAtEnd | ( | ) |  [virtual] | 
        
Is there no cell at iterator position? (exit condition).
Implements vtkGenericCellIterator.
| void vtkBridgeCellIteratorOnCellList::GetCell | ( | vtkGenericAdaptorCell * | c | ) |  [virtual] | 
        
Cell at current position
Implements vtkGenericCellIterator.
| vtkGenericAdaptorCell* vtkBridgeCellIteratorOnCellList::GetCell | ( | ) |  [virtual] | 
        
Cell at current position. NOT THREAD SAFE
Implements vtkGenericCellIterator.
| void vtkBridgeCellIteratorOnCellList::Next | ( | ) |  [virtual] | 
        
Move iterator to next position. (loop progression).
Implements vtkGenericCellIterator.
| void vtkBridgeCellIteratorOnCellList::InitWithCells | ( | vtkIdList * | cells, | 
| vtkBridgeDataSet * | ds | ||
| ) | 
Used internally by vtkBridgeCell. Iterate on neighbors defined by `cells' over the dataset `ds'.
vtkIdList* vtkBridgeCellIteratorOnCellList::Cells [protected] | 
        
Definition at line 73 of file vtkBridgeCellIteratorOnCellList.h.
vtkBridgeDataSet* vtkBridgeCellIteratorOnCellList::DataSet [protected] | 
        
Definition at line 74 of file vtkBridgeCellIteratorOnCellList.h.
vtkIdType vtkBridgeCellIteratorOnCellList::Id [protected] | 
        
Definition at line 75 of file vtkBridgeCellIteratorOnCellList.h.
vtkBridgeCell* vtkBridgeCellIteratorOnCellList::Cell [protected] | 
        
Definition at line 76 of file vtkBridgeCellIteratorOnCellList.h.
 1.8.0