Go to the documentation of this file.
53 #ifndef vtkPCAAnalysisFilter_h
54 #define vtkPCAAnalysisFilter_h
56 #include "vtkFiltersHybridModule.h"
void GetShapeParameters(vtkPointSet *shape, vtkFloatArray *b, int bsize)
Return the bsize parameters b that best model the given shape (in standard deviations).
int GetModesRequiredFor(double proportion)
Retrieve how many modes are necessary to model the given proportion of the variation.
Performs principal component analysis of a set of aligned pointsets.
void GetParameterisedShape(vtkFloatArray *b, vtkPointSet *shape)
Fills the shape with:
dynamic, self-adjusting array of float
void PrintSelf(ostream &os, vtkIndent indent)
Prints information about the state of the filter.
static vtkPCAAnalysisFilter * New()
Creates with similarity transform.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Usual data generation method.
a simple class to control print indentation
abstract class for specifying dataset behavior
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.