|
| | DtNavigationGeneratorInput () |
| |
| DtExtent | sectorExtent (int xIndex=0, int yIndex=0) const |
| |
| void | sectorCellBox (int xIndex, int yIndex, int &xMin, int &yMin, int &xMax, int &yMax) const |
| |
| std::pair< int, int > | indicesFromCellMin (int minX, int minY) const |
| |
| DtNavTrianglesPtr | triangleSet (int xIndex=0, int yIndex=0) const |
| |
| void | setTriangles (int xIndex, int yIndex, DtNavTrianglesPtr triangleSet) |
| |
| void | clearTriangles (int xIndex, int yIndex) |
| |
| void | usingTriangles (int xIndex, int yIndex) |
| |
| bool | notUsingTriangles (int xIndex, int yIndex) |
| |
| void | alignExtentToCellSize (DtVector &ne, DtVector &nw, DtVector &se, DtVector &sw) |
| |
| void | getCellPositionFromLocation (const DtVector &loc, int &cellX, int &cellY) |
| |
| DtNavigationGeneratorInput::DtNavigationGeneratorInput |
( |
| ) |
|
| DtExtent DtNavigationGeneratorInput::sectorExtent |
( |
int |
xIndex = 0, |
|
|
int |
yIndex = 0 |
|
) |
| const |
| void DtNavigationGeneratorInput::sectorCellBox |
( |
int |
xIndex, |
|
|
int |
yIndex, |
|
|
int & |
xMin, |
|
|
int & |
yMin, |
|
|
int & |
xMax, |
|
|
int & |
yMax |
|
) |
| const |
| std::pair<int, int> DtNavigationGeneratorInput::indicesFromCellMin |
( |
int |
minX, |
|
|
int |
minY |
|
) |
| const |
| void DtNavigationGeneratorInput::clearTriangles |
( |
int |
xIndex, |
|
|
int |
yIndex |
|
) |
| |
| void DtNavigationGeneratorInput::usingTriangles |
( |
int |
xIndex, |
|
|
int |
yIndex |
|
) |
| |
Indicates triangles for the given sector are in use.
| bool DtNavigationGeneratorInput::notUsingTriangles |
( |
int |
xIndex, |
|
|
int |
yIndex |
|
) |
| |
Indicates triangles for the given sector are no longer in use. Returns true if no one is using the triangles anymore.
| void DtNavigationGeneratorInput::getCellPositionFromLocation |
( |
const DtVector & |
loc, |
|
|
int & |
cellX, |
|
|
int & |
cellY |
|
) |
| |
| std::vector<std::vector<unsigned> > DtNavigationGeneratorInput::myTrianglesInUse |
| std::vector<DtVector> DtNavigationGeneratorInput::myTransitionPoints |
| vrfNav::DtCoordinateConverter* DtNavigationGeneratorInput::myConverter |
| DtVector DtNavigationGeneratorInput::myKaimExtentNW |
| DtVector DtNavigationGeneratorInput::myKaimExtentNE |
| DtVector DtNavigationGeneratorInput::myKaimExtentSW |
| DtVector DtNavigationGeneratorInput::myKaimExtentSE |
The documentation for this class was generated from the following file: