LR-splines  0.5
Classes | Namespaces | Typedefs | Enumerations
LRSpline.h File Reference
#include "HashSet.h"
#include "Streamable.h"
#include <vector>

Go to the source code of this file.

Classes

class  LR::LRSpline

Namespaces

namespace  LR

Typedefs

typedef enum parameterEdge LR::parameterEdge

Enumerations

enum  refinementStrategy { LR_MINSPAN = 0, LR_FULLSPAN = 1, LR_STRUCTURED_MESH = 2 }
enum  LR::parameterEdge {
  LR::NONE = 0, LR::WEST = 1, LR::EAST = 2, LR::SOUTH = 4,
  LR::NORTH = 8, LR::TOP = 16, LR::BOTTOM = 32, LR::SOUTH_WEST = 5,
  LR::SOUTH_EAST = 7, LR::NORTH_WEST = 9, LR::NORTH_EAST = 10
}

Enumeration Type Documentation

Enumerator:
LR_MINSPAN 
LR_FULLSPAN 
LR_STRUCTURED_MESH 

Definition at line 8 of file LRSpline.h.