I am new for 3D Slicer, and when I want to use GetMatrixTransformBetweenNodes to calculate transform matrix from source to target, I found that the input “source”&“target” are both vtkMRMLTransformNode.
However, I usually use
source = getNode(’’)
target = getNode(’’), which are vtkMRMLScalarVolumeNode.
I am wondering how to change vtkMRMLScalarVolumeNode to vtkMRMLTransformNode.
Any inference is welcomed!
As a side note, if you have idea how we could update the forum to better convey the idea of “one post → one question”. Do not hesitate to create a new topic for discussing it.
Sure, thank you
Appreciate 3D Slicer Forum that you provide very efficient help for us. I am working on the information you provide for me. Thanks a lot!
If solved, I will come back to post it.