|
virtual const char * | GetClassName () |
|
virtual int | IsA (const char *type) |
|
void | PrintSelf (ostream &os, vtkIndent indent) override |
|
vtkDataObject * | GetCompositeInputData (int port, int index, vtkInformationVector **inInfoVec) |
| Returns the data object stored with the DATA_OBJECT() in the input port. More...
|
|
vtkInformation * | GetPostArrayToProcessInformation (int idx) |
|
void | SetPostArrayToProcessInformation (int idx, vtkInformation *inInfo) |
|
vtkCompositeDataPipeline * | NewInstance () const |
|
vtkDataObject * | GetCompositeOutputData (int port) |
|
vtkDataObject * | GetCompositeInputData (int port, int index, vtkInformationVector **inInfoVec) |
|
vtkDataObject * | GetCompositeInputData (int port, int index, vtkInformationVector **inInfoVec) |
|
Public Member Functions inherited from vtkStreamingDemandDrivenPipeline |
vtkStreamingDemandDrivenPipeline * | NewInstance () const |
|
virtual int | Update (int port, vtkInformationVector *requests) |
|
int | PropagateUpdateExtent (int outputPort) |
|
virtual int | ProcessRequest (vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) |
|
virtual int | Update () |
|
virtual int | Update (int port) |
|
virtual int | UpdateWholeExtent () |
|
int | PropagateTime (int outputPort) |
|
int | UpdateTimeDependentInformation (int outputPort) |
|
int | SetRequestExactExtent (int port, int flag) |
|
int | GetRequestExactExtent (int port) |
|
virtual int | ProcessRequest (vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo) |
|
virtual int | Update () |
|
virtual int | Update (int port) |
|
virtual int | UpdateWholeExtent () |
|
int | PropagateTime (int outputPort) |
|
int | UpdateTimeDependentInformation (int outputPort) |
|
int | SetRequestExactExtent (int port, int flag) |
|
int | GetRequestExactExtent (int port) |
|
int | SetUpdateExtentToWholeExtent (int port) |
|
int | SetUpdateExtent (int port, int extent[6]) |
|
int | SetUpdateExtent (int port, int x0, int x1, int y0, int y1, int z0, int z1) |
|
int | SetUpdateExtent (int port, int piece, int numPieces, int ghostLevel) |
|
int | SetUpdateTimeStep (int port, double time) |
|
Public Member Functions inherited from vtkDemandDrivenPipeline |
vtkDemandDrivenPipeline * | NewInstance () const |
|
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 | ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, vtkMTimeType *mtime) |
|
virtual vtkMTimeType | GetPipelineMTime () |
|
virtual int | ComputePipelineMTime (vtkInformation *request, vtkInformationVector **inInfoVec, vtkInformationVector *outInfoVec, int requestFromOutputPort, vtkMTimeType *mtime) |
|
virtual vtkMTimeType | GetPipelineMTime () |
|
vtkExecutive * | NewInstance () const |
|
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) |
|
void | Register (vtkObjectBase *o) VTK_OVERRIDE |
|
void | UnRegister (vtkObjectBase *o) VTK_OVERRIDE |
|
virtual int | CallAlgorithm (vtkInformation *request, int direction, vtkInformationVector **inInfo, vtkInformationVector *outInfo) |
|
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) |
|
void | Register (vtkObjectBase *o) VTK_OVERRIDE |
|
void | UnRegister (vtkObjectBase *o) VTK_OVERRIDE |
|
virtual int | CallAlgorithm (vtkInformation *request, int direction, vtkInformationVector **inInfo, vtkInformationVector *outInfo) |
|
| vtkBaseTypeMacro (vtkObject, vtkObjectBase) |
|
virtual void | DebugOn () |
|
virtual void | DebugOff () |
|
bool | GetDebug () |
|
void | SetDebug (bool debugFlag) |
|
virtual void | Modified () |
|
virtual vtkMTimeType | GetMTime () |
|
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) |
|
int | InvokeEvent (unsigned long event) |
|
int | InvokeEvent (const char *event) |
|
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 *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
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) |
|
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 *) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(), float priority=0.0f) |
|
unsigned long | AddObserver (unsigned long event, U observer, void(T::*callback)(vtkObject *, unsigned long, void *), float priority=0.0f) |
|
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) |
|
const char * | GetClassName () const |
|
virtual void | Delete () |
|
virtual void | FastDelete () |
|
void | Print (ostream &os) |
|
void | SetReferenceCount (int) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|
virtual void | PrintHeader (ostream &os, vtkIndent indent) |
|
virtual void | PrintTrailer (ostream &os, vtkIndent indent) |
|
int | GetReferenceCount () |
|
void | PrintRevisions (ostream &) |
|