#include <CscGrid.h>
Public Member Functions | |
| CscGrid (int depth, int width, int height) | |
Public Attributes | |
| vector< CscPoint3dOriented * > * | bestPath = new vector<CscPoint3dOriented *>() |
| vector< CscPoint3d * > * | targetPoints = new vector<CscPoint3d *>() |
| CscGrid::CscGrid | ( | int | depth, |
| int | width, | ||
| int | height | ||
| ) |
| vector<CscPoint3dOriented *>* CscGrid::bestPath = new vector<CscPoint3dOriented *>() |
| vector<CscPoint3d *>* CscGrid::targetPoints = new vector<CscPoint3d *>() |