VTK
|
Executive supporting on-demand execution. More...
#include <vtkDemandDrivenPipeline.h>
Executive supporting on-demand execution.
vtkDemandDrivenPipeline is an executive that will execute an algorithm only when its outputs are out-of-date with respect to its inputs.
Definition at line 46 of file vtkDemandDrivenPipeline.h.
Reimplemented from vtkExecutive.
Reimplemented in vtkCompositeDataPipeline, vtkStreamingDemandDrivenPipeline, vtkThreadedCompositeDataPipeline, vtkCachedStreamingDemandDrivenPipeline, and vtkImageImportExecutive.
Definition at line 50 of file vtkDemandDrivenPipeline.h.
vtkDemandDrivenPipeline::vtkDemandDrivenPipeline | ( | ) | [protected] |
vtkDemandDrivenPipeline::~vtkDemandDrivenPipeline | ( | ) | [protected] |
static vtkDemandDrivenPipeline* vtkDemandDrivenPipeline::New | ( | ) | [static] |
Create an object with Debug turned off, modified time initialized to zero, and reference counting on.
Reimplemented from vtkObject.
Reimplemented in vtkCompositeDataPipeline, vtkStreamingDemandDrivenPipeline, vtkThreadedCompositeDataPipeline, vtkCachedStreamingDemandDrivenPipeline, and vtkImageImportExecutive.
static int vtkDemandDrivenPipeline::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 vtkExecutive.
Reimplemented in vtkCompositeDataPipeline, vtkStreamingDemandDrivenPipeline, vtkThreadedCompositeDataPipeline, vtkCachedStreamingDemandDrivenPipeline, and vtkImageImportExecutive.
virtual int vtkDemandDrivenPipeline::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 vtkExecutive.
Reimplemented in vtkCompositeDataPipeline, vtkStreamingDemandDrivenPipeline, vtkThreadedCompositeDataPipeline, vtkCachedStreamingDemandDrivenPipeline, and vtkImageImportExecutive.
static vtkDemandDrivenPipeline* vtkDemandDrivenPipeline::SafeDownCast | ( | vtkObjectBase * | o | ) | [static] |
Reimplemented from vtkExecutive.
Reimplemented in vtkCompositeDataPipeline, vtkStreamingDemandDrivenPipeline, vtkThreadedCompositeDataPipeline, vtkCachedStreamingDemandDrivenPipeline, and vtkImageImportExecutive.
virtual vtkObjectBase* vtkDemandDrivenPipeline::NewInstanceInternal | ( | ) | const [protected, virtual] |
Reimplemented from vtkExecutive.
Reimplemented in vtkCompositeDataPipeline, vtkStreamingDemandDrivenPipeline, vtkThreadedCompositeDataPipeline, vtkCachedStreamingDemandDrivenPipeline, and vtkImageImportExecutive.
Reimplemented from vtkExecutive.
Reimplemented in vtkCompositeDataPipeline, vtkStreamingDemandDrivenPipeline, vtkThreadedCompositeDataPipeline, vtkCachedStreamingDemandDrivenPipeline, and vtkImageImportExecutive.
void vtkDemandDrivenPipeline::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 vtkExecutive.
Reimplemented in vtkCompositeDataPipeline, vtkStreamingDemandDrivenPipeline, vtkThreadedCompositeDataPipeline, and vtkCachedStreamingDemandDrivenPipeline.
virtual int vtkDemandDrivenPipeline::ProcessRequest | ( | vtkInformation * | request, |
vtkInformationVector ** | inInfo, | ||
vtkInformationVector * | outInfo | ||
) | [virtual] |
Generalized interface for asking the executive to fulfill update requests.
Reimplemented from vtkExecutive.
Reimplemented in vtkStreamingDemandDrivenPipeline, and vtkImageImportExecutive.
virtual int vtkDemandDrivenPipeline::ComputePipelineMTime | ( | vtkInformation * | request, |
vtkInformationVector ** | inInfoVec, | ||
vtkInformationVector * | outInfoVec, | ||
int | requestFromOutputPort, | ||
unsigned long * | mtime | ||
) | [virtual] |
Implement the pipeline modified time request.
Reimplemented from vtkExecutive.
virtual int vtkDemandDrivenPipeline::Update | ( | ) | [virtual] |
Bring the algorithm's outputs up-to-date. Returns 1 for success and 0 for failure.
Reimplemented from vtkExecutive.
Reimplemented in vtkStreamingDemandDrivenPipeline, and vtkCachedStreamingDemandDrivenPipeline.
virtual int vtkDemandDrivenPipeline::Update | ( | int | port | ) | [virtual] |
Bring the algorithm's outputs up-to-date. Returns 1 for success and 0 for failure.
Reimplemented from vtkExecutive.
Reimplemented in vtkStreamingDemandDrivenPipeline, and vtkCachedStreamingDemandDrivenPipeline.
virtual unsigned long vtkDemandDrivenPipeline::GetPipelineMTime | ( | ) | [virtual] |
Get the PipelineMTime for this exective.
virtual int vtkDemandDrivenPipeline::SetReleaseDataFlag | ( | int | port, |
int | n | ||
) | [virtual] |
Set whether the given output port releases data when it is consumed. Returns 1 if the the value changes and 0 otherwise.
virtual int vtkDemandDrivenPipeline::GetReleaseDataFlag | ( | int | port | ) | [virtual] |
Get whether the given output port releases data when it is consumed.
virtual int vtkDemandDrivenPipeline::UpdatePipelineMTime | ( | ) | [virtual] |
Bring the PipelineMTime up to date.
virtual int vtkDemandDrivenPipeline::UpdateDataObject | ( | ) | [virtual] |
Bring the output data object's existence up to date. This does not actually produce data, but does create the data object that will store data produced during the UpdateData step.
Implements vtkExecutive.
virtual int vtkDemandDrivenPipeline::UpdateInformation | ( | ) | [virtual] |
Bring the output information up to date.
Reimplemented from vtkExecutive.
virtual int vtkDemandDrivenPipeline::UpdateData | ( | int | outputPort | ) | [virtual] |
Bring the output data up to date. This should be called only when information is up to date. Use the Update method if it is not known that the information is up to date.
static vtkInformationRequestKey* vtkDemandDrivenPipeline::REQUEST_DATA_OBJECT | ( | ) | [static] |
Key defining a request to make sure the output data objects exist.
static vtkInformationRequestKey* vtkDemandDrivenPipeline::REQUEST_INFORMATION | ( | ) | [static] |
Key defining a request to make sure the output information is up to date.
static vtkInformationRequestKey* vtkDemandDrivenPipeline::REQUEST_DATA | ( | ) | [static] |
Key defining a request to make sure the output data are up to date.
static vtkInformationRequestKey* vtkDemandDrivenPipeline::REQUEST_DATA_NOT_GENERATED | ( | ) | [static] |
Key defining a request to mark outputs that will NOT be generated during a REQUEST_DATA.
static vtkInformationIntegerKey* vtkDemandDrivenPipeline::RELEASE_DATA | ( | ) | [static] |
Key to specify in pipeline information the request that data be released after it is used.
static vtkInformationIntegerKey* vtkDemandDrivenPipeline::DATA_NOT_GENERATED | ( | ) | [static] |
Key to store a mark for an output that will not be generated. Algorithms use this to tell the executive that they will not generate certain outputs for a REQUEST_DATA.
static vtkDataObject* vtkDemandDrivenPipeline::NewDataObject | ( | const char * | type | ) | [static] |
Create (New) and return a data object of the given type. This is here for backwards compatibility. Use vtkDataObjectTypes::NewDataObject() instead.
static vtkInformationIntegerKey* vtkDemandDrivenPipeline::REQUEST_REGENERATE_INFORMATION | ( | ) | [static] |
Key to be used for REQUEST_INFORMATION and REQUEST_DATA_OBJECT passes when you modification time should not be taken into account.
virtual int vtkDemandDrivenPipeline::ExecuteDataObject | ( | vtkInformation * | request, |
vtkInformationVector ** | inInfo, | ||
vtkInformationVector * | outInfo | ||
) | [protected, virtual] |
Reimplemented in vtkCompositeDataPipeline.
virtual int vtkDemandDrivenPipeline::ExecuteInformation | ( | vtkInformation * | request, |
vtkInformationVector ** | inInfo, | ||
vtkInformationVector * | outInfo | ||
) | [protected, virtual] |
Reimplemented in vtkStreamingDemandDrivenPipeline.
virtual int vtkDemandDrivenPipeline::ExecuteData | ( | vtkInformation * | request, |
vtkInformationVector ** | inInfo, | ||
vtkInformationVector * | outInfo | ||
) | [protected, virtual] |
Reimplemented in vtkCompositeDataPipeline, and vtkCachedStreamingDemandDrivenPipeline.
virtual void vtkDemandDrivenPipeline::ResetPipelineInformation | ( | int | , |
vtkInformation * | |||
) | [protected, virtual] |
Implements vtkExecutive.
Reimplemented in vtkStreamingDemandDrivenPipeline, and vtkCompositeDataPipeline.
virtual int vtkDemandDrivenPipeline::CheckDataObject | ( | int | port, |
vtkInformationVector * | outInfo | ||
) | [protected, virtual] |
int vtkDemandDrivenPipeline::InputCountIsValid | ( | vtkInformationVector ** | ) | [protected] |
int vtkDemandDrivenPipeline::InputCountIsValid | ( | int | port, |
vtkInformationVector ** | |||
) | [protected] |
int vtkDemandDrivenPipeline::InputTypeIsValid | ( | vtkInformationVector ** | ) | [protected] |
int vtkDemandDrivenPipeline::InputTypeIsValid | ( | int | port, |
vtkInformationVector ** | |||
) | [protected] |
virtual int vtkDemandDrivenPipeline::InputTypeIsValid | ( | int | port, |
int | index, | ||
vtkInformationVector ** | |||
) | [protected, virtual] |
Reimplemented in vtkCompositeDataPipeline.
int vtkDemandDrivenPipeline::InputFieldsAreValid | ( | vtkInformationVector ** | ) | [protected] |
int vtkDemandDrivenPipeline::InputFieldsAreValid | ( | int | port, |
vtkInformationVector ** | |||
) | [protected] |
virtual int vtkDemandDrivenPipeline::InputFieldsAreValid | ( | int | port, |
int | index, | ||
vtkInformationVector ** | |||
) | [protected, virtual] |
int vtkDemandDrivenPipeline::DataSetAttributeExists | ( | vtkDataSetAttributes * | dsa, |
vtkInformation * | field | ||
) | [protected] |
int vtkDemandDrivenPipeline::FieldArrayExists | ( | vtkFieldData * | data, |
vtkInformation * | field | ||
) | [protected] |
int vtkDemandDrivenPipeline::ArrayIsValid | ( | vtkAbstractArray * | array, |
vtkInformation * | field | ||
) | [protected] |
int vtkDemandDrivenPipeline::InputIsOptional | ( | int | port | ) | [protected] |
int vtkDemandDrivenPipeline::InputIsRepeatable | ( | int | port | ) | [protected] |
virtual int vtkDemandDrivenPipeline::NeedToExecuteData | ( | int | outputPort, |
vtkInformationVector ** | inInfoVec, | ||
vtkInformationVector * | outInfoVec | ||
) | [protected, virtual] |
Reimplemented in vtkStreamingDemandDrivenPipeline, vtkCompositeDataPipeline, and vtkCachedStreamingDemandDrivenPipeline.
virtual void vtkDemandDrivenPipeline::ExecuteDataStart | ( | vtkInformation * | request, |
vtkInformationVector ** | inInfoVec, | ||
vtkInformationVector * | outInfoVec | ||
) | [protected, virtual] |
Reimplemented in vtkStreamingDemandDrivenPipeline, and vtkCompositeDataPipeline.
virtual void vtkDemandDrivenPipeline::ExecuteDataEnd | ( | vtkInformation * | request, |
vtkInformationVector ** | inInfoVec, | ||
vtkInformationVector * | outInfoVec | ||
) | [protected, virtual] |
Reimplemented in vtkStreamingDemandDrivenPipeline.
virtual void vtkDemandDrivenPipeline::MarkOutputsGenerated | ( | vtkInformation * | request, |
vtkInformationVector ** | inInfoVec, | ||
vtkInformationVector * | outInfoVec | ||
) | [protected, virtual] |
Reimplemented in vtkStreamingDemandDrivenPipeline, and vtkCompositeDataPipeline.
friend class vtkCompositeDataPipeline [friend] |
Definition at line 207 of file vtkDemandDrivenPipeline.h.
unsigned long vtkDemandDrivenPipeline::PipelineMTime [protected] |
Definition at line 199 of file vtkDemandDrivenPipeline.h.
vtkTimeStamp vtkDemandDrivenPipeline::DataObjectTime [protected] |
Definition at line 202 of file vtkDemandDrivenPipeline.h.
vtkTimeStamp vtkDemandDrivenPipeline::InformationTime [protected] |
Definition at line 203 of file vtkDemandDrivenPipeline.h.
vtkTimeStamp vtkDemandDrivenPipeline::DataTime [protected] |
Definition at line 204 of file vtkDemandDrivenPipeline.h.
vtkInformation* vtkDemandDrivenPipeline::InfoRequest [protected] |
Definition at line 211 of file vtkDemandDrivenPipeline.h.
vtkInformation* vtkDemandDrivenPipeline::DataObjectRequest [protected] |
Reimplemented in vtkCompositeDataPipeline.
Definition at line 212 of file vtkDemandDrivenPipeline.h.
vtkInformation* vtkDemandDrivenPipeline::DataRequest [protected] |
Reimplemented in vtkCompositeDataPipeline.
Definition at line 213 of file vtkDemandDrivenPipeline.h.