</para>""")) #=--=##=--=##=--=##=--=##=--=##=--=##=--=##=--=##=--=##=--=##=--=# # Registrations for boundary displays registeredclass.Registration( 'Boundaries', display.DisplayMethod, SkeletonBoundaryDisplay, params=([SkeletonBoundaryListParameter('boundaries', [], tip="Boundaries to display")] + skelbdyparams), ordering=1.0, layerordering=display.SemiLinear(2), whoclasses=('Skeleton',), tip="Display some or all of the boundaries of the Skeleton", discussion=xmlmenudump.loadFile( 'DISCUSSIONS/engine/reg/skeletonbdydisplay.xml') ) selectedSkeletonBoundaryDisplay = registeredclass.Registration( 'Selected Boundary', display.DisplayMethod, SelectedSkeletonBoundaryDisplay, params=skelbdyparams, ordering=2.3, layerordering=display.SemiLinear(2.1), whoclasses=('Skeleton',),
Set default parameters for the <xref linkend="RegisteredClass-SkeletonSegmentSelectionDisplay"/>, which displays the currently selected &skel; &sgmts; in the graphics window. See <xref linkend="RegisteredClass-SkeletonSegmentSelectionDisplay"/> for a discussion of the parameters. This command may be put in the &oof2rc; file to set defaults for all &oof2; sessions. </para>""")) segmentSelectDisplay = registeredclass.Registration( 'Selected Segments', display.DisplayMethod, SkeletonSegmentSelectionDisplay, params=segselparams, ordering=2.1, layerordering=display.SemiLinear(4), whoclasses=('Skeleton', ), tip="Display the currently selected segments.", discussion=xmlmenudump.loadFile( 'DISCUSSIONS/engine/reg/segmentselectdisplay.xml')) def defaultSegmentSelectDisplay(): return segmentSelectDisplay(color=defaultSegSelColor, line_width=defaultSegSelWidth) ghostgfxwindow.PredefinedLayer('Skeleton', '<topmost>', defaultSegmentSelectDisplay)
Set default parameters for the <xref linkend="RegisteredClass-SkeletonInfoDisplay"/> used by the <link linkend="Section-Graphics-SkeletonInfo">Skeleton Info</link> toolbox. See <xref linkend="RegisteredClass-SkeletonInfoDisplay"/> for the details. This command can be placed in the &oof2rc; file to set values for all &oof2; sessions. </para>""")) skeletonInfoDisplay = registeredclass.Registration( 'Info', display.DisplayMethod, SkeletonInfoDisplay, params=skelinfoparams, ordering=4.0, layerordering=display.SemiLinear(3), whoclasses=('Skeleton', ), tip="Set parameters for the decorations used by the Skeleton Info toolbox.", discussion=xmlmenudump.loadFile( 'DISCUSSIONS/engine/reg/skeletoninfodisplay.xml')) def defaultSkeletonInfoDisplay(): return skeletonInfoDisplay(query_color=defaultSkelInfoQueryColor, peek_color=defaultSkelInfoPeekColor, node_size=defaultSkelInfoNodeSize, element_width=defaultSkelInfoElemWidth, segment_width=defaultSkelInfoSgmtWidth) ghostgfxwindow.PredefinedLayer('Skeleton', '<topmost>',