Blue Brain BioExplorer
Curve.h File Reference
Include dependency graph for Curve.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  core::Curve
 

Namespaces

 core
 

Enumerations

enum class  core::CurveType { core::flat = 0 , core::round = 1 , core::ribbon = 2 }
 
enum class  core::BaseType { core::linear = 0 , core::bezier = 1 , core::bspline = 2 , core::hermite = 3 }
 

Functions

std::string core::baseTypeAsString (const BaseType baseType)
 
std::string core::curveTypeAsString (const CurveType curveType)