|
Public Types |
typedef vtkDemandDrivenPipeline | Superclass |
Public Member Functions |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual int | UpdateData (int outputPort) |
int | PropagateUpdateExtent (int outputPort) |
int | SetMaximumNumberOfPieces (int port, int n) |
int | GetMaximumNumberOfPieces (int port) |
int | SetWholeExtent (int port, int extent[6]) |
void | GetWholeExtent (int port, int extent[6]) |
int * | GetWholeExtent (int port) |
int | SetUpdateExtentToWholeExtent (int port) |
int | SetUpdateExtent (int port, int extent[6]) |
void | GetUpdateExtent (int port, int extent[6]) |
int * | GetUpdateExtent (int port) |
int | SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel) |
int | SetUpdatePiece (int port, int piece) |
int | GetUpdatePiece (int port) |
int | SetUpdateNumberOfPieces (int port, int n) |
int | GetUpdateNumberOfPieces (int port) |
int | SetUpdateGhostLevel (int port, int n) |
int | GetUpdateGhostLevel (int port) |
int | SetRequestExactExtent (int port, int flag) |
int | GetRequestExactExtent (int port) |
int | SetExtentTranslator (int port, vtkExtentTranslator *translator) |
vtkExtentTranslator * | GetExtentTranslator (int port) |
int | SetWholeBoundingBox (int port, double bb[6]) |
void | GetWholeBoundingBox (int port, double bb[6]) |
double * | GetWholeBoundingBox (int port) |
|
virtual int | Update () |
virtual int | Update (int port) |
virtual int | Update (vtkAlgorithm *algorithm) |
virtual int | UpdateWholeExtent (vtkAlgorithm *algorithm) |
virtual int | Update (vtkAlgorithm *algorithm, int port) |
Static Public Member Functions |
vtkStreamingDemandDrivenPipeline * | New () |
int | IsTypeOf (const char *type) |
vtkStreamingDemandDrivenPipeline * | SafeDownCast (vtkObject *o) |
vtkInformationIntegerKey * | CONTINUE_EXECUTING () |
vtkInformationObjectBaseKey * | EXTENT_TRANSLATOR () |
vtkInformationIntegerKey * | MAXIMUM_NUMBER_OF_PIECES () |
vtkInformationIntegerKey * | REQUEST_UPDATE_EXTENT () |
vtkInformationIntegerKey * | UPDATE_EXTENT_INITIALIZED () |
vtkInformationIntegerVectorKey * | UPDATE_EXTENT () |
vtkInformationIntegerKey * | UPDATE_PIECE_NUMBER () |
vtkInformationIntegerKey * | UPDATE_NUMBER_OF_PIECES () |
vtkInformationIntegerKey * | UPDATE_NUMBER_OF_GHOST_LEVELS () |
vtkInformationIntegerVectorKey * | WHOLE_EXTENT () |
vtkInformationDoubleVectorKey * | WHOLE_BOUNDING_BOX () |
vtkInformationIntegerKey * | EXACT_EXTENT () |
Protected Member Functions |
| vtkStreamingDemandDrivenPipeline () |
| ~vtkStreamingDemandDrivenPipeline () |
virtual int | ExecuteInformation () |
virtual void | CopyDefaultDownstreamInformation () |
virtual void | CopyDefaultUpstreamInformation (int outputPort) |
int | VerifyOutputInformation (int outputPort) |
virtual int | NeedToExecuteData (int outputPort) |
virtual void | FillDefaultOutputInformation (int port, vtkInformation *) |
virtual void | ResetPipelineInformation (int port, vtkInformation *) |