plastimatch
Loading...
Searching...
No Matches
Classes | Functions
bspline_xform.h File Reference
#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_xformbspline_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)
 

Function Documentation

◆ bspline_xform_dump_coeff()

EXTERNC void bspline_xform_dump_coeff ( Bspline_xform bxf,
const char fn 
)

◆ bspline_xform_dump_luts()

EXTERNC void bspline_xform_dump_luts ( Bspline_xform bxf)

◆ bspline_xform_load()

EXTERNC Bspline_xform * bspline_xform_load ( const char filename)