/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/PointSet/src/ |
H A D | BoundarySegment.cc | 39 _Selection = other._Selection; in CopyAttributes() 176 _Selection.reserve(n); in ReserveSelection() 182 mirtkAssert(i >= 0 && i < static_cast<int>(_Selection.size()), "valid selection index"); in RemoveSelection() 183 _Selection.erase(_Selection.begin() + i); in RemoveSelection() 189 _Selection.clear(); in ClearSelection() 196 if (find(_Selection.begin(), _Selection.end(), i) == _Selection.end()) { in SelectPoint() 197 _Selection.push_back(i); in SelectPoint() 204 auto it = find(_Selection.begin(), _Selection.end(), i); in DeselectPoint() 205 if (it != _Selection.end()) _Selection.erase(it); in DeselectPoint()
|
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/PointSet/include/mirtk/ |
H A D | BoundarySegment.h | 377 return static_cast<int>(_Selection.size()); in NumberOfSelectedPoints() 383 return _Selection[i]; in SelectedPointIndex() 389 return _PointIds[_Selection[i]]; in SelectedPointId() 395 GetPoint(_Selection[i], p); in GetSelectedPoint() 401 return Point(_Selection[i]); in SelectedPoint() 407 for (auto it = _Selection.begin(); it != _Selection.end(); ++it) { in IsSelected()
|
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/include/ |
H A D | selection.h | 57 typedef struct _Selection { struct 63 struct _Selection *next; argument 85 struct _Selection *selection; argument
|
/dports/x11-servers/xorg-nestserver/xorg-server-1.20.13/include/ |
H A D | selection.h | 57 typedef struct _Selection { struct 63 struct _Selection *next; argument 85 struct _Selection *selection; argument
|
/dports/x11-servers/xwayland/xorg-server-1.20.13/include/ |
H A D | selection.h | 57 typedef struct _Selection { struct 63 struct _Selection *next; argument 85 struct _Selection *selection; argument
|
/dports/x11-servers/xorg-server/xorg-server-1.20.13/include/ |
H A D | selection.h | 57 typedef struct _Selection { struct 63 struct _Selection *next; argument 85 struct _Selection *selection; argument
|
/dports/x11-servers/xarcan/xarcan-0.6.0/include/ |
H A D | selection.h | 57 typedef struct _Selection { struct 63 struct _Selection *next; argument 85 struct _Selection *selection; argument
|
/dports/x11-servers/xephyr/xorg-server-1.20.13/include/ |
H A D | selection.h | 57 typedef struct _Selection { struct 63 struct _Selection *next; argument 85 struct _Selection *selection; argument
|
/dports/x11-servers/xorg-dmx/xorg-server-1.20.13/include/ |
H A D | selection.h | 57 typedef struct _Selection { struct 63 struct _Selection *next; argument 85 struct _Selection *selection; argument
|
/dports/x11-servers/xorg-vfbserver/xorg-server-1.20.13/include/ |
H A D | selection.h | 57 typedef struct _Selection { struct 63 struct _Selection *next; argument 85 struct _Selection *selection; argument
|
/dports/x11-servers/xwayland-devel/xorg-xserver-xorg-server-21.0.99.1-177-g9e5a37961/include/ |
H A D | selection.h | 57 typedef struct _Selection { struct 63 struct _Selection *next; argument 85 struct _Selection *selection; argument
|
/dports/textproc/info2man/info2man-20040717_1/cs/ |
H A D | IO.pm | 29 $cs::IO::_Selection=new IO::Select; 47 { $cs::IO::_Selection->add($s->{IO}); 67 { $cs::IO::_Selection->add($s->{IO}); 81 { $cs::IO::_Selection->remove($s->{IO}); 96 { $cs::IO::_Selection->remove($s->{IO}); 116 { for ($cs::IO::_Selection->can_read(@f)) 135 { for ($cs::IO::_Selection->can_write(@f))
|
/dports/math/abs/abs-src-0.908/Database/ |
H A D | selection.h | 60 struct _Selection struct 67 typedef struct _Selection Selection; argument
|
/dports/devel/py-ipywidgets/ipywidgets-7.5.1/ipywidgets/widgets/ |
H A D | widget_selection.py | 141 class _Selection(DescriptionWidget, ValueWidget, CoreWidget): class 190 super(_Selection, self).__init__(*args, **kwargs) 274 keys = super(_Selection, self)._repr_keys() 419 class ToggleButtons(_Selection): 458 class Dropdown(_Selection): 471 class RadioButtons(_Selection): 486 class Select(_Selection): 521 class _SelectionNonempty(_Selection):
|
/dports/net/tightvnc/vnc_unixsrc/Xvnc/programs/Xserver/include/ |
H A D | selection.h | 59 typedef struct _Selection { struct
|
/dports/graphics/gimp-app/gimp-2.10.30/app/display/ |
H A D | display-types.h | 50 typedef struct _Selection Selection;
|
H A D | gimpdisplayshell-selection.c | 42 struct _Selection struct
|
/dports/cad/opencascade/opencascade-7.6.0/tests/vselect/bugs/ |
H A D | bug23649_3 | 8 set anImage1 $imagedir/${casename}_Selection.png
|
H A D | bug23649_1 | 8 set anImage1 $imagedir/${casename}_Selection.png
|
/dports/converters/uudeview/uudeview-0.5.20/tcl/ |
H A D | xdeview | 2489 frame ._Selector._Selection -relief groove -bd 1 2490 label ._Selector._Selection.lab -text "Selection" 2491 entry ._Selector._Selection.ent -relief sunken \ 2493 pack ._Selector._Selection.ent -side bottom -padx 4 -fill x 2494 pack ._Selector._Selection.lab -side bottom -anchor w -padx 4 2567 pack ._Selector._Selection -side top -fill both -ipadx 8 -ipady 4 2683 bind ._Selector._Selection.ent <Return> { 2696 bind ._Selector._Selection.ent <Return> { 2709 bind ._Selector._Selection.ent <Return> {
|
/dports/converters/uulib/uudeview-0.5.20/tcl/ |
H A D | xdeview | 2489 frame ._Selector._Selection -relief groove -bd 1 2490 label ._Selector._Selection.lab -text "Selection" 2491 entry ._Selector._Selection.ent -relief sunken \ 2493 pack ._Selector._Selection.ent -side bottom -padx 4 -fill x 2494 pack ._Selector._Selection.lab -side bottom -anchor w -padx 4 2567 pack ._Selector._Selection -side top -fill both -ipadx 8 -ipady 4 2683 bind ._Selector._Selection.ent <Return> { 2696 bind ._Selector._Selection.ent <Return> { 2709 bind ._Selector._Selection.ent <Return> {
|
/dports/converters/xdeview/uudeview-0.5.20/tcl/ |
H A D | xdeview | 2489 frame ._Selector._Selection -relief groove -bd 1 2490 label ._Selector._Selection.lab -text "Selection" 2491 entry ._Selector._Selection.ent -relief sunken \ 2493 pack ._Selector._Selection.ent -side bottom -padx 4 -fill x 2494 pack ._Selector._Selection.lab -side bottom -anchor w -padx 4 2567 pack ._Selector._Selection -side top -fill both -ipadx 8 -ipady 4 2683 bind ._Selector._Selection.ent <Return> { 2696 bind ._Selector._Selection.ent <Return> { 2709 bind ._Selector._Selection.ent <Return> {
|
/dports/accessibility/accerciser/accerciser-3.38.0/po/ |
H A D | en_CA.po | 390 msgid "_Selection" 391 msgstr "_Selection"
|
/dports/games/gnubik/gnubik-2.4.3/po/ |
H A D | fr.po | 46 msgstr "_Selection"
|
/dports/irc/scrollz/ScrollZ-ScrollZ-2.3/tools/ |
H A D | xSZsetup | 319 frame ._Selector._Selection -relief groove -bd 1 -background $DefaultBg 320 label ._Selector._Selection.lab -text "Selection" -background $DefaultBg \ 322 entry ._Selector._Selection.ent -relief sunken \ 324 pack ._Selector._Selection.ent -side bottom -padx 4 -fill x 325 pack ._Selector._Selection.lab -side bottom -anchor w -padx 4 363 pack ._Selector._Selection -side top -fill both -ipadx 8 -ipady 4 433 bind ._Selector._Selection.ent <Return> { 473 focus ._Selector._Selection.ent
|