Skylark (Sketching Library)
0.1
|
Go to the source code of this file.
Namespaces | |
namespace | skylark |
namespace | skylark::sketch |
Defines | |
#define | AUTO_LOAD_DISPATCH(T, C) |
#define | AUTO_LOAD_DISPATCH(T, C) |
#define AUTO_LOAD_DISPATCH | ( | T, | |
C | |||
) |
if (type == #T) \ return new C(pt);
Referenced by skylark::sketch::sketch_transform_data_t::from_ptree(), and skylark::sketch::sketch_transform_t< InputMatrixType, OutputMatrixType >::from_ptree().
#define AUTO_LOAD_DISPATCH | ( | T, | |
C | |||
) |
if (type == #T) \ return new C<IT,OT>(pt);