SphericalGraph.h File Reference
#include <vector>
#include <istream>
#include <ostream>
#include "Structs.h"
+ Include dependency graph for SphericalGraph.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  CSGEdge
 
class  CSGNode
 
class  CSphericalGraph
 

Macros

#define MAX_NODES   100000
 

Typedefs

using TEdgeList = std::vector< CSGEdge * >
 
using TNodeList = std::vector< CSGNode * >
 

Macro Definition Documentation

◆ MAX_NODES

#define MAX_NODES   100000

Definition at line 26 of file SphericalGraph.h.

Typedef Documentation

◆ TEdgeList

using TEdgeList = std::vector<CSGEdge*>

Definition at line 87 of file SphericalGraph.h.

◆ TNodeList

using TNodeList = std::vector<CSGNode*>

Definition at line 88 of file SphericalGraph.h.