38#ifndef vtkProjectPointsToPlane_h
39#define vtkProjectPointsToPlane_h
41#include "vtkFiltersPointsModule.h"
67 BEST_COORDINATE_PLANE = 5,
83 vtkSetClampMacro(ProjectionType,
int, X_PLANE, BEST_FIT_PLANE);
84 vtkGetMacro(ProjectionType,
int);
99 vtkSetVector3Macro(Origin,
double);
100 vtkSetVector3Macro(Normal,
double);
101 vtkGetVector3Macro(Origin,
double);
102 vtkGetVector3Macro(Normal,
double);
113 vtkSetMacro(OutputPointsPrecision,
int);
114 vtkGetMacro(OutputPointsPrecision,
int);
a simple class to control print indentation
Superclass for algorithms that produce output of the same type as input.
project all input points to a plane
vtkProjectPointsToPlane()
void PrintSelf(ostream &os, vtkIndent indent) override
Standard methods for instantiation, obtaining type information, and printing.
void SetProjectionTypeToZPlane()
Specify the type of projection to perform.
static vtkProjectPointsToPlane * New()
Standard methods for instantiation, obtaining type information, and printing.
int OutputPointsPrecision
void SetProjectionTypeToBestCoordinatePlane()
Specify the type of projection to perform.
void SetProjectionTypeToSpecifiedPlane()
Specify the type of projection to perform.
void SetProjectionTypeToYPlane()
Specify the type of projection to perform.
~vtkProjectPointsToPlane() override=default
void SetProjectionTypeToXPlane()
Specify the type of projection to perform.
PlaneProjectionType
Define the options available for point projection.
void SetProjectionTypeToBestFitPlane()
Specify the type of projection to perform.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.