plastimatch
|
#include "plmbase_config.h"
#include "bspline_header.h"
#include "direction_cosines.h"
#include "smart_pointer.h"
#include "plm_int.h"
Go to the source code of this file.
Classes | |
class | Bspline_xform |
The Bspline_xform class encapsulates the B-spline coefficients used by native registration and warping algorithms. Information describing the B-spline geometry is held in the base class: Bspline_header. More... | |
Functions | |
EXTERNC Bspline_xform * | bspline_xform_load (const char *filename) |
EXTERNC void | bspline_xform_dump_coeff (Bspline_xform *bxf, const char *fn) |
EXTERNC void | bspline_xform_dump_luts (Bspline_xform *bxf) |
EXTERNC void bspline_xform_dump_coeff | ( | Bspline_xform * | bxf, |
const char * | fn ) |
EXTERNC void bspline_xform_dump_luts | ( | Bspline_xform * | bxf | ) |
EXTERNC Bspline_xform * bspline_xform_load | ( | const char * | filename | ) |