VTK
vtkMultiCorrelativeStatistics.h
Go to the documentation of this file.
1/*=========================================================================
2
3Program: Visualization Toolkit
4Module: vtkMultiCorrelativeStatistics.h
5
6Copyright (c) Ken Martin, Will Schroeder, Bill Lorensen
7All rights reserved.
8See Copyright.txt or http://www.kitware.com/Copyright.htm for details.
9
10This software is distributed WITHOUT ANY WARRANTY; without even
11the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
12PURPOSE. See the above copyright notice for more information.
13
14=========================================================================*/
15/*-------------------------------------------------------------------------
16 Copyright 2010 Sandia Corporation.
17 Under the terms of Contract DE-AC04-94AL85000 with Sandia Corporation,
18 the U.S. Government retains certain rights in this software.
19 -------------------------------------------------------------------------*/
81#ifndef vtkMultiCorrelativeStatistics_h
82#define vtkMultiCorrelativeStatistics_h
83
84#include "vtkFiltersStatisticsModule.h" // For export macro
86
87class vtkDoubleArray;
90class vtkVariant;
91
92class VTKFILTERSSTATISTICS_EXPORT vtkMultiCorrelativeStatistics : public vtkStatisticsAlgorithm
93{
94public:
96 void PrintSelf( ostream& os, vtkIndent indent ) VTK_OVERRIDE;
98
103 vtkMultiBlockDataSet* ) VTK_OVERRIDE;
104
106
111 vtkSetMacro( MedianAbsoluteDeviation, bool );
112 vtkGetMacro( MedianAbsoluteDeviation, bool );
113 vtkBooleanMacro( MedianAbsoluteDeviation, bool );
115
116protected:
119
123 void Learn( vtkTable*,
124 vtkTable*,
125 vtkMultiBlockDataSet* ) VTK_OVERRIDE;
126
130 void Derive( vtkMultiBlockDataSet* ) VTK_OVERRIDE;
131
135 void Assess( vtkTable*,
137 vtkTable* ) VTK_OVERRIDE;
138
144 vtkTable* ) VTK_OVERRIDE { return; }
145
150 vtkDataObject* inMeta,
151 vtkStringArray* rowNames,
152 AssessFunctor*& dfunc ) VTK_OVERRIDE;
153
157 virtual void ComputeMedian( vtkTable* inData, vtkTable* outData );
158
164
166
167private:
169 void operator = ( const vtkMultiCorrelativeStatistics& ) VTK_DELETE_FUNCTION;
170};
171
172#endif
173
174
Tests instantiations of the vtkNew class template.
maintain an unordered list of data objects
general representation of visualization data
Definition: vtkDataObject.h:65
dynamic, self-adjusting array of double
a simple class to control print indentation
Definition: vtkIndent.h:40
Composite dataset that organizes datasets into blocks.
A class for multivariate linear correlation.
~vtkMultiCorrelativeStatistics() override
virtual vtkOrderStatistics * CreateOrderStatisticsInstance()
Return a new vtkOrderStatistics instance.
void PrintSelf(ostream &os, vtkIndent indent) override
Methods invoked by print to print information about the object including superclasses.
void Aggregate(vtkDataObjectCollection *, vtkMultiBlockDataSet *) override
Given a collection of models, calculate aggregate model.
static vtkMultiCorrelativeStatistics * New()
void SelectAssessFunctor(vtkTable *inData, vtkDataObject *inMeta, vtkStringArray *rowNames, AssessFunctor *&dfunc) override
Provide the appropriate assessment functor.
virtual void ComputeMedian(vtkTable *inData, vtkTable *outData)
Computes the median of inData with vtkOrderStatistics.
A class for univariate order statistics.
A base class for a functor that assesses data.
Base class for statistics algorithms.
a vtkAbstractArray subclass for strings
A table, which contains similar-typed columns of data.
Definition: vtkTable.h:69
A atomic type representing the union of many types.
Definition: vtkVariant.h:76
vtkSetMacro(IgnoreDriverBugs, bool)
Updates the extensions string.
vtkBooleanMacro(IgnoreDriverBugs, bool)
Updates the extensions string.