Return specified piece, including specified number of ghost levels.
More...
#include <vtkExtractPolyDataPiece.h>
Inherits vtkPolyDataAlgorithm.
|
virtual vtkObjectBase * | NewInstanceInternal () const |
|
| 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) |
|
Return specified piece, including specified number of ghost levels.
- Tests:
- vtkExtractPolyDataPiece (Tests)
Definition at line 32 of file vtkExtractPolyDataPiece.h.
vtkExtractPolyDataPiece::vtkExtractPolyDataPiece |
( |
| ) |
|
|
protected |
vtkExtractPolyDataPiece::~vtkExtractPolyDataPiece |
( |
| ) |
|
|
inlineprotected |
static int vtkExtractPolyDataPiece::IsTypeOf |
( |
const char * |
type | ) |
|
|
static |
virtual int vtkExtractPolyDataPiece::IsA |
( |
const char * |
type | ) |
|
|
virtual |
virtual vtkObjectBase* vtkExtractPolyDataPiece::NewInstanceInternal |
( |
| ) |
const |
|
protectedvirtual |
void vtkExtractPolyDataPiece::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
| |
virtual void vtkExtractPolyDataPiece::SetCreateGhostCells |
( |
int |
| ) |
|
|
virtual |
Turn on/off creating ghost cells (on by default).
virtual int vtkExtractPolyDataPiece::GetCreateGhostCells |
( |
| ) |
|
|
virtual |
Turn on/off creating ghost cells (on by default).
virtual void vtkExtractPolyDataPiece::CreateGhostCellsOn |
( |
| ) |
|
|
virtual |
Turn on/off creating ghost cells (on by default).
virtual void vtkExtractPolyDataPiece::CreateGhostCellsOff |
( |
| ) |
|
|
virtual |
Turn on/off creating ghost cells (on by default).
int vtkExtractPolyDataPiece::RequestData |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
int vtkExtractPolyDataPiece::RequestInformation |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
int vtkExtractPolyDataPiece::RequestUpdateExtent |
( |
vtkInformation * |
, |
|
|
vtkInformationVector ** |
, |
|
|
vtkInformationVector * |
|
|
) |
| |
|
protected |
void vtkExtractPolyDataPiece::ComputeCellTags |
( |
vtkIntArray * |
cellTags, |
|
|
vtkIdList * |
pointOwnership, |
|
|
int |
piece, |
|
|
int |
numPieces, |
|
|
vtkPolyData * |
input |
|
) |
| |
|
protected |
void vtkExtractPolyDataPiece::AddGhostLevel |
( |
vtkPolyData * |
input, |
|
|
vtkIntArray * |
cellTags, |
|
|
int |
ghostLevel |
|
) |
| |
|
protected |
int vtkExtractPolyDataPiece::CreateGhostCells |
|
protected |
The documentation for this class was generated from the following file: