Go to the documentation of this file.
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;
unsigned int CurrentMember
source that manages dataset ensembles
Superclass for all sources, filters, and sinks in VTK.
A table, which contains similar-typed columns of data.
vtkEnsembleSourceInternal * Internal
a simple class to control print indentation
static vtkAlgorithm * New()
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.
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.