18 #ifndef vtkEnsembleSource_h
19 #define vtkEnsembleSource_h
22 #include "vtkCommonExecutionModelModule.h"
24 VTK_ABI_NAMESPACE_BEGIN
25 struct vtkEnsembleSourceInternal;
48 void RemoveAllMembers();
53 unsigned int GetNumberOfMembers();
62 vtkSetMacro(CurrentMember,
unsigned int);
63 vtkGetMacro(CurrentMember,
unsigned int);
89 friend class vtkInformationEnsembleMemberRequestKey;
107 VTK_ABI_NAMESPACE_END
source that manages dataset ensembles
unsigned int CurrentMember
vtkEnsembleSourceInternal * Internal
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual vtkTypeBool ProcessRequest(vtkInformation *request, vtkInformationVector **inInfo, vtkInformationVector *outInfo)
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
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()