38#ifndef vtkProjectPointsToPlane_h
39#define vtkProjectPointsToPlane_h
41#include "vtkFiltersPointsModule.h"
a simple class to control print indentation
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.
virtual void SetProjectionType(int)
Specify the type of projection to perform.