Export SRO matrix and dialog unit
- Fixed a transpose in export matrix to SRO - Approval dialog in cm
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
|
||||
|
||||
|
||||
/*
|
||||
|
||||
@ -2466,13 +2466,7 @@ itkImageProcessor::GetUserIsocentricTransform(){
|
||||
|
||||
|
||||
TransformType::Pointer
|
||||
itkImageProcessor::GetCompleteIsocentricTransform
|
||||
(/*ImageType3D::PointType TransformCenter*/){
|
||||
|
||||
TransformType::Pointer
|
||||
regTransform = TransformType::New();
|
||||
regTransform->SetComputeZYX(true);
|
||||
regTransform->SetIdentity();
|
||||
itkImageProcessor::GetCompleteIsocentricTransform(){
|
||||
|
||||
if(m_TransformMetaInfo == nullptr ||
|
||||
m_CTMetaInfo == nullptr){
|
||||
|
Reference in New Issue
Block a user