Go to the documentation of this file.
62 #ifndef vtkStatisticsAlgorithm_h
63 #define vtkStatisticsAlgorithm_h
65 #include "vtkFiltersStatisticsModule.h"
135 vtkSetMacro( LearnOption,
bool );
136 vtkGetMacro( LearnOption,
bool );
143 vtkSetMacro( DeriveOption,
bool );
144 vtkGetMacro( DeriveOption,
bool );
151 vtkSetMacro( AssessOption,
bool );
152 vtkGetMacro( AssessOption,
bool );
159 vtkSetMacro( TestOption,
bool );
160 vtkGetMacro( TestOption,
bool );
167 vtkSetMacro( NumberOfPrimaryTables,
vtkIdType );
168 vtkGetMacro( NumberOfPrimaryTables,
vtkIdType );
204 virtual void SetColumnStatus(
const char* namCol,
int status );
209 virtual void ResetAllColumnStates();
215 virtual int RequestSelectedColumns();
220 virtual void ResetRequests();
260 void AddColumn(
const char* namCol );
272 void AddColumnPair(
const char* namColX,
const char* namColY );
281 virtual bool SetParameter(
const char*
parameter,
340 virtual void SelectAssessFunctor(
vtkTable* outData,
343 AssessFunctor*& dfunc ) = 0;
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
virtual void SetInputModel(vtkDataObject *model)
A convenience method for setting the input model (if one is expected or allowed).
virtual void SetLearnOptionParameters(vtkDataObject *params)
A convenience method for setting learn input parameters (if one is expected or allowed).
maintain an unordered list of data objects
A table, which contains similar-typed columns of data.
An array holding vtkVariants.
virtual void SetInputModelConnection(vtkAlgorithmOutput *model)
A convenience method for setting the input model connection (if one is expected or allowed).
A base class for a functor that assesses data.
Composite dataset that organizes datasets into blocks.
Port 1 is for learn parameters (initial guesses, etc.)
Port 2 is for a priori models.
Superclass for algorithms that produce only vtkTables as output.
int Test(int argc, char *argv[], const char *dfile, const InitializationCallback &initCallback)
a simple class to control print indentation
A atomic type representing the union of many types.
void SetInputData(vtkDataObject *obj)
Assign a data object as input.
int FillInputPortInformation(int port, vtkInformation *info) override
Fill the input port information objects for this algorithm.
vtkStringArray * AssessNames
virtual void SetInputConnection(int port, vtkAlgorithmOutput *input)
Set the connection for the given input port index.
vtkStatisticsAlgorithmPrivate * Internals
Proxy object to connect input/output ports.
vtkIdType NumberOfPrimaryTables
a vtkAbstractArray subclass for strings
virtual void SetLearnOptionParameterConnection(vtkAlgorithmOutput *params)
A convenience method for setting learn input parameters (if one is expected or allowed).
dynamic, self-adjusting array of double
InputPorts
enumeration values to specify input port types
Wrapper around std::string to keep symbols short.
Base class for statistics algorithms.
general representation of visualization data
virtual int RequestData(vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
This is called by the superclass.
OutputIndices
enumeration values to specify output port types
int FillOutputPortInformation(int port, vtkInformation *info) override
Fill the output port information objects for this algorithm.