#include <vtkBridgeCellIteratorOnCellBoundaries.h>
Inheritance diagram for vtkBridgeCellIteratorOnCellBoundaries:
Definition at line 34 of file vtkBridgeCellIteratorOnCellBoundaries.h.
Public Types | |
typedef vtkBridgeCellIteratorStrategy | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
void | Begin () |
int | IsAtEnd () |
void | GetCell (vtkGenericAdaptorCell *c) |
vtkGenericAdaptorCell * | GetCell () |
void | Next () |
void | InitWithCellBoundaries (vtkBridgeCell *cell, int dim) |
Static Public Member Functions | |
static vtkBridgeCellIteratorOnCellBoundaries * | New () |
static int | IsTypeOf (const char *type) |
static vtkBridgeCellIteratorOnCellBoundaries * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkBridgeCellIteratorOnCellBoundaries () | |
virtual | ~vtkBridgeCellIteratorOnCellBoundaries () |
Protected Attributes | |
int | Dim |
vtkBridgeCell * | DataSetCell |
vtkIdType | Id |
vtkBridgeCell * | Cell |
vtkIdType | NumberOfFaces |
vtkIdType | NumberOfEdges |
vtkIdType | NumberOfVertices |
|
Standard VTK construction and type macros. Reimplemented from vtkBridgeCellIteratorStrategy. Definition at line 39 of file vtkBridgeCellIteratorOnCellBoundaries.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkObject. |
|
Standard VTK construction and type macros. Reimplemented from vtkBridgeCellIteratorStrategy. |
|
Standard VTK construction and type macros. Reimplemented from vtkBridgeCellIteratorStrategy. |
|
Standard VTK construction and type macros. Reimplemented from vtkBridgeCellIteratorStrategy. |
|
Standard VTK construction and type macros. Reimplemented from vtkBridgeCellIteratorStrategy. |
|
Standard VTK construction and type macros. Reimplemented from vtkBridgeCellIteratorStrategy. |
|
Move iterator to first position if any (loop initialization). Implements vtkGenericCellIterator. |
|
Is there no cell at iterator position? (exit condition). Implements vtkGenericCellIterator. |
|
Cell at current position
Implements vtkGenericCellIterator. |
|
Cell at current position. NOT THREAD SAFE
Implements vtkGenericCellIterator. |
|
Move iterator to next position. (loop progression).
Implements vtkGenericCellIterator. |
|
Used internally by vtkBridgeCell. Iterate on boundary cells of a cell.
|
|
Definition at line 72 of file vtkBridgeCellIteratorOnCellBoundaries.h. |
|
Definition at line 74 of file vtkBridgeCellIteratorOnCellBoundaries.h. |
|
Definition at line 75 of file vtkBridgeCellIteratorOnCellBoundaries.h. |
|
Definition at line 76 of file vtkBridgeCellIteratorOnCellBoundaries.h. |
|
Definition at line 77 of file vtkBridgeCellIteratorOnCellBoundaries.h. |
|
Definition at line 78 of file vtkBridgeCellIteratorOnCellBoundaries.h. |
|
Definition at line 79 of file vtkBridgeCellIteratorOnCellBoundaries.h. |