Loading isis/src/base/apps/map2cam/map2cam.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -13,7 +13,9 @@ namespace Isis{ Cube *mcube; Camera *outcam; void map2cam_f(UserInterface &ui) { // Open the input camera cube that we will be matching and create // the camera object FileName match = FileName(ui.GetFileName("MATCH")); Loading Loading @@ -75,6 +77,8 @@ namespace Isis{ // Cleanup delete transform; delete interp; p.EndProcess(); } // Transform object constructor Loading isis/src/base/objs/Process/Process.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -629,6 +629,8 @@ namespace Isis { } } } fromCube->close(); delete fromCube; } /** Loading isis/src/base/objs/Process/Process.h +1 −0 Original line number Diff line number Diff line Loading @@ -154,6 +154,7 @@ namespace Isis { * empty QList is provided to this parameter which will propagate all * tables. Updated unitTest to test this change. References #4433. * @history 2018-07-27 Kaitlyn Lee - Added unsigned/signed integer pixel type handling. * @history 2020-06-06 Stuart Sides - Closed cube file used to propagte tables. */ class Process { protected: Loading Loading
isis/src/base/apps/map2cam/map2cam.cpp +4 −0 Original line number Diff line number Diff line Loading @@ -13,7 +13,9 @@ namespace Isis{ Cube *mcube; Camera *outcam; void map2cam_f(UserInterface &ui) { // Open the input camera cube that we will be matching and create // the camera object FileName match = FileName(ui.GetFileName("MATCH")); Loading Loading @@ -75,6 +77,8 @@ namespace Isis{ // Cleanup delete transform; delete interp; p.EndProcess(); } // Transform object constructor Loading
isis/src/base/objs/Process/Process.cpp +2 −0 Original line number Diff line number Diff line Loading @@ -629,6 +629,8 @@ namespace Isis { } } } fromCube->close(); delete fromCube; } /** Loading
isis/src/base/objs/Process/Process.h +1 −0 Original line number Diff line number Diff line Loading @@ -154,6 +154,7 @@ namespace Isis { * empty QList is provided to this parameter which will propagate all * tables. Updated unitTest to test this change. References #4433. * @history 2018-07-27 Kaitlyn Lee - Added unsigned/signed integer pixel type handling. * @history 2020-06-06 Stuart Sides - Closed cube file used to propagte tables. */ class Process { protected: Loading