VTK  9.6.20260216
vtkVoronoiTile.h File Reference
#include "vtkDoubleArray.h"
#include "vtkFiltersMeshingModule.h"
#include "vtkMath.h"
#include "vtkVoronoiCore.h"
#include <vector>
Include dependency graph for vtkVoronoiTile.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  vtkTilePoint
 
class  vtkVoronoiTile
 The convex polygon tile class proper. More...
 

Typedefs

using PointRingType = std::vector<vtkTilePoint>
 
using PointRingIterator = std::vector<vtkTilePoint>::iterator
 

Typedef Documentation

◆ PointRingType

using PointRingType = std::vector<vtkTilePoint>

Definition at line 88 of file vtkVoronoiTile.h.

◆ PointRingIterator

Definition at line 89 of file vtkVoronoiTile.h.