Developer Documentation
|
Public Member Functions | |
Weight (Scalar _angle, Scalar _area) | |
Scalar | angle () const |
Scalar | area () const |
Weight | operator+ (const Weight &_other) const |
bool | operator< (const Weight &_rhs) const |
Private Attributes | |
Scalar | angle_ |
Scalar | area_ |
Definition at line 70 of file HoleFillerT.hh.