29 #ifndef vtkExecutive_h
30 #define vtkExecutive_h
37 class vtkAlgorithmToExecutiveFriendship;
39 class vtkExecutiveInternals;
79 int requestFromOutputPort,
80 unsigned long* mtime);
96 int GetNumberOfInputPorts();
97 int GetNumberOfOutputPorts();
101 int GetNumberOfInputConnections(
int port);
195 int InputPortIndexInRange(
int port,
const char* action);
196 int OutputPortIndexInRange(
int port,
const char* action);
219 virtual int UpdateDataObject()=0;
243 vtkExecutiveInternals* ExecutiveInternal;
246 friend class vtkAlgorithmToExecutiveFriendship;
#define VTKCOMMONEXECUTIONMODEL_EXPORT
abstract base class for most VTK objects
virtual void Register(vtkObjectBase *o)
virtual int UpdateInformation()
Superclass for all pipeline executives in VTK.
Detect and break reference loops.
Proxy object to connect input/output ports.
Superclass for all sources, filters, and sinks in VTK.
virtual void PrintSelf(ostream &os, vtkIndent indent)
virtual void UnRegister(vtkObjectBase *o)
vtkInformationVector * SharedOutputInformation
a simple class to control print indentation
virtual void ReportReferences(vtkGarbageCollector *)
abstract base class for most VTK objects
vtkInformationVector ** SharedInputInformation
general representation of visualization data