refactoredCPPNeuronMesher
neuronviewer.cpp File Reference
#include <GLFW/glfw3.h>
#include <GL/glu.h>
#include <fstream>
#include <sstream>
#include <iostream>
#include <vector>
#include <cmath>
#include <algorithm>
#include <map>
#include <array>
#include <tuple>
#include "tinyfiledialogs.h"
#include "stb_easy_font.h"
#include "neurongraph.h"
#include "draw_utils.h"
#include "callbacks.h"
#include "opgl_utils.h"
#include "globals.h"
#include "renderhelpwindow.cpp"
Include dependency graph for neuronviewer.cpp:

Functions

void setupLighting ()
 
void setupCamera (double cx, double cy, double cz, double radius, int width, int height)
 
int main (int argc, char **argv)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)
Here is the call graph for this function:

◆ setupCamera()

void setupCamera ( double  cx,
double  cy,
double  cz,
double  radius,
int  width,
int  height 
)
Here is the caller graph for this function:

◆ setupLighting()

void setupLighting ( )
Here is the caller graph for this function: