#include <NetworkViewer.h>
Definition at line 77 of file NetworkViewer.h.
|
||||||||||||||||||||
|
|
Destructor. Definition at line 175 of file NetworkViewer.cpp. References connectionGrpMap, and neuronGrpMap. |
|
|
Declare copy constructor private so it cannot be used inadvertently. |
|
|
Changes the viewpoint depending on which keys are pressed. Controls movement around the 3D environment. Definition at line 1667 of file NetworkViewer.cpp. References cameraMatrix, disableFullRender(), firstSingleNeurGrpID, firstSingleNeuronGroupWidth, firstSingleNeuronID, fullRender, fullRenderMode, keyboardAccelerator, maxFirstSingleNeuronID, maxSecondSingleNeuronID, minFirstSingleNeuronID, minSecondSingleNeuronID, networkViewerProperties, neuronConnectionMode, paintingGL, renderDelay_ms, renderTimer, resetView(), rotateXAxis(), rotateZAxis(), sceneRotateX, sceneRotateZ, secondSingleNeurGrpID, secondSingleNeuronGroupWidth, secondSingleNeuronID, and viewStateChanged. Referenced by NetworkViewer(). |
|
||||||||||||
|
Adds a neuron to be highlighted. Definition at line 195 of file NetworkViewer.cpp. References highlightColorMap, highlightMode, highlightNeuronMap, and viewStateChanged. Referenced by HighlightDialog::addHighlightButtonPressed(). |
|
|
Cancels the render in full render mode. Definition at line 204 of file NetworkViewer.cpp. References cancelRender. Referenced by NetworkViewerProperties::cancelRenderProgress(). |
|
|
Checks for errors in OpenGL. Definition at line 1900 of file NetworkViewer.cpp. Referenced by paintGL(), and resizeGL(). |
|
|
Clears all of the current highlights. Definition at line 210 of file NetworkViewer.cpp. References highlightColorMap, highlightMode, highlightNeuronMap, and viewStateChanged. Referenced by HighlightDialog::clearButtonPressed(). |
|
|
Deletes all of the connection groups being displayed. Definition at line 1911 of file NetworkViewer.cpp. References connectionGrpMap, and connectionViewVector. Referenced by reloadEverything(). |
|
|
Deletes all the neuron groups without deleteing associated connection groups. Definition at line 1924 of file NetworkViewer.cpp. References firstSingleNeurGrpID, firstSingleNeuronGroupWidth, layerViewVector, maxFirstSingleNeuronID, maxSecondSingleNeuronID, minFirstSingleNeuronID, minSecondSingleNeuronID, neuronGrpMap, secondSingleNeurGrpID, secondSingleNeuronGroupWidth, and showBetweenConnections. Referenced by reloadEverything(). |
|
|
Removes the data structures for a connection group after it has been deleted from the database by the ConnectionWidget. Definition at line 226 of file NetworkViewer.cpp. References connectionGrpMap, connectionViewVector, and viewStateChanged. Referenced by ConnectionWidget::deleteConnections(), ConnectionWidget::deleteLayerConnections(), and deleteNeuronGroup(). |
|
|
Removes the data structures for a neuron group after it has been deleted from the database by the LayerWidget. Also removes any connections to this neuron group. Exception handling for this class should be done by the calling method. Definition at line 252 of file NetworkViewer.cpp. References dbInterface, deleteConnectionGroup(), firstSingleNeurGrpID, firstSingleNeuronGroupWidth, layerViewVector, maxFirstSingleNeuronID, maxSecondSingleNeuronID, minFirstSingleNeuronID, minSecondSingleNeuronID, neuronGrpMap, secondSingleNeurGrpID, secondSingleNeuronGroupWidth, showBetweenConnections, and viewStateChanged. Referenced by LayerWidget::deleteLayer(), and LayerWidget::editLayerProperties(). |
|
|
Switches off everything associated with full render mode. Definition at line 1947 of file NetworkViewer.cpp. References fullRender, and viewStateChanged. Referenced by acceleratorKeyPressed(), and setFullRenderMode(). |
|
|
Draw X, Y and Z axes These are drawn so that they cover the clipping volume plus a bit of extra length. Definition at line 1960 of file NetworkViewer.cpp. References defaultClippingVol, ClippingVolume::maxX, ClippingVolume::maxY, ClippingVolume::maxZ, ClippingVolume::minX, ClippingVolume::minY, and ClippingVolume::minZ. Referenced by paintGL(). |
|
||||||||||||||||
|
Used to represent neurons as a solid sphere Adapted from gltools FIXME A BETTER NEURON REPRESENTATION COULD BE CREATED - PERHAPS USING TEXTURE MAPPING. Definition at line 2022 of file NetworkViewer.cpp. Referenced by paintGL(). |
|
||||||||||||||||||||
|
Adapted from gltools Fills the 4x4 rotation matrix to enable it to be used to rotate camera frame Note that angle is in radians NOT degrees. Definition at line 2036 of file NetworkViewer.cpp. References rotationMatrix. Referenced by rotateXAxis(), and rotateZAxis(). |
|
|
Returns the vector containing the connections that are showing. Definition at line 327 of file NetworkViewer.cpp. References connectionViewVector. Referenced by NetworkViewerProperties::loadConnectionDetails(). |
|
|
Converts strings to floats. Definition at line 2092 of file NetworkViewer.cpp. Referenced by loadDefaultClippingVolume(), and loadNeuronGroup(). |
|
|
Sets the camera parameters to their starting values. Definition at line 2106 of file NetworkViewer.cpp. References cameraMatrix, sceneRotateX, and sceneRotateZ. Referenced by NetworkViewer(), viewClippingVolume_Horizontal(), and viewClippingVolume_Vertical(). |
|
|
Sets up the graphics to do a detailed rendering of the network. Definition at line 2139 of file NetworkViewer.cpp. References fBrightLight, fLowLight, and fNoLight. Referenced by initializeGL(), setFullRender(), and setFullRenderMode(). |
|
|
Sets up the rendering context. Definition at line 983 of file NetworkViewer.cpp. References fullRenderMode, initialiseFullRender(), mainDisplayList, and renderProgressBar. |
|
|
Loads up all of the connection group data so that it can be displayed quickly. Definition at line 2162 of file NetworkViewer.cpp. References dbInterface, and loadConnectionGroup(). Referenced by NetworkViewer(), and reloadEverything(). |
|
|
Loads up all the neuron groups into a data structure to enable rapid display. Definition at line 2207 of file NetworkViewer.cpp. References dbInterface, defaultClippingVol, loadDefaultClippingVolume(), loadNeuronGroup(), and viewClippingVolume_Horizontal(). Referenced by NetworkViewer(), and reloadEverything(). |
|
||||||||||||
|
|
Loads the default clipping volume from the database. Exception handling should be done by the class that calls this method. Definition at line 469 of file NetworkViewer.cpp. References dbInterface, defaultClippingVol, getFloat(), ClippingVolume::maxX, ClippingVolume::maxY, ClippingVolume::maxZ, ClippingVolume::minX, ClippingVolume::minY, and ClippingVolume::minZ. Referenced by LayerWidget::deleteLayer(), LayerWidget::editLayerProperties(), loadAllNeuronGroups(), and LayerWidget::newLayer(). |
|
||||||||||||
|
|
Declare assignment private so it cannot be used inadvertently. |
|
|
|
Called by external classes to repaint the display. Definition at line 668 of file NetworkViewer.cpp. Referenced by HighlightDialog::addHighlightButtonPressed(). |
|
|
Called after a new database has been loaded. Definition at line 674 of file NetworkViewer.cpp. References deleteAllConnectionGroups(), deleteAllNeuronGroups(), loadAllConnectionGroups(), loadAllNeuronGroups(), and viewStateChanged. Referenced by SpikeStreamMainWindow::reloadEverything(). |
|
|
Resets the view so all neural networks can be seen. Definition at line 689 of file NetworkViewer.cpp. References defaultClippingVol, and viewClippingVolume_Horizontal(). Referenced by acceleratorKeyPressed(), LayerWidget::deleteLayer(), LayerWidget::editLayerProperties(), and LayerWidget::newLayer(). |
|
||||||||||||
|
Called when the window is resized. Recalculates the viewport and clipping volume. Definition at line 1625 of file NetworkViewer.cpp. References checkOpenGLErrors(), newTempScreenHeight, newTempScreenWidth, paintingGL, perspective_angle, perspective_far, perspective_near, and resizeSkipped. Referenced by paintGL(). |
|
||||||||||||||||||||
|
Referenced by rotateXAxis(), and rotateZAxis(). |
|
|
Rotates camera around its own X axis. Definition at line 2265 of file NetworkViewer.cpp. References cameraMatrix, fillRotationMatrix(), and rotateVector(). Referenced by acceleratorKeyPressed(). |
|
|
Rotates camera around its own Z axis. Definition at line 2291 of file NetworkViewer.cpp. References cameraMatrix, fillRotationMatrix(), and rotateVector(). Referenced by acceleratorKeyPressed(). |
|
|
Sets the visible connection groups. Definition at line 695 of file NetworkViewer.cpp. References connectionGrpMap, connectionViewVector, loadConnectionGroup(), networkViewerProperties, and viewStateChanged. Referenced by LayerWidget::editLayerProperties(), ConnectionWidget::tableClicked(), and ConnectionWidget::tableHeaderClicked(). |
|
|
Switches on full render. Full render mode must be enabled first. Generally triggered after renderDelay_ms. Definition at line 1885 of file NetworkViewer.cpp. References fullRender, fullRenderMode, initialiseFullRender(), and viewStateChanged. Referenced by NetworkViewer(). |
|
|
Controls whether neurons are represented as lit spheres or simple vertices. Definition at line 743 of file NetworkViewer.cpp. References disableFullRender(), fullRenderMode, initialiseFullRender(), renderDelay_ms, renderTimer, and viewStateChanged. Referenced by NetworkViewerProperties::renderStateChanged(). |
|
|
Sets the visible neuron groups. Definition at line 765 of file NetworkViewer.cpp. References layerViewVector, and viewStateChanged. Referenced by LayerWidget::editLayerProperties(), LayerWidget::tableClicked(), and LayerWidget::tableHeaderClicked(). |
|
|
Sets the maximum size of connection group that is automatically loaded at startup. Definition at line 773 of file NetworkViewer.cpp. References maxAutoLoadConnGrpSize. |
|
|
Sets the network viewer properties to enable communication. Definition at line 779 of file NetworkViewer.cpp. References networkViewerProperties. Referenced by SpikeStreamMainWindow::SpikeStreamMainWindow(). |
|
||||||||||||||||||||
|
Switches on and off whether the connections to a single neuron are displayed Also controls whether all connections to that neuron are displayed or only the connections within a particular connection group. 0 indicates that all connections are to be displayed. Definition at line 787 of file NetworkViewer.cpp. References dbInterface, firstSingleNeurGrpID, firstSingleNeuronGroupWidth, firstSingleNeuronID, maxFirstSingleNeuronID, maxSecondSingleNeuronID, minFirstSingleNeuronID, minSecondSingleNeuronID, networkViewerProperties, neuronConnectionMode, secondSingleNeurGrpID, secondSingleNeuronGroupWidth, secondSingleNeuronID, showBetweenConnections, and viewStateChanged. Referenced by NetworkViewerProperties::filterCombosChanged(), NetworkViewerProperties::firstNeuronComboChanged(), NetworkViewerProperties::reloadNeuronGroups(), NetworkViewerProperties::secondNeuronComboChanged(), and NetworkViewerProperties::showConnectionsChanged(). |
|
||||||||||||||||||||||||||||
|
Controls which connections are visible during single neuron connection mode. Definition at line 895 of file NetworkViewer.cpp. References maxWeight, minWeight, neuronFilterMode, showFromConnections, showToConnections, and viewStateChanged. Referenced by NetworkViewerProperties::filterCombosChanged(). |
|
|
Sets the delay between the last key press and the start of the full render. Definition at line 927 of file NetworkViewer.cpp. References renderDelay_ms. Referenced by NetworkViewerProperties::renderDelayChanged(). |
|
|
Store a reference to the progress bar to display rendering progress. Definition at line 933 of file NetworkViewer.cpp. References renderProgressBar. Referenced by NetworkViewerProperties::NetworkViewerProperties(). |
|
|
Switches connection drawing mode on or off. Definition at line 939 of file NetworkViewer.cpp. References drawConnections, and viewStateChanged. Referenced by NetworkViewerProperties::connCheckBoxChanged(). |
|
|
Sets the view so that the perspective fits the clipping volume seen horizontally. Definition at line 2318 of file NetworkViewer.cpp. References cameraMatrix, gltDegToRad, initialiseCameraParameters(), ClippingVolume::maxX, ClippingVolume::maxZ, ClippingVolume::minX, ClippingVolume::minZ, and perspective_angle. Referenced by loadAllNeuronGroups(), resetView(), and zoomToLayer(). |
|
|
Sets the view so that the perspective fits the clipping volume seen horizontally. Definition at line 2348 of file NetworkViewer.cpp. References cameraMatrix, gltDegToRad, initialiseCameraParameters(), ClippingVolume::maxX, ClippingVolume::maxY, ClippingVolume::maxZ, ClippingVolume::minX, ClippingVolume::minY, and perspective_angle. Referenced by zoomAboveLayer(). |
|
|
Moves viewing position above selected layer and resizes it appropriately Don't need to set viewStateChanged here since the viewing angle is outside of the main list. Definition at line 953 of file NetworkViewer.cpp. References NeuronGroupHolder::clippingVolume, defaultClippingVol, neuronGrpMap, and viewClippingVolume_Vertical(). Referenced by LayerWidget::tableClicked(). |
|
|
Moves viewing position beside selected layer and resizes it appropriately Don't need to set viewStateChanged here since the viewing angle is outside of the main list. Definition at line 967 of file NetworkViewer.cpp. References NeuronGroupHolder::clippingVolume, defaultClippingVol, neuronGrpMap, and viewClippingVolume_Horizontal(). Referenced by LayerWidget::tableClicked(). |
|
|
CameraMatrix holds the location and coordinate system of the camera. Definition at line 155 of file NetworkViewer.h. Referenced by acceleratorKeyPressed(), initialiseCameraParameters(), paintGL(), rotateXAxis(), rotateZAxis(), viewClippingVolume_Horizontal(), and viewClippingVolume_Vertical(). |
|
|
Cancels render. Definition at line 202 of file NetworkViewer.h. Referenced by cancelRenderProgress(), and paintGL(). |
|
|
Store the details about the connections for drawing using OpenGL. Definition at line 223 of file NetworkViewer.h. Referenced by deleteAllConnectionGroups(), deleteConnectionGroup(), loadConnectionGroup(), paintGL(), setConnectionView(), and ~NetworkViewer(). |
|
|
Vectors of the IDs of the visible connection groups. Definition at line 229 of file NetworkViewer.h. Referenced by deleteAllConnectionGroups(), deleteConnectionGroup(), getConnectionViewVector(), paintGL(), and setConnectionView(). |
|
|
Reference to database handling class. Definition at line 137 of file NetworkViewer.h. Referenced by deleteNeuronGroup(), loadAllConnectionGroups(), loadAllNeuronGroups(), loadConnectionGroup(), loadDefaultClippingVolume(), loadNeuronGroup(), NetworkViewer(), and setNeuronConnectionMode(). |
|
|
Default view in which all neuron groups should be visible. Definition at line 161 of file NetworkViewer.h. Referenced by drawAxes(), loadAllNeuronGroups(), loadDefaultClippingVolume(), resetView(), zoomAboveLayer(), and zoomToLayer(). |
|
|
In draw connections mode the connections are drawn. Definition at line 211 of file NetworkViewer.h. Referenced by NetworkViewer(), paintGL(), and showConnections(). |
|
|
Definition at line 244 of file NetworkViewer.h. Referenced by acceleratorKeyPressed(), deleteAllNeuronGroups(), deleteNeuronGroup(), and setNeuronConnectionMode(). |
|
|
Definition at line 240 of file NetworkViewer.h. Referenced by acceleratorKeyPressed(), deleteAllNeuronGroups(), deleteNeuronGroup(), NetworkViewer(), and setNeuronConnectionMode(). |
|
|
The neuron that is normally displayed in single neuron mode. Definition at line 232 of file NetworkViewer.h. Referenced by acceleratorKeyPressed(), NetworkViewer(), paintGL(), and setNeuronConnectionMode(). |
|
|
Definition at line 185 of file NetworkViewer.h. Referenced by loadConnectionGroup(), and paintGL(). |
|
|
Stores which neurons are connected to the single neuron in from filter mode. Definition at line 263 of file NetworkViewer.h. Referenced by paintGL(). |
|
|
Definition at line 178 of file NetworkViewer.h. Referenced by loadConnectionGroup(), and paintGL(). |
|
|
Definition at line 179 of file NetworkViewer.h. Referenced by loadConnectionGroup(), and paintGL(). |
|
|
Definition at line 180 of file NetworkViewer.h. Referenced by loadConnectionGroup(), and paintGL(). |
|
|
Determines whether we perform a full render or just vertices. Definition at line 193 of file NetworkViewer.h. Referenced by acceleratorKeyPressed(), disableFullRender(), NetworkViewer(), paintGL(), and setFullRender(). |
|
|
In full render mode, the network viewer sets full render to true after render delay When full render is true the full render is displayed. Definition at line 190 of file NetworkViewer.h. Referenced by acceleratorKeyPressed(), initializeGL(), NetworkViewer(), setFullRender(), and setFullRenderMode(). |
|
|
Stores all of the colors so that they can be deleted. Several neurons may point to the same colour so need to track the colours separately. Definition at line 168 of file NetworkViewer.h. Referenced by addHighlight(), and clearHighlights(). |
|
|
Reduces checking of highlight map. Set to true when highlighting is enabled. Definition at line 171 of file NetworkViewer.h. Referenced by addHighlight(), clearHighlights(), NetworkViewer(), and paintGL(). |
|
|
Map holding neurons that are to be highlighted and their highlight color. Definition at line 164 of file NetworkViewer.h. Referenced by addHighlight(), clearHighlights(), NetworkViewer(), and paintGL(). |
|
|
Links keys to changes in graphics, perspective etc.. Definition at line 124 of file NetworkViewer.h. Referenced by acceleratorKeyPressed(), and NetworkViewer(). |
|
|
Vectors of the IDs of the visible neuron groups. Definition at line 226 of file NetworkViewer.h. Referenced by deleteAllNeuronGroups(), deleteNeuronGroup(), loadNeuronGroup(), paintGL(), and setLayerView(). |
|
|
Displays the progress as the neuron and connection groups are loaded. Definition at line 208 of file NetworkViewer.h. Referenced by loadConnectionGroup(), loadNeuronGroup(), and NetworkViewer(). |
|
|
Reference to the display list for the graphics. This stores OpenGL commands, which can then be played back as a block. Definition at line 278 of file NetworkViewer.h. Referenced by initializeGL(), and paintGL(). |
|
|
Maximum sizew of connection group that is automatically loaded. Groups bigger than this only when they are set visible. Set in spikestream.config. Definition at line 270 of file NetworkViewer.h. Referenced by loadConnectionGroup(), NetworkViewer(), and setMaxAutoLoadConnGrpSize(). |
|
|
Definition at line 238 of file NetworkViewer.h. Referenced by acceleratorKeyPressed(), deleteAllNeuronGroups(), deleteNeuronGroup(), NetworkViewer(), and setNeuronConnectionMode(). |
|
|
Definition at line 241 of file NetworkViewer.h. Referenced by acceleratorKeyPressed(), deleteAllNeuronGroups(), deleteNeuronGroup(), NetworkViewer(), and setNeuronConnectionMode(). |
|
|
Used for filtering weights in single neuron mode. Definition at line 248 of file NetworkViewer.h. Referenced by NetworkViewer(), and setNeuronFilterMode(). |
|
|
Definition at line 239 of file NetworkViewer.h. Referenced by acceleratorKeyPressed(), deleteAllNeuronGroups(), deleteNeuronGroup(), NetworkViewer(), and setNeuronConnectionMode(). |
|
|
Definition at line 242 of file NetworkViewer.h. Referenced by acceleratorKeyPressed(), deleteAllNeuronGroups(), deleteNeuronGroup(), NetworkViewer(), and setNeuronConnectionMode(). |
|
|
Used for filtering weights in single neuron mode. Definition at line 251 of file NetworkViewer.h. Referenced by NetworkViewer(), paintGL(), and setNeuronFilterMode(). |
|
|
Hold a reference to the network viewer properties to enable the neuron number to be updated. Because of tricky stuff with headers, this is stored as a reference to Widget, not the class itself which is then cast as network viewer properties at run time. Definition at line 131 of file NetworkViewer.h. Referenced by acceleratorKeyPressed(), paintGL(), setConnectionView(), setNetworkViewerProperties(), and setNeuronConnectionMode(). |
|
|
In neuron connection mode, the connections to a single neuron are shown When neuron filter mode is on, these connections are filtered according to various criteria. Definition at line 216 of file NetworkViewer.h. Referenced by acceleratorKeyPressed(), NetworkViewer(), paintGL(), and setNeuronConnectionMode(). |
|
|
Definition at line 217 of file NetworkViewer.h. Referenced by NetworkViewer(), paintGL(), and setNeuronFilterMode(). |
|
|
Store the details about the neurons for drawing using OpenGL. Definition at line 220 of file NetworkViewer.h. Referenced by deleteAllNeuronGroups(), deleteNeuronGroup(), loadConnectionGroup(), loadNeuronGroup(), paintGL(), zoomAboveLayer(), zoomToLayer(), and ~NetworkViewer(). |
|
|
Definition at line 177 of file NetworkViewer.h. Referenced by loadNeuronGroup(), and paintGL(). |
|
|
Definition at line 296 of file NetworkViewer.h. Referenced by paintGL(), and resizeGL(). |
|
|
Definition at line 295 of file NetworkViewer.h. Referenced by paintGL(), and resizeGL(). |
|
|
Records when the rendering is taking place so that accelerator keys do not change the settings mid render Definition at line 282 of file NetworkViewer.h. Referenced by acceleratorKeyPressed(), NetworkViewer(), paintGL(), and resizeGL(). |
|
|
During full render, do not want to start render or resize, so record whether paintGL() or resizeGL() have been called and then call them again at the end of the render. newTempScreen width and height are the latest values of the screen width and height if resizeGL() has been called. Definition at line 294 of file NetworkViewer.h. Referenced by paintGL(). |
|
|
Angle in DEGREES for OpenGL perspective. Controls how much of scene is clipped. Definition at line 140 of file NetworkViewer.h. Referenced by NetworkViewer(), resizeGL(), viewClippingVolume_Horizontal(), and viewClippingVolume_Vertical(). |
|
|
For OpenGL perspective. Controls how much of scene is clipped. Definition at line 146 of file NetworkViewer.h. Referenced by NetworkViewer(), and resizeGL(). |
|
|
For OpenGL perspective. Controls how much of scene is clipped. Definition at line 143 of file NetworkViewer.h. Referenced by NetworkViewer(), and resizeGL(). |
|
|
Delay between the last keystroke and start of full render in full render mode. Definition at line 196 of file NetworkViewer.h. Referenced by acceleratorKeyPressed(), NetworkViewer(), setFullRenderMode(), and setRenderDelay(). |
|
|
Reference to the progress bar in the network viewer properties. Definition at line 205 of file NetworkViewer.h. Referenced by initializeGL(), paintGL(), and setRenderProgressBar(). |
|
|
Timer to start full render after the delay. Definition at line 199 of file NetworkViewer.h. Referenced by acceleratorKeyPressed(), NetworkViewer(), and setFullRenderMode(). |
|
|
During full render, do not want to start render or resize, so record whether paintGL() or resizeGL() have been called and then call them again at the end of the render. newTempScreen width and height are the latest values of the screen width and height if resizeGL() has been called. Definition at line 288 of file NetworkViewer.h. Referenced by paintGL(), and resizeGL(). |
|
|
Used for rotating camera matrix. Definition at line 158 of file NetworkViewer.h. Referenced by fillRotationMatrix(). |
|
|
Amount that scene is rotated around X axis. Definition at line 149 of file NetworkViewer.h. Referenced by acceleratorKeyPressed(), initialiseCameraParameters(), and paintGL(). |
|
|
Amount that scene is rotated around Z axis. Definition at line 152 of file NetworkViewer.h. Referenced by acceleratorKeyPressed(), initialiseCameraParameters(), and paintGL(). |
|
|
Definition at line 245 of file NetworkViewer.h. Referenced by acceleratorKeyPressed(), deleteAllNeuronGroups(), deleteNeuronGroup(), and setNeuronConnectionMode(). |
|
|
Definition at line 243 of file NetworkViewer.h. Referenced by acceleratorKeyPressed(), deleteAllNeuronGroups(), deleteNeuronGroup(), NetworkViewer(), and setNeuronConnectionMode(). |
|
|
In between mode, the connections between the firstSingle neuron and the second single neuron are displayed. Definition at line 235 of file NetworkViewer.h. Referenced by acceleratorKeyPressed(), NetworkViewer(), paintGL(), and setNeuronConnectionMode(). |
|
|
Shows connections between two highlighted neurons. Definition at line 260 of file NetworkViewer.h. Referenced by deleteAllNeuronGroups(), deleteNeuronGroup(), NetworkViewer(), paintGL(), and setNeuronConnectionMode(). |
|
|
Show from connections in single neuron mode. Definition at line 254 of file NetworkViewer.h. Referenced by NetworkViewer(), paintGL(), and setNeuronFilterMode(). |
|
|
Show to connections in single neuron mode. Definition at line 257 of file NetworkViewer.h. Referenced by NetworkViewer(), paintGL(), and setNeuronFilterMode(). |
|
|
Short version of reference to main QApplication Definition at line 134 of file NetworkViewer.h. Referenced by NetworkViewer(), and paintGL(). |
|
|
Definition at line 186 of file NetworkViewer.h. Referenced by loadConnectionGroup(), and paintGL(). |
|
|
Stores which neurons are connected to the single neuron in to filter mode. Definition at line 266 of file NetworkViewer.h. Referenced by paintGL(). |
|
|
Definition at line 181 of file NetworkViewer.h. Referenced by loadConnectionGroup(), and paintGL(). |
|
|
Definition at line 182 of file NetworkViewer.h. Referenced by loadConnectionGroup(), and paintGL(). |
|
|
Definition at line 183 of file NetworkViewer.h. Referenced by loadConnectionGroup(), and paintGL(). |
|
|
When this is true a new display list is created. Otherwise the existing display list is used to draw the graphics. Definition at line 274 of file NetworkViewer.h. Referenced by acceleratorKeyPressed(), addHighlight(), clearHighlights(), deleteConnectionGroup(), deleteNeuronGroup(), disableFullRender(), loadConnectionGroup(), loadNeuronGroup(), NetworkViewer(), paintGL(), reloadEverything(), setConnectionView(), setFullRender(), setFullRenderMode(), setLayerView(), setNeuronConnectionMode(), setNeuronFilterMode(), and showConnections(). |
|
|
Definition at line 184 of file NetworkViewer.h. Referenced by loadConnectionGroup(), and paintGL(). |
|
|
Definition at line 174 of file NetworkViewer.h. Referenced by loadNeuronGroup(), and paintGL(). |
|
|
Definition at line 175 of file NetworkViewer.h. Referenced by loadNeuronGroup(), and paintGL(). |
|
|
Definition at line 176 of file NetworkViewer.h. Referenced by loadNeuronGroup(), and paintGL(). |
1.4.4