Main Page | Directories | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

vtkGreedyTerrainDecimation.h File Reference

#include "vtkStructuredPointsToPolyDataFilter.h"

Include dependency graph for vtkGreedyTerrainDecimation.h:

Include dependency graph

Go to the source code of this file.

Classes

class  vtkGreedyTerrainDecimation
 reduce height field (represented as image) to reduced TIN More...

Defines

#define VTK_ERROR_NUMBER_OF_TRIANGLES   0
#define VTK_ERROR_SPECIFIED_REDUCTION   1
#define VTK_ERROR_ABSOLUTE   2
#define VTK_ERROR_RELATIVE   3


Define Documentation

#define VTK_ERROR_NUMBER_OF_TRIANGLES   0
 

Definition at line 94 of file vtkGreedyTerrainDecimation.h.

Referenced by vtkGreedyTerrainDecimation::SetErrorMeasureToNumberOfTriangles().

#define VTK_ERROR_SPECIFIED_REDUCTION   1
 

Definition at line 95 of file vtkGreedyTerrainDecimation.h.

Referenced by vtkGreedyTerrainDecimation::SetErrorMeasureToSpecifiedReduction().

#define VTK_ERROR_ABSOLUTE   2
 

Definition at line 96 of file vtkGreedyTerrainDecimation.h.

Referenced by vtkGreedyTerrainDecimation::SetErrorMeasureToAbsoluteError().

#define VTK_ERROR_RELATIVE   3
 

Definition at line 97 of file vtkGreedyTerrainDecimation.h.

Referenced by vtkGreedyTerrainDecimation::SetErrorMeasureToRelativeError().