#include <vtkPieceRequestFilter.h>
Sends the piece and number of pieces to upstream filters; passes the input to the output unmodified.
Definition at line 29 of file vtkPieceRequestFilter.h.
vtkPieceRequestFilter::vtkPieceRequestFilter | ( | ) | [protected] |
vtkPieceRequestFilter::~vtkPieceRequestFilter | ( | ) | [inline, protected] |
Definition at line 69 of file vtkPieceRequestFilter.h.
static vtkPieceRequestFilter* vtkPieceRequestFilter::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkAlgorithm.
virtual const char* vtkPieceRequestFilter::GetClassName | ( | ) | [virtual] |
Reimplemented from vtkAlgorithm.
static int vtkPieceRequestFilter::IsTypeOf | ( | const char * | name | ) | [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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkAlgorithm.
virtual int vtkPieceRequestFilter::IsA | ( | const char * | name | ) | [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 vtkTypeMacro found in vtkSetGet.h.
Reimplemented from vtkAlgorithm.
static vtkPieceRequestFilter* vtkPieceRequestFilter::SafeDownCast | ( | vtkObject * | o | ) | [static] |
Reimplemented from vtkAlgorithm.
void vtkPieceRequestFilter::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 vtkAlgorithm.
virtual void vtkPieceRequestFilter::SetNumberOfPieces | ( | int | ) | [virtual] |
The total number of pieces.
virtual int vtkPieceRequestFilter::GetNumberOfPieces | ( | ) | [virtual] |
The total number of pieces.
virtual void vtkPieceRequestFilter::SetPiece | ( | int | ) | [virtual] |
The piece to extract.
virtual int vtkPieceRequestFilter::GetPiece | ( | ) | [virtual] |
The piece to extract.
vtkDataObject* vtkPieceRequestFilter::GetOutput | ( | ) |
Get the output data object for a port on this algorithm.
vtkDataObject* vtkPieceRequestFilter::GetOutput | ( | int | ) |
Get the output data object for a port on this algorithm.
void vtkPieceRequestFilter::SetInput | ( | vtkDataObject * | ) |
Set an input of this algorithm.
void vtkPieceRequestFilter::SetInput | ( | int | , | |
vtkDataObject * | ||||
) |
Set an input of this algorithm.
virtual int vtkPieceRequestFilter::ProcessRequest | ( | vtkInformation * | request, | |
vtkInformationVector ** | inputVector, | |||
vtkInformationVector * | outputVector | |||
) | [virtual] |
see vtkAlgorithm for details
Reimplemented from vtkAlgorithm.
virtual int vtkPieceRequestFilter::RequestDataObject | ( | vtkInformation * | request, | |
vtkInformationVector ** | inputVector, | |||
vtkInformationVector * | outputVector | |||
) | [protected, virtual] |
virtual int vtkPieceRequestFilter::RequestData | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
virtual int vtkPieceRequestFilter::RequestUpdateExtent | ( | vtkInformation * | , | |
vtkInformationVector ** | , | |||
vtkInformationVector * | ||||
) | [protected, virtual] |
virtual int vtkPieceRequestFilter::FillOutputPortInformation | ( | int | port, | |
vtkInformation * | info | |||
) | [protected, virtual] |
Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkAlgorithm.
virtual int vtkPieceRequestFilter::FillInputPortInformation | ( | int | port, | |
vtkInformation * | info | |||
) | [protected, virtual] |
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle.
Reimplemented from vtkAlgorithm.
int vtkPieceRequestFilter::NumberOfPieces [protected] |
Definition at line 86 of file vtkPieceRequestFilter.h.
int vtkPieceRequestFilter::Piece [protected] |
Definition at line 87 of file vtkPieceRequestFilter.h.