80 #ifndef vtkReconstructFromMoments_h 81 #define vtkReconstructFromMoments_h 84 #include "vtkFiltersMomentInvariantsModule.h" 130 vtkSetMacro(AllowExtrapolation,
bool);
131 vtkGetMacro(AllowExtrapolation,
bool);
162 size_t NumberOfFields;
168 size_t NumberOfBasisFunctions;
188 std::vector<double> Radii;
193 bool AllowExtrapolation;
abstract class to specify dataset behavior
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.
void SetInputData(vtkDataObject *)
Assign a data object as input.
void SetGridData(vtkDataObject *input)
standard pipeline input for port 1 This input steers the topology of the reconstructed field...
void SetMomentsConnection(vtkAlgorithmOutput *algOutput)
standard pipeline input for port 1 This is the data as produced by vtkComputeMoments or vtkMomentInva...
void SetMomentsData(vtkDataObject *input)
standard pipeline input for port 1 This is the data as produced by vtkComputeMoments or vtkMomentInva...
Proxy object to connect input/output ports.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
a simple class to control print indentation
topologically and geometrically regular array of data
reconstruct the underlying function from its moments
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
Set the connection for the given input port index.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when a request asks the algorithm to do its work.
void SetGridConnection(vtkAlgorithmOutput *algOutput)
standard pipeline input for port 1 This input steers the topology of the reconstructed field...
virtual int RequestUpdateExtent(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
This is called within ProcessRequest when each filter in the pipeline decides what portion of its inp...
Superclass for algorithms that produce output of the same type as input.
general representation of visualization data
static vtkDataSetAlgorithm * New()
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.