ITK  4.8.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 149 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 161 of file itkVoronoiDiagram2DGenerator.h.

Member Data Documentation

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

Definition at line 152 of file itkVoronoiDiagram2DGenerator.h.

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

Definition at line 153 of file itkVoronoiDiagram2DGenerator.h.


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