53#ifndef vtkPCAAnalysisFilter_h
54#define vtkPCAAnalysisFilter_h
56#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.
void GetParameterisedShape(vtkFloatArray *b, vtkPointSet *shape)
Fills the shape with:
int GetModesRequiredFor(double proportion)
Retrieve how many modes are necessary to model the given proportion of the variation.
virtual int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *)
Usual data generation method.
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.
void PrintSelf(ostream &os, vtkIndent indent)
Prints information about the state of the filter.
abstract class for specifying dataset behavior