#include <KPatchBase.h>
|
enum | PatchOrientation {
LEFT = 1,
TOP,
RIGHT,
BOTTOM,
UPPERLEFT,
UPPERRIGHT,
LOWERRIGHT,
LOWERLEFT
} |
|
enum | PatchMode {
THREE = 0,
FIVE,
NINE,
SEVENTHEN,
THIRTYTHREE,
SIXTYFIVE,
HUNDERTTWENTYNINE
} |
|
enum | TriangulationMode { CLOCKWISE = 0,
COUNTERCLOCKWISE
} |
|
Enumerator |
---|
THREE |
|
FIVE |
|
NINE |
|
SEVENTHEN |
|
THIRTYTHREE |
|
SIXTYFIVE |
|
HUNDERTTWENTYNINE |
|
Enumerator |
---|
LEFT |
|
TOP |
|
RIGHT |
|
BOTTOM |
|
UPPERLEFT |
|
UPPERRIGHT |
|
LOWERRIGHT |
|
LOWERLEFT |
|
Enumerator |
---|
CLOCKWISE |
|
COUNTERCLOCKWISE |
|
geRaster::KPatchBase::KPatchBase |
( |
| ) |
|
geRaster::KPatchBase::~KPatchBase |
( |
| ) |
|
int geRaster::KPatchBase::calculateIndexCount |
( |
int |
_points_per_edge | ) |
|
|
static |
void geRaster::KPatchBase::clear |
( |
| ) |
|
void geRaster::KPatchBase::create |
( |
| ) |
|
void geRaster::KPatchBase::createIndexArrays |
( |
int |
_points_per_edge, |
|
|
int |
_indexCount |
|
) |
| |
const short * geRaster::KPatchBase::getIndexArrayXus |
( |
PatchOrientation |
_type | ) |
const |
const short * geRaster::KPatchBase::getIndexArrayYus |
( |
PatchOrientation |
_type | ) |
const |
int geRaster::KPatchBase::getIndexCount |
( |
| ) |
const |
The documentation for this class was generated from the following files:
- /Users/mthoeny/Development/gis_globeEngine/trunk/src/globeEngineRaster/include/KPatchBase.h
- /Users/mthoeny/Development/gis_globeEngine/trunk/src/globeEngineRaster/src/KPatchBase.cpp