|
refactoredCPPNeuronMesher
|
| docs | |
| ▼ include | |
| ▼ externals | |
| doctest.h | |
| stb_easy_font.h | |
| tinyfiledialogs.h | |
| ▼ project | |
| neurongraph.h | Definition of the NeuronGraph class for handling neuron morphology data |
| utils.h | Utility functions for file system operations |
| ▼ viewer | |
| callbacks.h | GLFW input handling callbacks for neuron visualization |
| draw_utils.h | OpenGL drawing utilities for neuron visualization |
| globals.h | Global state variables for the neuron visualization |
| opgl_utils.h | OpenGL utility functions for neuron visualization |
| ▼ python_package | |
| ▼ scripts | |
| __init__.py | |
| neuronviewer.py | |
| ▼ test | |
| __init__.py | |
| test_bindings.py | |
| ▼ scripts | |
| ▼ app_neuronviewer | |
| neuronviewer.cpp | |
| renderhelpwindow.cpp | |
| ▼ swcviewer | |
| swc_viewer.cpp | |
| extracttrunks.cpp | |
| main.cpp | |
| splitrefine.cpp | |
| splitrefineSET.cpp | |
| ▼ src | |
| ▼ viewercpp | |
| callbacks.cpp | Implementation of GLFW callback functions for the neuron viewer |
| draw_utils.cpp | Implementation of OpenGL rendering utilities for neuron visualization |
| globals.cpp | Global variables and state for the neuron viewer application |
| opgl_utils.cpp | OpenGL utility functions for neuron visualization |
| bindings.cpp | Python bindings for the CPPNeuronMesher library using pybind11 |
| neurongraph.cpp | Implementation of the NeuronGraph class for neuron morphology analysis and processing |
| neuronoperations.cpp | Implementation of neuron morphology operations and transformations |
| neurontrunks.cpp | Implementation of neuron trunk processing and resampling functionality |
| neuronugx.cpp | Implementation of UGX file format support for neuron morphologies |
| tinyfiledialogs.c | |
| utils.cpp | Implementation of utility functions for file system operations |