|
static void | itk_bsp_set_grid_img (Xform *xf, const Plm_image_header *pih, const float *grid_spac) |
|
static void | load_gpuit_bsp (Xform *xf, const char *fn) |
|
static void | itk_xform_load (Xform *xf, const char *fn) |
|
void | xform_load (Xform *xf, const char *fn) |
|
void | xform_load (Xform *xf, const std::string &fn) |
|
Xform::Pointer | xform_load (const char *fn) |
|
Xform::Pointer | xform_load (const std::string &fn) |
|
template<class T > |
static void | itk_xform_save (const T transform, const char *filename) |
|
void | xform_save (Xform *xf, const char *fn) |
|
void | xform_save (Xform *xf, const std::string &fn) |
|
static void | init_versor_default (Xform *xf_out) |
|
static void | init_quaternion_default (Xform *xf_out) |
|
static void | init_affine_default (Xform *xf_out) |
|
static void | init_similarity_default (Xform *xf_out) |
|
void | xform_itk_bsp_init_default (Xform *xf) |
|
static void | xform_trn_to_vrs (Xform *xf_out, const Xform *xf_in) |
|
static void | xform_trn_to_aff (Xform *xf_out, const Xform *xf_in) |
|
void | xform_trn_to_sim (Xform *xf_out, const Xform *xf_in) |
|
static void | xform_vrs_to_quat (Xform *xf_out, const Xform *xf_in) |
|
static void | xform_vrs_to_aff (Xform *xf_out, const Xform *xf_in) |
|
static void | xform_vrs_to_sim (Xform *xf_out, const Xform *xf_in) |
|
void | xform_sim_to_aff (Xform *xf_out, const Xform *xf_in) |
|
static void | bsp_grid_from_img_grid (BsplineTransformType::OriginType &bsp_origin, BsplineTransformType::SpacingType &bsp_spacing, BsplineTransformType::RegionType &bsp_region, BsplineTransformType::DirectionType &bsp_direction, const Plm_image_header *pih, const float *grid_spac) |
|
static void | xform_trn_to_itk_bsp_bulk (Xform *xf_out, const Xform *xf_in, const Plm_image_header *pih, const float *grid_spac) |
|
static void | xform_vrs_to_itk_bsp_bulk (Xform *xf_out, const Xform *xf_in, const Plm_image_header *pih, const float *grid_spac) |
|
static void | xform_quat_to_itk_bsp_bulk (Xform *xf_out, const Xform *xf_in, const Plm_image_header *pih, const float *grid_spac) |
|
static void | xform_aff_to_itk_bsp_bulk (Xform *xf_out, const Xform *xf_in, const Plm_image_header *pih, const float *grid_spac) |
|
static void | xform_any_to_itk_bsp_nobulk (Xform *xf_out, Xform *xf_in, const Bspline_header *bh) |
|
static void | xform_any_to_itk_bsp_nobulk (Xform *xf_out, Xform *xf_in, const Plm_image_header *pih, const float *grid_spac) |
|
static void | itk_bsp_extend_to_region (Xform *xf, const Plm_image_header *pih, const RegionType *roi) |
|
static void | xform_itk_bsp_to_itk_bsp (Xform *xf_out, const Xform *xf_in, const Plm_image_header *pih, const float *grid_spac) |
|
static void | gpuit_bsp_grid_to_itk_bsp_grid (BsplineTransformType::OriginType &bsp_origin, BsplineTransformType::SpacingType &bsp_spacing, BsplineTransformType::RegionType &bsp_region, BsplineTransformType::DirectionType &bsp_direction, Bspline_xform *bxf) |
|
static void | gpuit_bsp_to_itk_bsp_raw (Xform *xf_out, const Xform *xf_in, const Plm_image_header *pih) |
|
static void | xform_gpuit_bsp_to_itk_bsp (Xform *xf_out, const Xform *xf_in, const Plm_image_header *pih, const float *grid_spac) |
|
static DeformationFieldType::Pointer | xform_itk_any_to_itk_vf (itk::Transform< double, 3, 3 > *xf, const Plm_image_header *pih) |
|
static DeformationFieldType::Pointer | xform_itk_bsp_to_itk_vf (Xform *xf_in, const Plm_image_header *pih) |
|
static DeformationFieldType::Pointer | xform_itk_vf_to_itk_vf (const DeformationFieldType::Pointer &vf, const Plm_image_header *pih) |
|
static DeformationFieldType::Pointer | xform_gpuit_bsp_to_itk_vf (Xform *xf_in, const Plm_image_header *pih) |
|
DeformationFieldType::Pointer | xform_gpuit_vf_to_itk_vf (Volume *vf, const Plm_image_header *pih) |
|
static Bspline_xform * | create_gpuit_bxf (Plm_image_header *pih, const float *grid_spac) |
|
void | xform_any_to_gpuit_bsp (Xform *xf_out, Xform *xf_in, Plm_image_header *pih, const float *grid_spac) |
|
void | xform_gpuit_bsp_to_gpuit_bsp (Xform *xf_out, Xform *xf_in, Plm_image_header *pih, const float *grid_spac) |
|
void | xform_gpuit_vf_to_gpuit_bsp (Xform *xf_out, Xform *xf_in, Plm_image_header *pih, const float *grid_spac) |
|
static Volume::Pointer | xform_itk_any_to_gpuit_vf (itk::Transform< double, 3, 3 > *xf, const Plm_image_header *pih) |
|
static Volume::Pointer | xform_gpuit_vf_to_gpuit_vf (const Volume::Pointer &vf_in, const Plm_image_header *pih) |
|
static Volume::Pointer | xform_gpuit_bsp_to_gpuit_vf (const Xform *xf_in, const Plm_image_header *pih) |
|
Volume::Pointer | xform_itk_vf_to_gpuit_vf (DeformationFieldType::Pointer itk_vf, const Plm_image_header *pih) |
|
void | xform_to_trn (Xform *xf_out, const Xform *xf_in, Plm_image_header *pih) |
|
void | xform_to_vrs (Xform *xf_out, const Xform *xf_in, Plm_image_header *pih) |
|
void | xform_to_quat (Xform *xf_out, const Xform *xf_in, Plm_image_header *pih) |
|
void | xform_to_aff (Xform *xf_out, const Xform *xf_in, Plm_image_header *pih) |
|
Xform::Pointer | xform_to_aff (const Xform::Pointer &xf_in) |
|
void | xform_to_similarity (Xform *xf_out, const Xform *xf_in, Plm_image_header *pih) |
|
void | xform_to_itk_bsp (Xform *xf_out, const Xform *xf_in, Plm_image_header *pih, const float *grid_spac) |
|
Xform::Pointer | xform_to_itk_bsp (const Xform::Pointer &xf_in, Plm_image_header *pih, const float *grid_spac) |
|
void | xform_to_itk_bsp_nobulk (Xform *xf_out, Xform *xf_in, Plm_image_header *pih, const float *grid_spac) |
|
Xform::Pointer | xform_to_itk_bsp_nobulk (const Xform::Pointer &xf_in, Plm_image_header *pih, const float *grid_spac) |
|
void | xform_to_itk_vf (Xform *xf_out, Xform *xf_in, const Plm_image_header *pih) |
|
void | xform_to_itk_vf (Xform *xf_out, Xform *xf_in, FloatImageType::Pointer image) |
|
Xform::Pointer | xform_to_itk_vf (const Xform::Pointer &xf_in, Plm_image_header *pih) |
|
void | xform_to_gpuit_bsp (Xform *xf_out, Xform *xf_in, Plm_image_header *pih, const float *grid_spac) |
|
Xform::Pointer | xform_to_gpuit_bsp (const Xform::Pointer &xf_in, Plm_image_header *pih, float *grid_spac) |
|
void | xform_to_gpuit_vf (Xform *xf_out, const Xform *xf_in, const Plm_image_header *pih) |
|
Xform::Pointer | xform_to_gpuit_vf (const Xform::Pointer &xf_in, const Plm_image_header *pih) |
|