#include <vtkTrivialProducer.h>
Inheritance diagram for vtkTrivialProducer:
vtkTrivialProducer allows stand-alone data objects to be connected as inputs in a pipeline. All data objects that are connected to a pipeline involving vtkAlgorithm must have a producer. This trivial producer allows data objects that are hand-constructed in a program without another vtk producer to be connected.
Definition at line 43 of file vtkTrivialProducer.h.
Public Types | |
typedef vtkAlgorithm | Superclass |
Public Member Functions | |
virtual const char * | GetClassName () |
virtual int | IsA (const char *type) |
void | PrintSelf (ostream &os, vtkIndent indent) |
virtual void | SetOutput (vtkDataObject *output) |
virtual unsigned long | GetMTime () |
virtual int | ProcessRequest (vtkInformation *, vtkInformationVector *, vtkInformationVector *) |
Static Public Member Functions | |
vtkTrivialProducer * | New () |
int | IsTypeOf (const char *type) |
vtkTrivialProducer * | SafeDownCast (vtkObject *o) |
Protected Member Functions | |
vtkTrivialProducer () | |
~vtkTrivialProducer () | |
virtual int | FillInputPortInformation (int, vtkInformation *) |
virtual int | FillOutputPortInformation (int, vtkInformation *) |
virtual vtkExecutive * | CreateDefaultExecutive () |
virtual void | ReportReferences (vtkGarbageCollector *) |
virtual void | RemoveReferences () |
Protected Attributes | |
vtkDataObject * | Output |
|
Reimplemented from vtkAlgorithm. Definition at line 47 of file vtkTrivialProducer.h. |
|
|
|
|
|
Create an object with Debug turned off, modified time initialized to zero, and reference counting on. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkAlgorithm. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkAlgorithm. |
|
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 vtkTypeRevisionMacro found in vtkSetGet.h. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkAlgorithm. |
|
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 vtkAlgorithm. |
|
Process upstream/downstream requests trivially. The associated output data object is never modified, but it is queried to fulfill requests. Reimplemented from vtkAlgorithm. |
|
Set the data object that is "produced" by this producer. It is never really modified. |
|
The modified time of this producer is the newer of this object or the assigned output. Reimplemented from vtkObject. |
|
Fill the input port information objects for this algorithm. This is invoked by the first call to GetInputPortInformation for each port so subclasses can specify what they can handle. Reimplemented from vtkAlgorithm. |
|
Fill the output port information objects for this algorithm. This is invoked by the first call to GetOutputPortInformation for each port so subclasses can specify what they can handle. Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkAlgorithm. |
|
Reimplemented from vtkAlgorithm. |
|
Definition at line 75 of file vtkTrivialProducer.h. |