|
virtual int | IsA (const char *type) |
|
vtkDemandDrivenPipeline * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
virtual int | SetReleaseDataFlag (int port, int n) |
|
virtual int | GetReleaseDataFlag (int port) |
|
virtual int | UpdatePipelineMTime () |
|
virtual int | UpdateDataObject () |
|
virtual int | UpdateInformation () |
|
virtual int | UpdateData (int outputPort) |
|
|
virtual int | ProcessRequest (vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) |
|
|
virtual int | ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, unsigned long *mtime) |
|
|
virtual int | Update () |
|
virtual int | Update (int port) |
|
|
virtual unsigned long | GetPipelineMTime () |
|
vtkExecutive * | NewInstance () const |
|
void | PrintSelf (ostream &os, vtkIndent indent) |
|
vtkAlgorithm * | GetAlgorithm () |
|
int | GetNumberOfInputConnections (int port) |
|
virtual vtkInformation * | GetOutputInformation (int port) |
|
vtkInformationVector * | GetOutputInformation () |
|
vtkInformation * | GetInputInformation (int port, int connection) |
|
vtkInformationVector * | GetInputInformation (int port) |
|
vtkInformationVector ** | GetInputInformation () |
|
vtkExecutive * | GetInputExecutive (int port, int connection) |
|
int | GetNumberOfInputPorts () |
|
int | GetNumberOfOutputPorts () |
|
virtual vtkDataObject * | GetOutputData (int port) |
|
virtual void | SetOutputData (int port, vtkDataObject *, vtkInformation *info) |
|
virtual void | SetOutputData (int port, vtkDataObject *) |
|
virtual vtkDataObject * | GetInputData (int port, int connection) |
|
virtual vtkDataObject * | GetInputData (int port, int connection, vtkInformationVector **inInfoVec) |
|
void | SetSharedInputInformation (vtkInformationVector **inInfoVec) |
|
void | SetSharedOutputInformation (vtkInformationVector *outInfoVec) |
|
virtual void | Register (vtkObjectBase *o) |
|
virtual void | UnRegister (vtkObjectBase *o) |
|
virtual int | CallAlgorithm (vtkInformation *request, int direction, vtkInformationVector **inInfo, vtkInformationVector *outInfo) |
|
vtkObject * | NewInstance () const |
|
virtual void | DebugOn () |
|
virtual void | DebugOff () |
|
bool | GetDebug () |
|
void | SetDebug (bool debugFlag) |
|
virtual void | Modified () |
|
virtual unsigned long | GetMTime () |
|
unsigned long | AddObserver (unsigned long event, vtkCommand *, float priority=0.0f) |
|
unsigned long | AddObserver (const char *event, vtkCommand *, float priority=0.0f) |
|
vtkCommand * | GetCommand (unsigned long tag) |
|
void | RemoveObserver (vtkCommand *) |
|
void | RemoveObservers (unsigned long event, vtkCommand *) |
|
void | RemoveObservers (const char *event, vtkCommand *) |
|
int | HasObserver (unsigned long event, vtkCommand *) |
|
int | HasObserver (const char *event, vtkCommand *) |
|
void | RemoveObserver (unsigned long tag) |
|
void | RemoveObservers (unsigned long event) |
|
void | RemoveObservers (const char *event) |
|
void | RemoveAllObservers () |
|
int | HasObserver (unsigned long event) |
|
int | HasObserver (const char *event) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
template<class U , class T > |
unsigned long | AddObserver (unsigned long event, U observer, bool(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
int | InvokeEvent (unsigned long event, void *callData) |
|
int | InvokeEvent (const char *event, void *callData) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
const char * | GetClassName () const |
|
virtual void | Delete () |
|
virtual void | FastDelete () |
|
void | Print (ostream &os) |
|
void | SetReferenceCount (int) |
|
void | PrintRevisions (ostream &) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
|
virtual vtkObjectBase * | NewInstanceInternal () const |
|
| vtkDemandDrivenPipeline () |
|
| ~vtkDemandDrivenPipeline () |
|
virtual int | ExecuteDataObject (vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) |
|
virtual int | ExecuteInformation (vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) |
|
virtual int | ExecuteData (vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) |
|
virtual void | ResetPipelineInformation (int, vtkInformation *) |
|
virtual int | CheckDataObject (int port, vtkInformationVector *outInfo) |
|
int | InputCountIsValid (vtkInformationVector **) |
|
int | InputCountIsValid (int port, vtkInformationVector **) |
|
int | InputTypeIsValid (vtkInformationVector **) |
|
int | InputTypeIsValid (int port, vtkInformationVector **) |
|
virtual int | InputTypeIsValid (int port, int index, vtkInformationVector **) |
|
int | InputFieldsAreValid (vtkInformationVector **) |
|
int | InputFieldsAreValid (int port, vtkInformationVector **) |
|
virtual int | InputFieldsAreValid (int port, int index, vtkInformationVector **) |
|
int | DataSetAttributeExists (vtkDataSetAttributes *dsa, vtkInformation *field) |
|
int | FieldArrayExists (vtkFieldData *data, vtkInformation *field) |
|
int | ArrayIsValid (vtkAbstractArray *array, vtkInformation *field) |
|
int | InputIsOptional (int port) |
|
int | InputIsRepeatable (int port) |
|
virtual int | NeedToExecuteData (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) |
|
| vtkExecutive () |
|
| ~vtkExecutive () |
|
int | InputPortIndexInRange (int port, const char *action) |
|
int | OutputPortIndexInRange (int port, const char *action) |
|
int | CheckAlgorithm (const char *method, vtkInformation *request) |
|
virtual int | ForwardDownstream (vtkInformation *request) |
|
virtual int | ForwardUpstream (vtkInformation *request) |
|
virtual void | CopyDefaultInformation (vtkInformation *request, int direction, vtkInformationVector **inInfo, vtkInformationVector *outInfo) |
|
virtual void | ReportReferences (vtkGarbageCollector *) |
|
virtual void | SetAlgorithm (vtkAlgorithm *algorithm) |
|
| vtkObject () |
|
virtual | ~vtkObject () |
|
virtual void | RegisterInternal (vtkObjectBase *, int check) |
|
virtual void | UnRegisterInternal (vtkObjectBase *, int check) |
|
void | InternalGrabFocus (vtkCommand *mouseEvents, vtkCommand *keypressEvents=NULL) |
|
void | InternalReleaseFocus () |
|
| vtkObjectBase () |
|
virtual | ~vtkObjectBase () |
|
virtual void | CollectRevisions (ostream &) |
|
| vtkObjectBase (const vtkObjectBase &) |
|
void | operator= (const vtkObjectBase &) |
|
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.
- Events:
- vtkCommand::EndEvent vtkCommand::StartEvent
- Examples:
- vtkDemandDrivenPipeline (Examples)
- Tests:
- vtkDemandDrivenPipeline (Tests)
Definition at line 56 of file vtkDemandDrivenPipeline.h.