ITK  4.13.0
Insight Segmentation and Registration Toolkit
Public Member Functions | Public Attributes | List of all members
itk::VoronoiDiagram2DGenerator< TCoordType >::FortuneSite Class Reference
+ Collaboration diagram for itk::VoronoiDiagram2DGenerator< TCoordType >::FortuneSite:

Detailed Description

template<typename TCoordType>
class itk::VoronoiDiagram2DGenerator< TCoordType >::FortuneSite

Small data structures for Fortune's Method and some public variables/methods not for external access.

Definition at line 143 of file itkVoronoiDiagram2DGenerator.h.

Public Member Functions

 FortuneSite ()
 
 ~FortuneSite ()
 

Public Attributes

PointType m_Coord
 
int m_Sitenbr
 

Constructor & Destructor Documentation

template<typename TCoordType >
itk::VoronoiDiagram2DGenerator< TCoordType >::FortuneSite::FortuneSite ( )
inline
template<typename TCoordType >
itk::VoronoiDiagram2DGenerator< TCoordType >::FortuneSite::~FortuneSite ( )
inline

Definition at line 155 of file itkVoronoiDiagram2DGenerator.h.

Member Data Documentation

template<typename TCoordType >
PointType itk::VoronoiDiagram2DGenerator< TCoordType >::FortuneSite::m_Coord

Definition at line 146 of file itkVoronoiDiagram2DGenerator.h.

template<typename TCoordType >
int itk::VoronoiDiagram2DGenerator< TCoordType >::FortuneSite::m_Sitenbr

Definition at line 147 of file itkVoronoiDiagram2DGenerator.h.


The documentation for this class was generated from the following file: