Hi everyone,
I am trying to write my first extension module related to sequence annotation but am stuck at the SequenceNode initialization step.
I have a SequenceBrowser with one SequenceNode containning 100 vtkMRMLScalarVolumeNode.
I would like to add a new SequenceNode using 100 MarkUp PointList, i.e., vtkMRMLMarkupsFiducialNode.
How can I fill up the newly created SequenceNode with 100 empty PointList without adding any PointList to the scene file?
How can I instance an empty PointList without adding to the scene, and what are the possible functions I can use to fill up the newly created SequenceNode?
Thank you very much in advance!