#include <vtkExtractUserDefinedPiece.h>
Inheritance diagram for vtkExtractUserDefinedPiece:
Provided a function that determines which cells are zero-level cells ("the piece"), this class outputs the piece with the requested number of ghost levels. The only difference between this class and the class it is derived from is that the zero-level cells are specified by a function you provide, instead of determined by dividing up the cells based on cell Id.
Definition at line 51 of file vtkExtractUserDefinedPiece.h.
Public Types | |
typedef vtkExtractUnstructuredGridPiece | Superclass |
typedef int(* | UserDefFunc )(vtkIdType cellID, vtkUnstructuredGrid *grid, void *constantData) |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
virtual void | PrintSelf (ostream &os, vtkIndent indent) |
void | SetPieceFunction (UserDefFunc func) |
void | SetConstantData (void *data, int len) |
int | GetConstantData (void **data) |
Static Public Member Functions | |
int | IsTypeOf (const char *type) |
vtkExtractUserDefinedPiece * | SafeDownCast (vtkObject *o) |
vtkExtractUserDefinedPiece * | New () |
Protected Member Functions | |
vtkExtractUserDefinedPiece () | |
~vtkExtractUserDefinedPiece () | |
void | Execute () |
void | ComputeCellTagsWithFunction (vtkIntArray *tags, vtkIdList *pointOwnership) |
|
Reimplemented from vtkExtractUnstructuredGridPiece. Definition at line 54 of file vtkExtractUserDefinedPiece.h. |
|
Definition at line 59 of file vtkExtractUserDefinedPiece.h. Referenced by SetPieceFunction(). |
|
|
|
|
|
Reimplemented from vtkExtractUnstructuredGridPiece. |
|
Return 1 if this class type is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkExtractUnstructuredGridPiece. |
|
Return 1 if this class is the same type of (or a subclass of) the named class. Returns 0 otherwise. This method works in combination with vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkExtractUnstructuredGridPiece. |
|
Reimplemented from vtkExtractUnstructuredGridPiece. |
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkExtractUnstructuredGridPiece. |
|
Methods invoked by print to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from vtkExtractUnstructuredGridPiece. |
|
Definition at line 64 of file vtkExtractUserDefinedPiece.h. References vtkObject::Modified(), and UserDefFunc. |
|
|
|
|
|
This method is the old style execute method Reimplemented from vtkExtractUnstructuredGridPiece. |
|
|