Overture
Version 25
|
#include <vector>
#include <algorithm>
#include "OvertureTypes.h"
#include "TFIMapping.h"
#include "UnstructuredMapping.h"
#include "SquareMapping.h"
#include "StretchTransform.h"
#include "ArraySimple.h"
#include "NurbsMapping.h"
Go to the source code of this file.
Classes | |
class | Curve |
Curve base class specifying the basic behavior of all Curves. More... | |
class | Region |
Base class for regions. More... | |
class | TFIRegion |
A region generated using transfinite interpolation. More... | |
class | UnstructuredRegion |
A region generated using a hybrid/unstructured mesh. More... | |
class | SimpleCurve |
simple curve class, represented as a single nurb, assigns vertex ids More... | |
class | CompositeCurve |
a curve consisting of one or more other curves, More... | |
Functions | |
int | getVertexID () |
int | freeVertexID () |
void | resetVertexIDs () |
int | currentIDCounter () |
int currentIDCounter | ( | ) |
int freeVertexID | ( | ) |
int getVertexID | ( | ) |
void resetVertexIDs | ( | ) |