80#ifndef vtkBinnedDecimation_h
81#define vtkBinnedDecimation_h
83#include "vtkFiltersCoreModule.h"
87VTK_ABI_NAMESPACE_BEGIN
115 vtkGetMacro(NumberOfXDivisions,
int);
116 vtkGetMacro(NumberOfYDivisions,
int);
117 vtkGetMacro(NumberOfZDivisions,
int);
121 void GetNumberOfDivisions(
int div[3]);
130 vtkSetMacro(AutoAdjustNumberOfDivisions,
bool);
131 vtkGetMacro(AutoAdjustNumberOfDivisions,
bool);
132 vtkBooleanMacro(AutoAdjustNumberOfDivisions,
bool);
142 void SetDivisionOrigin(
double x,
double y,
double z);
144 vtkGetVector3Macro(DivisionOrigin,
double);
147 vtkGetVector3Macro(DivisionSpacing,
double);
177 vtkSetClampMacro(PointGenerationMode,
int, INPUT_POINTS, BIN_AVERAGES);
178 vtkGetMacro(PointGenerationMode,
int);
196 vtkSetMacro(ProducePointData,
bool);
197 vtkGetMacro(ProducePointData,
bool);
198 vtkBooleanMacro(ProducePointData,
bool);
206 vtkSetMacro(ProduceCellData,
bool);
207 vtkGetMacro(ProduceCellData,
bool);
208 vtkBooleanMacro(ProduceCellData,
bool);
229 int NumberOfDivisions[3];
237 double DivisionOrigin[3];
238 double DivisionSpacing[3];
reduce the number of triangles in a vtkPolyData mesh
void SetDivisionSpacing(double x, double y, double z)
This is an alternative way to set up the bins.
void SetPointGenerationModeToBinCenters()
Four options exist for generating output points.
void ConfigureBinning(vtkPolyData *input, vtkIdType numPts)
void SetNumberOfYDivisions(int num)
Set/Get the number of divisions along each axis for the spatial bins.
int ComputeNumberOfDivisions
int FillInputPortInformation(int, vtkInformation *) override
Fill the input port information objects for this algorithm.
void PrintSelf(ostream &os, vtkIndent indent) override
Standard instantiation, type and print methods.
~vtkBinnedDecimation() override
void SetNumberOfZDivisions(int num)
Set/Get the number of divisions along each axis for the spatial bins.
void SetDivisionOrigin(double o[3])
This is an alternative way to set up the bins.
bool GetLargeIds()
Return a flag indicating whether large ids were used during execution.
void SetPointGenerationModeToBinAverages()
Four options exist for generating output points.
void SetNumberOfXDivisions(int num)
Set/Get the number of divisions along each axis for the spatial bins.
int RequestData(vtkInformation *, vtkInformationVector **, vtkInformationVector *) override
This is called by the superclass.
void SetNumberOfDivisions(int div[3])
Set/Get the number of divisions along each axis for the spatial bins.
bool AutoAdjustNumberOfDivisions
int * GetNumberOfDivisions()
Set/Get the number of divisions along each axis for the spatial bins.
void SetPointGenerationModeToBinPoints()
Four options exist for generating output points.
void SetPointGenerationModeToUseInputPoints()
Four options exist for generating output points.
void SetDivisionSpacing(double s[3])
This is an alternative way to set up the bins.
static vtkBinnedDecimation * New()
Standard instantiation, type and print methods.
void SetNumberOfDivisions(int div0, int div1, int div2)
Set/Get the number of divisions along each axis for the spatial bins.
a simple class to control print indentation
Superclass for algorithms that produce only polydata as output.
concrete dataset represents vertices, lines, polygons, and triangle strips
#define VTK_SIZEHINT(...)