vtkUnivariateStatistics Class Reference

#include <vtkUnivariateStatisticsAlgorithm.h>


Detailed Description

Base class for univariate statistics algorithms.

This class specializes statistics algorithms to the univariate case, where a number of columns of interest can be selected in the input data set. This is done by the means of the following functions:

ResetColumns() - reset the list of columns of interest. Add/RemoveColum( namCol ) - try to add/remove column with name namCol to/from the list. SetColumnStatus ( namCol, status ) - mostly for UI wrapping purposes, try to add/remove (depending on status) namCol from the list of columns of interest. The verb "try" is used in the sense that neither attempting to repeat an existing entry nor to remove a non-existent entry will work.

Thanks:
Thanks to Philippe Pebay and David Thompson from Sandia National Laboratories for implementing this class.

The documentation for this class was generated from the following file:

Generated on Mon Sep 27 18:57:58 2010 for VTK by  doxygen 1.5.6