vtkTransmitUnstructuredGridPiece Class Reference
#include <vtkTransmitUnstructuredGridPiece.h>
Inheritance diagram for vtkTransmitUnstructuredGridPiece:
[legend]Collaboration diagram for vtkTransmitUnstructuredGridPiece:
[legend]List of all members.
Detailed Description
Return specified piece, including specified number of ghost levels.
This filter updates the appropriate piece by requesting the piece from process 0. Process 0 always updates all of the data. It is important that Execute get called on all processes, otherwise the filter will deadlock.
- Created by:
-
- CVS contributions (if > 5%):
- Hoffman, Bill (73%)
- Law, Charles (12%)
- Cedilnik, Andy (10%)
- CVS logs (CVSweb):
.cxx (/Parallel/vtkTransmitUnstructuredGridPiece
.cxx)
.h (/Parallel/vtkTransmitUnstructuredGridPiece
.h)
Definition at line 43 of file vtkTransmitUnstructuredGridPiece.h.
Member Typedef Documentation
Constructor & Destructor Documentation
vtkTransmitUnstructuredGridPiece::vtkTransmitUnstructuredGridPiece |
( |
|
) |
[protected] |
|
Member Function Documentation
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm. |
virtual const char* vtkTransmitUnstructuredGridPiece::GetClassName |
( |
|
) |
[virtual] |
|
int vtkTransmitUnstructuredGridPiece::IsTypeOf |
( |
const char * |
type |
) |
[static] |
|
|
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 vtkUnstructuredGridToUnstructuredGridFilter. |
virtual int vtkTransmitUnstructuredGridPiece::IsA |
( |
const char * |
type |
) |
[virtual] |
|
|
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 vtkUnstructuredGridToUnstructuredGridFilter. |
void vtkTransmitUnstructuredGridPiece::PrintSelf |
( |
ostream & |
os, |
|
|
vtkIndent |
indent |
|
) |
[virtual] |
|
|
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 vtkUnstructuredGridToUnstructuredGridFilter. |
|
By defualt this filter uses the global controller, but this method can be used to set another instead. |
|
By defualt this filter uses the global controller, but this method can be used to set another instead. |
virtual void vtkTransmitUnstructuredGridPiece::SetCreateGhostCells |
( |
int |
|
) |
[virtual] |
|
|
Turn on/off creating ghost cells (on by default). |
virtual int vtkTransmitUnstructuredGridPiece::GetCreateGhostCells |
( |
|
) |
[virtual] |
|
|
Turn on/off creating ghost cells (on by default). |
virtual void vtkTransmitUnstructuredGridPiece::CreateGhostCellsOn |
( |
|
) |
[virtual] |
|
|
Turn on/off creating ghost cells (on by default). |
virtual void vtkTransmitUnstructuredGridPiece::CreateGhostCellsOff |
( |
|
) |
[virtual] |
|
|
Turn on/off creating ghost cells (on by default). |
void vtkTransmitUnstructuredGridPiece::Execute |
( |
|
) |
[protected, virtual] |
|
|
This method is the old style execute method
Reimplemented from vtkSource. |
void vtkTransmitUnstructuredGridPiece::RootExecute |
( |
|
) |
[protected] |
|
void vtkTransmitUnstructuredGridPiece::SatelliteExecute |
( |
int |
procId |
) |
[protected] |
|
void vtkTransmitUnstructuredGridPiece::ExecuteInformation |
( |
|
) |
[protected, virtual] |
|
void vtkTransmitUnstructuredGridPiece::ComputeInputUpdateExtents |
( |
vtkDataObject * |
out |
) |
[protected, virtual] |
|
|
What is the input update extent that is required to produce the desired output? By default, the whole input is always required but this is overridden in many subclasses.
Reimplemented from vtkUnstructuredGridSource. |
Member Data Documentation
The documentation for this class was generated from the following file: