#include "vtkPolyDataToPolyDataFilter.h"
#include "vtkMath.h"
#include "vtkTriangle.h"
#include "vtkPlane.h"
#include "vtkPolygon.h"
#include "vtkLine.h"
Include dependency graph for vtkDecimate.h:
Go to the source code of this file.
Compounds | |
struct | _vtkLocalVertex |
struct | _vtkLocalTri |
class | vtkVertexArray |
class | vtkTriArray |
class | vtkDecimate |
reduce the number of triangles in a mesh. More... | |
Defines | |
#define | VTK_NUMBER_STATISTICS 12 |
Typedefs | |
typedef _vtkLocalVertex | vtkLocalVertex |
typedef _vtkLocalVertex * | vtkLocalVertexPtr |
typedef _vtkLocalTri | vtkLocalTri |
typedef _vtkLocalTri * | vtkLocalTriPtr |
|
Definition at line 124 of file vtkDecimate.h. |
|
|
|
|
|
|
|
|