|
| virtual const char * | GetClassName () |
| |
| virtual int | IsA (const char *type) |
| |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
|
| virtual int | Update () |
| |
| virtual int | Update (int port) |
| |
|
| void | SetCacheSize (int size) |
| |
| virtual int | GetCacheSize () |
| |
Public Member Functions inherited from vtkStreamingDemandDrivenPipeline |
| void | PrintSelf (ostream &os, vtkIndent indent) |
| |
| int | PropagateUpdateExtent (int outputPort) |
| |
| virtual int | ProcessRequest (vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) |
| |
| virtual int | UpdateWholeExtent () |
| |
| int | SetMaximumNumberOfPieces (int port, int n) |
| |
| int | SetMaximumNumberOfPieces (vtkInformation *, int n) |
| |
| int | GetMaximumNumberOfPieces (int port) |
| |
| int | GetMaximumNumberOfPieces (vtkInformation *) |
| |
| int | SetWholeExtent (vtkInformation *, int extent[6]) |
| |
| void | GetWholeExtent (vtkInformation *, int extent[6]) |
| |
| int * | GetWholeExtent (vtkInformation *) |
| |
| int | SetUpdateExtentToWholeExtent (int port) |
| |
| int | SetUpdateExtentToWholeExtent (vtkInformation *) |
| |
| int | SetUpdateExtent (int port, int extent[6]) |
| |
| int | SetUpdateExtent (vtkInformation *, int extent[6]) |
| |
| void | GetUpdateExtent (vtkInformation *, int extent[6]) |
| |
| int * | GetUpdateExtent (vtkInformation *) |
| |
| int | SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel) |
| |
| int | SetUpdateExtent (vtkInformation *, int piece, int numPieces, int ghostLevel) |
| |
| int | SetUpdatePiece (vtkInformation *, int piece) |
| |
| int | GetUpdatePiece (vtkInformation *) |
| |
| int | SetUpdateNumberOfPieces (vtkInformation *, int n) |
| |
| int | GetUpdateNumberOfPieces (vtkInformation *) |
| |
| int | SetUpdateGhostLevel (vtkInformation *, int n) |
| |
| int | GetUpdateGhostLevel (vtkInformation *) |
| |
| int | SetUpdateResolution (int port, double r) |
| |
| int | SetUpdateResolution (vtkInformation *, double r) |
| |
| double | GetUpdateResolution (vtkInformation *) |
| |
| int | SetUpdateTimeSteps (int port, double *times, int length) |
| |
| int | SetUpdateTimeSteps (vtkInformation *, double *times, int length) |
| |
| int | SetUpdateTimeStep (int port, double time) |
| |
| int | SetRequestExactExtent (int port, int flag) |
| |
| int | GetRequestExactExtent (int port) |
| |
| int | SetExtentTranslator (int port, vtkExtentTranslator *translator) |
| |
| int | SetExtentTranslator (vtkInformation *, vtkExtentTranslator *translator) |
| |
| vtkExtentTranslator * | GetExtentTranslator (int port) |
| |
| vtkExtentTranslator * | GetExtentTranslator (vtkInformation *info) |
| |
| int | SetWholeBoundingBox (int port, double bb[6]) |
| |
| void | GetWholeBoundingBox (int port, double bb[6]) |
| |
| double * | GetWholeBoundingBox (int port) |
| |
| int | SetPieceBoundingBox (int port, double bb[6]) |
| |
| void | GetPieceBoundingBox (int port, double bb[6]) |
| |
| double * | GetPieceBoundingBox (int port) |
| |
| double | ComputePriority () |
| |
| virtual double | ComputePriority (int port) |
| |
|
| | vtkCachedStreamingDemandDrivenPipeline () |
| |
| | ~vtkCachedStreamingDemandDrivenPipeline () |
| |
| virtual int | NeedToExecuteData (int outputPort, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec) |
| |
| virtual int | ExecuteData (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec) |
| |
Protected Member Functions inherited from vtkStreamingDemandDrivenPipeline |
| | vtkStreamingDemandDrivenPipeline () |
| |
| | ~vtkStreamingDemandDrivenPipeline () |
| |
| virtual int | NeedToExecuteBasedOnTime (vtkInformation *outInfo, vtkDataObject *dataObject) |
| |
| virtual int | NeedToExecuteBasedOnFastPathData (vtkInformation *outInfo) |
| |
| virtual int | ExecuteInformation (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec) |
| |
| virtual void | CopyDefaultInformation (vtkInformation *request, int direction, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec) |
| |
| virtual int | VerifyOutputInformation (int outputPort, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec) |
| |
| virtual void | ExecuteDataStart (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec) |
| |
| virtual void | ExecuteDataEnd (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec) |
| |
| virtual void | MarkOutputsGenerated (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec) |
| |
| virtual void | ResetPipelineInformation (int port, vtkInformation *) |
| |
| virtual void | ResetUpdateInformation (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec) |
| |