Public Member Functions | Private Attributes
sdet_contour_edge Struct Reference

A container to support sorting of edge lengths. More...

List of all members.

Public Member Functions

 sdet_contour_edge ()
void set_edge (vtol_edge_2d_sptr const &e)
vtol_edge_2d_sptr edge ()
double length ()

Private Attributes

vtol_edge_2d_sptr e_

Detailed Description

A container to support sorting of edge lengths.

Will result in descending order according to length

Definition at line 83 of file sdet_contour.cxx.


Constructor & Destructor Documentation

sdet_contour_edge::sdet_contour_edge ( ) [inline]

Definition at line 85 of file sdet_contour.cxx.


Member Function Documentation

vtol_edge_2d_sptr sdet_contour_edge::edge ( ) [inline]

Definition at line 88 of file sdet_contour.cxx.

double sdet_contour_edge::length ( void  ) [inline]

Definition at line 90 of file sdet_contour.cxx.

void sdet_contour_edge::set_edge ( vtol_edge_2d_sptr const &  e) [inline]

Definition at line 87 of file sdet_contour.cxx.


Member Data Documentation

Definition at line 93 of file sdet_contour.cxx.


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