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