Mikhail Polkovnikov
Mikhail Polkovnikov
Performance isn't critical, and i can rework logic to use drr_compute instead of QProcess. The main issue in CLI module is that one can't see a "feedback" of what he...
What is a better way of using vtkMRMLPlanarImagerNode for DRR data storage? 1. Add members and methods into planar node; 2. Use vtkMRMLPlanarImagerNode as a base class for a vtkMRMLRtImageNode...
CLI and GUI modules are ready for review in #161.
Is there any reason adding RTK forward projection filter as an alternative for DRR calculation algorithm? Benefits: Straight forward ITK filters, not need for addional I/O operations, almost instant calculation....
PR #202 should fix your problem.
Initial arc-beam commits were squashed. [Module file description](https://github.com/SlicerRt/SlicerRT/pull/215/commits/0a3415cdf2b5f1b7096dcd53aa086648cd11349b#diff-3ab48beb2d2c9cb6a0038889feef0d9ad698aa37c71295011d9d6d225b9f09c3) was added
I have no objections, but what do you mean by coloring with point scalars? Something like: https://kitware.github.io/vtk-examples/site/Cxx/PolyData/ColoredPoints/, or am i wrong?
I've redone it with a single vtkMRMLModelNode.
I have updated an old PR, so it can be merged with current master. Everything should work out of the box.
The method `int GetDoseUnitsFromString(const char *)` has already been added: https://github.com/MichaelColonel/SlicerRT/blob/isodose-cl/Isodose/MRML/vtkMRMLIsodoseNode.h#L113 https://github.com/MichaelColonel/SlicerRT/blob/isodose-cl/Isodose/MRML/vtkMRMLIsodoseNode.cxx#L236-L256 So the scene with should be loaded, but if you recalculate isodose with color legend, the isolines will...