#include <itkVoronoiDiagram2DGenerator.h>
Inheritance diagram for itk::VoronoiDiagram2DGenerator< TCoordType >:
Detailed informations of this method can be found in: "A sweepline algorithm for Voronoi diagrams." S. Fortune, Algorithmica 2, 153-174, 1987.
Input parameters are: (1) Size of the region. (2) Seed points coordinates. These coordinates can also be randomly set.
Template parameters for VoronoiDiagram2DGenerator:
TCoordType: the type associated with the coordination of the seeds and the resulting vertices.
Definition at line 53 of file itkVoronoiDiagram2DGenerator.h.
|
Reimplemented from itk::MeshSource< VoronoiDiagram2D< TCoordType > >. Definition at line 60 of file itkVoronoiDiagram2DGenerator.h. |
|
Definition at line 76 of file itkVoronoiDiagram2DGenerator.h. |
|
Definition at line 74 of file itkVoronoiDiagram2DGenerator.h. |
|
Definition at line 75 of file itkVoronoiDiagram2DGenerator.h. |
|
Definition at line 71 of file itkVoronoiDiagram2DGenerator.h. Referenced by itk::VoronoiDiagram2DGenerator< TCoordType >::GenerateOutputInformation(). |
|
Reimplemented from itk::MeshSource< VoronoiDiagram2D< TCoordType > >. Definition at line 59 of file itkVoronoiDiagram2DGenerator.h. |
|
Definition at line 72 of file itkVoronoiDiagram2DGenerator.h. Referenced by itk::VoronoiDiagram2DGenerator< TCoordType >::GenerateOutputInformation(). |
|
Definition at line 70 of file itkVoronoiDiagram2DGenerator.h. |
|
Definition at line 73 of file itkVoronoiDiagram2DGenerator.h. Referenced by itk::VoronoiDiagram2DGenerator< TCoordType >::GenerateOutputInformation(). |
|
Standard class typedefs. Reimplemented from itk::MeshSource< VoronoiDiagram2D< TCoordType > >. Definition at line 57 of file itkVoronoiDiagram2DGenerator.h. Referenced by itk::VoronoiDiagram2DGenerator< TCoordType >::GenerateOutputInformation(). |
|
Reimplemented from itk::MeshSource< VoronoiDiagram2D< TCoordType > >. Definition at line 58 of file itkVoronoiDiagram2DGenerator.h. |
|
Convenient typedefs. Definition at line 69 of file itkVoronoiDiagram2DGenerator.h. |
|
Definition at line 77 of file itkVoronoiDiagram2DGenerator.h. |
|
|
|
|
|
Add more seeds at one time. |
|
Add more seeds at one time. |
|
Generate Voronoi Diagram based on the current list of seeds. Reimplemented from itk::ProcessObject. |
|
Produce the output information. Reimplemented from itk::ProcessObject. Definition at line 95 of file itkVoronoiDiagram2DGenerator.h. References itk::VoronoiDiagram2DGenerator< TCoordType >::OutputType, itk::VoronoiDiagram2DGenerator< TCoordType >::PointType, itk::VoronoiDiagram2DGenerator< TCoordType >::SeedsType, and itk::VoronoiDiagram2DGenerator< TCoordType >::Self. |
|
Standard part of every itk Object. Reimplemented from itk::MeshSource< VoronoiDiagram2D< TCoordType > >. |
|
Get the number of seed points. |
|
Return the given indexed seed. |
|
Method for creation through the object factory. Reimplemented from itk::MeshSource< VoronoiDiagram2D< TCoordType > >. |
|
Methods invoked by Print() to print information about the object including superclasses. Typically not called by the user (use Print() instead) but used in the hierarchical print process to combine the output of several classes. Reimplemented from itk::MeshSource< VoronoiDiagram2D< TCoordType > >. |
|
The boundary that enclose the whole voronoi diagram. |
|
The boundary that enclose the whole voronoi diagram. |
|
Set the seeds points randomly. |
|
Input the seeds information, will overwrite if seeds already exists. |
|
Sort the seeds by ____. |
|
Update the Voronoi Diagram after adding seed(s). |