![]() |
Orfeo Toolbox
3.16
|
#include <itkVoronoiDiagram2D.h>
Collaboration diagram for itk::VoronoiDiagram2D< TCoordType >::VoronoiEdge:Public Member Functions | |
| VoronoiEdge () | |
| ~VoronoiEdge () | |
Public Attributes | |
| PointType | m_Left |
| int | m_LeftID |
| int | m_LineID |
| PointType | m_Right |
| int | m_RightID |
Definition at line 170 of file itkVoronoiDiagram2D.h.
|
inline |
Definition at line 177 of file itkVoronoiDiagram2D.h.
|
inline |
Definition at line 178 of file itkVoronoiDiagram2D.h.
| PointType itk::VoronoiDiagram2D< TCoordType >::VoronoiEdge::m_Left |
Definition at line 172 of file itkVoronoiDiagram2D.h.
Referenced by itk::VoronoiDiagram2DGenerator< TCoordType >::clip_line().
| int itk::VoronoiDiagram2D< TCoordType >::VoronoiEdge::m_LeftID |
Definition at line 174 of file itkVoronoiDiagram2D.h.
Referenced by itk::VoronoiDiagram2DGenerator< TCoordType >::clip_line().
| int itk::VoronoiDiagram2D< TCoordType >::VoronoiEdge::m_LineID |
Definition at line 176 of file itkVoronoiDiagram2D.h.
Referenced by itk::VoronoiDiagram2DGenerator< TCoordType >::clip_line(), and itk::VoronoiDiagram2D< TCoordType >::GetSeedsIDAroundEdge().
| PointType itk::VoronoiDiagram2D< TCoordType >::VoronoiEdge::m_Right |
Definition at line 173 of file itkVoronoiDiagram2D.h.
Referenced by itk::VoronoiDiagram2DGenerator< TCoordType >::clip_line().
| int itk::VoronoiDiagram2D< TCoordType >::VoronoiEdge::m_RightID |
Definition at line 175 of file itkVoronoiDiagram2D.h.
Referenced by itk::VoronoiDiagram2DGenerator< TCoordType >::clip_line().