41#ifndef vtkProjectPointsToPlane_h
42#define vtkProjectPointsToPlane_h
44#include "vtkFiltersPointsModule.h"
70 BEST_COORDINATE_PLANE = 5,
86 vtkSetClampMacro(ProjectionType,
int, X_PLANE, BEST_FIT_PLANE);
87 vtkGetMacro(ProjectionType,
int);
102 vtkSetVector3Macro(Origin,
double);
103 vtkSetVector3Macro(Normal,
double);
104 vtkGetVector3Macro(Origin,
double);
105 vtkGetVector3Macro(Normal,
double);
116 vtkSetMacro(OutputPointsPrecision,
int);
117 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.