Go to the documentation of this file.
30 #ifndef vtkEnsembleSource_h
31 #define vtkEnsembleSource_h
33 #include "vtkCommonExecutionModelModule.h"
36 struct vtkEnsembleSourceInternal;
73 vtkSetMacro(CurrentMember,
unsigned int);
74 vtkGetMacro(CurrentMember,
unsigned int);
100 friend class vtkInformationEnsembleMemberRequestKey;
unsigned int CurrentMember
static vtkInformationDataObjectMetaDataKey * META_DATA()
Meta-data for the ensemble.
source that manages dataset ensembles
~vtkEnsembleSource() override
Superclass for all sources, filters, and sinks in VTK.
A table, which contains similar-typed columns of data.
unsigned int GetNumberOfMembers()
Returns the number of ensemble members.
vtkAlgorithm * GetCurrentReader(vtkInformation *)
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
vtkEnsembleSourceInternal * Internal
void RemoveAllMembers()
Removes all ensemble members.
static vtkInformationIntegerRequestKey * UPDATE_MEMBER()
Key used to request a particular ensemble member.
static vtkEnsembleSource * New()
int FillOutputPortInformation(int, vtkInformation *) override
Fill the output port information objects for this algorithm.
a simple class to control print indentation
static vtkInformationIntegerKey * DATA_MEMBER()
int ProcessRequest(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector) override
Upstream/Downstream requests form the generalized interface through which executives invoke a algorit...
void SetMetaData(vtkTable *)
Set the meta-data that will be propagated downstream.
void AddMember(vtkAlgorithm *)
Add an algorithm (source) that will produce the next ensemble member.