99e6d36b1697f260027dee9cfac67603dffdfdce,invesalius/gui/default_viewers.py,VolumeToolPanel,__init__,#VolumeToolPanel#Any#,348
Before Change
button_raycasting = pbtn.PlateButton(self, BUTTON_RAYCASTING,"",
BMP_RAYCASTING, style=pbtn.PB_STYLE_SQUARE,
size=(32,32))
button_stereo = pbtn.PlateButton(self, BUTTON_3D_STEREO,"",
BMP_3D_STEREO, style=pbtn.PB_STYLE_SQUARE,
After Change
BMP_SLICE_PLANE = wx.Bitmap(str(inv_paths.ICON_DIR.joinpath("slice_plane.png")), wx.BITMAP_TYPE_PNG)
BMP_3D_STEREO = wx.Bitmap(str(inv_paths.ICON_DIR.joinpath("3D_glasses.png")), wx.BITMAP_TYPE_PNG)
BMP_TARGET = wx.Bitmap(str(inv_paths.ICON_DIR.joinpath("target.png")), wx.BITMAP_TYPE_PNG)
BMP_3D_MASK = wx.Bitmap(str(inv_paths.ICON_DIR.joinpath("file_from_internet.png")), wx.BITMAP_TYPE_PNG)
self.button_raycasting = pbtn.PlateButton(self, -1,"", BMP_RAYCASTING, style=pbtn.PB_STYLE_SQUARE, size=ICON_SIZE)
self.button_stereo = pbtn.PlateButton(self, -1,"", BMP_3D_STEREO, style=pbtn.PB_STYLE_SQUARE, size=ICON_SIZE)
self.button_slice_plane = pbtn.PlateButton(self, -1, "", BMP_SLICE_PLANE, style=pbtn.PB_STYLE_SQUARE, size=ICON_SIZE)
In pattern: SUPERPATTERN
Frequency: 3
Non-data size: 3
Instances
Project Name: invesalius/invesalius3
Commit Name: 99e6d36b1697f260027dee9cfac67603dffdfdce
Time: 2021-01-26
Author: totonixsame@gmail.com
File Name: invesalius/gui/default_viewers.py
Class Name: VolumeToolPanel
Method Name: __init__
Project Name: NTMC-Community/MatchZoo
Commit Name: 53a93d8af5d041f6c5dfdef2fb763f8419e3023d
Time: 2019-01-19
Author: i@uduse.com
File Name: matchzoo/datasets/snli/load_data.py
Class Name:
Method Name: load_data
Project Name: hyperspy/hyperspy
Commit Name: 629167ee324a0b955ef46cd5a0cd7bb504ef8c44
Time: 2020-09-09
Author: tjof2@cam.ac.uk
File Name: hyperspy/tests/drawing/test_plot_signal1d.py
Class Name:
Method Name: _generate_filename_list