Extract tables from descriptive-statistics models. More...
#include <vtkExtractDescriptiveStatistics.h>
Inherits vtkPartitionedDataSetCollectionAlgorithm.
Public Types | |
| typedef vtkPartitionedDataSetCollectionAlgorithm | Superclass |
Public Member Functions | |
| virtual const char * | GetClassName () |
| virtual int | IsA (const char *type) |
| void | PrintSelf (ostream &os, vtkIndent indent) override |
| virtual vtkMultiProcessController * | GetController () |
| Set/get the controller used to handle distributed data. More... | |
| virtual void | SetController (vtkMultiProcessController *) |
| Set/get the controller used to handle distributed data. More... | |
Static Public Member Functions | |
| static int | IsTypeOf (const char *type) |
| static vtkExtractDescriptiveStatistics * | SafeDownCast (vtkObject *o) |
| static vtkExtractDescriptiveStatistics * | New () |
Protected Member Functions | |
| vtkExtractDescriptiveStatistics () | |
| ~vtkExtractDescriptiveStatistics () override | |
| int | FillInputPortInformation (int port, vtkInformation *info) override |
| int | RequestData (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override |
Extract tables from descriptive-statistics models.
This class accepts a single statistical model or a partitioned dataset collection of statistical models as input and produces a partitioned dataset collection holding model tables as output.
Once model tables are extracted, they can be examined in ParaView's spreadsheet view but cannot be used to evaluate data any longer.
Definition at line 34 of file vtkExtractDescriptiveStatistics.h.
| typedef vtkPartitionedDataSetCollectionAlgorithm vtkExtractDescriptiveStatistics::Superclass |
Definition at line 38 of file vtkExtractDescriptiveStatistics.h.
|
protected |
|
overrideprotected |
|
virtual |
|
static |
|
static |
|
override |
|
virtual |
Set/get the controller used to handle distributed data.
For this filter, only rank 0 will have any output since the information is intended only for display purposes in the spreadsheet view.
|
virtual |
Set/get the controller used to handle distributed data.
For this filter, only rank 0 will have any output since the information is intended only for display purposes in the spreadsheet view.
|
overrideprotected |
|
overrideprotected |
1.8.13 on Mon Jul 6 2026