52 #ifndef __vtkPCAAnalysisFilter_h
53 #define __vtkPCAAnalysisFilter_h
55 #include "vtkFiltersHybridModule.h"
67 void PrintSelf(ostream& os, vtkIndent indent);
74 vtkGetObjectMacro(Evals, vtkFloatArray);
83 void GetParameterisedShape(vtkFloatArray *b, vtkPointSet* shape);
90 void GetShapeParameters(vtkPointSet *shape, vtkFloatArray *b,
int bsize);
94 int GetModesRequiredFor(
double proportion);
101 virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *);
108 vtkFloatArray *Evals;
Superclass for algorithms that produce only vtkMultiBlockDataSet as output.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
static vtkMultiBlockDataSetAlgorithm * New()
Performs principal component analysis of a set of aligned pointsets.
void PrintSelf(ostream &os, vtkIndent indent)