Displaying 1 result from an estimated 1 matches for "backwardwarp".
Did you mean:
backwardwarped
2012 Dec 03
1
Compilation failure on Solaris: any advice?
...ckage interfaces to:
template <class T>
reg_f3d_sym<T>::reg_f3d_sym(int refTimePoint,int floTimePoint)
:reg_f3d<T>::reg_f3d(refTimePoint,floTimePoint)
{
this->executableName=(char *)"NiftyReg F3D SYM";
this->backwardControlPointGrid=NULL;
this->backwardWarped=NULL;
this->backwardWarpedGradientImage=NULL;
this->backwardDeformationFieldImage=NULL;
this->backwardVoxelBasedMeasureGradientImage=NULL;
this->backwardNodeBasedGradientImage=NULL;
this->backwardBestControlPointPosition=NULL;
this->backwardConjugateG=NU...