You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/Miscellaneous.rst
+6-5Lines changed: 6 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -82,14 +82,15 @@ For a more detailed description of the method, please see [3]_.
82
82
83
83
Common
84
84
======
85
-
In ``common.py`` we have collected generic functions used by multiple scripts.
86
-
Many of the functions wrap existing vtk and vmtk functions in a more pythonic syntax.
85
+
In the folder ``common`` we have collected utility scripts containing generic functions used by multiple scripts.
86
+
Many of the functions wrap existing vtk and vmtk functions in a more pythonic syntax,
87
+
collected in ``vtk_wrapper.py`` and ``vmtk_wrapper.py``, respectively.
87
88
Instead of writing 6-7 lines of code to initiate a vtk-object, and set each parameter,
88
-
and the input surface, one can call one function with multiple arguments instead,
89
-
see for instance :meth:`common.threshold`.
89
+
and the input surface, one may call one function with multiple arguments instead,
90
+
see for instance :meth:`vtk_wrapper.vtk_compute_threshold`.
90
91
91
92
In addition to wrapping vtk and vmtk functionality, there is also new methods for
92
-
manipulating centerlinesand Voronoi diagrams.
93
+
manipulating centerlines, surface models and Voronoi diagrams, collected in their respective scripts.
93
94
94
95
.. [1] Piccinelli, M., Bacigaluppi, S., Boccardi, E., Ene-Iordache, B., Remuzzi, A., Veneziani, A. and Antiga, L., 2011. Geometry of the internal carotid artery and recurrent patterns in location, orientation, and rupture status of lateral aneurysms: an image-based computational study. Neurosurgery, 68(5), pp.1270-1285.
95
96
.. [2] Bogunović, H., Pozo, J.M., Cárdenes, R., Villa-Uriol, M.C., Blanc, R., Piotin, M. and Frangi, A.F., 2012. Automated landmarking and geometric characterization of the carotid siphon. Medical image analysis, 16(4), pp.889-903.
0 commit comments