|
Public Types |
typedef vtkPolyDataAlgorithm | Superclass |
Public Member Functions |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetCreateGhostCells (int) |
virtual int | GetCreateGhostCells () |
virtual void | CreateGhostCellsOn () |
virtual void | CreateGhostCellsOff () |
Static Public Member Functions |
static vtkExtractPolyDataPiece * | New () |
static int | IsTypeOf (const char *type) |
static vtkExtractPolyDataPiece * | SafeDownCast (vtkObject *o) |
Protected Member Functions |
| vtkExtractPolyDataPiece () |
| ~vtkExtractPolyDataPiece () |
int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
int | RequestUpdateExtent (vtkInformation *, vtkInformationVector **, vtkInformationVector *) |
void | ComputeCellTags (vtkIntArray *cellTags, vtkIdList *pointOwnership, int piece, int numPieces, vtkPolyData *input) |
void | AddGhostLevel (vtkPolyData *input, vtkIntArray *cellTags, int ghostLevel) |
Protected Attributes |
int | CreateGhostCells |