$extrastylesheet
#include <scribo/primitive/link/internal/dmax_hrules.hh>
Public Types | |
| typedef Object< void > | category |
| typedef dmax_hrules | exact_t |
Public Member Functions | |
| dmax_hrules (float dmax_factor, unsigned fixed_dmax) | |
| float | compute_ (const box2d &b) const |
| float | operator() (const box2d &b) const |
Protected Attributes | |
| float | dmax_factor_ |
| unsigned | fixed_dmax_ |
Base class for dmax functors.
Definition at line 50 of file dmax_hrules.hh.