DGtal
1.5.beta
|
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. More... | |
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.