30 #ifndef vtkEnsembleSource_h 31 #define vtkEnsembleSource_h 33 #include "vtkCommonExecutionModelModule.h" 36 struct vtkEnsembleSourceInternal;
59 void RemoveAllMembers();
64 unsigned int GetNumberOfMembers();
73 vtkSetMacro(CurrentMember,
unsigned int);
74 vtkGetMacro(CurrentMember,
unsigned int);
100 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()