 |
VTK
9.0.1
|
Go to the documentation of this file.
27 #ifndef vtkEnsembleSource_h
28 #define vtkEnsembleSource_h
31 #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;
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()
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...
virtual int FillOutputPortInformation(int port, vtkInformation *info)
Fill the output port information objects for this algorithm.