DGtal 1.4.0
|
Generic definition of a class for converting type X toward type Y. More...
#include <DGtal/helpers/Parameters.h>
Static Public Member Functions | |
static Y | cast (const X &) |
By default, it is impossible to do such conversions. | |
Generic definition of a class for converting type X toward type Y.
Definition at line 56 of file Parameters.h.
|
inlinestatic |
By default, it is impossible to do such conversions.
Definition at line 58 of file Parameters.h.