27 #ifndef vtkEnsembleSource_h 28 #define vtkEnsembleSource_h 30 #include "vtkCommonExecutionModelModule.h" 33 struct vtkEnsembleSourceInternal;
56 void RemoveAllMembers();
61 unsigned int GetNumberOfMembers();
70 vtkSetMacro(CurrentMember,
unsigned int);
71 vtkGetMacro(CurrentMember,
unsigned int);
97 friend class vtkInformationEnsembleMemberRequestKey;
source that manages dataset ensembles
unsigned int CurrentMember
vtkEnsembleSourceInternal * Internal
virtual int ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
Superclass for all sources, filters, and sinks in VTK.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.
a simple class to control print indentation
A table, which contains similar-typed columns of data.
static vtkAlgorithm * New()