![]() |
Flumy [Free API]
Process based model for meandering chanelized systems
|
This is the complete list of members for GridParams, including all inherited members.
| _cosrot | GridParams | protected |
| _dx | GridParams | protected |
| _dy | GridParams | protected |
| _dz | GridParams | protected |
| _location | GridParams | protected |
| _nx | GridParams | protected |
| _ny | GridParams | protected |
| _nz | GridParams | protected |
| _ox | GridParams | protected |
| _oy | GridParams | protected |
| _oz | GridParams | protected |
| _rotation | GridParams | protected |
| _sinrot | GridParams | protected |
| geo2Grid(Point2D &point, bool round=true) const | GridParams | |
| geo2Rel(Point2D &point) const | GridParams | |
| geo2Rel(Point3D &point) const | GridParams | |
| getApexRel(Point2D &p1, Point2D &p2, Point2D &p3, Point2D &p4) const | GridParams | |
| getDx() const | GridParams | inline |
| getDy() const | GridParams | inline |
| getDz() const | GridParams | inline |
| getHeight() const | GridParams | inline |
| getLength() const | GridParams | inline |
| getLocation() const | GridParams | |
| getNbNodes() const | GridParams | inline |
| getNx() const | GridParams | inline |
| getNy() const | GridParams | inline |
| getNz() const | GridParams | inline |
| getOrigin() const | GridParams | |
| getOx() const | GridParams | inline |
| getOy() const | GridParams | inline |
| getOz() const | GridParams | inline |
| getRotation() const | GridParams | |
| getWidth() const | GridParams | inline |
| getZLoc() const | GridParams | inline |
| grid2Geo(const MP_int &ix, const MP_int &iy) const | GridParams | |
| grid2Rel(Point2D &point) const | GridParams | |
| grid2Rel(const MP_int &ix, const MP_int &iy) const | GridParams | |
| grid2Rel(ConvexPolyedra2D &polyedra) const | GridParams | |
| GridParams() | GridParams | |
| GridParams(const MP_real &dx, const MP_real &dy, const MP_int &nx, const MP_int &ny, const MP_real &ox=0., const MP_real &oy=0.) | GridParams | |
| GridParams(const MP_real &dx, const MP_real &dy, const MP_real &dz, const MP_int &nx, const MP_int &ny, const MP_int &nz, const MP_real &ox=0., const MP_real &oy=0., const MP_real &oz=0.) | GridParams | |
| GridParams(const GridParams &grid) | GridParams | |
| is3D() const | GridParams | inline |
| is_on_grid(const Point2D &point) const | GridParams | |
| is_on_grid_nearest(const Point2D &point) const | GridParams | |
| isCompatibleWith(const GridParams &grid, bool check_geo=false) const | GridParams | |
| operator<<(std::ostream &os, const GridParams &grid) | GridParams | friend |
| operator=(const GridParams &) | GridParams | |
| rel2Geo(Point2D &point) const | GridParams | |
| rel2Geo(Point3D &point) const | GridParams | |
| rel2Grid(Point2D &point, bool round=true) const | GridParams | |
| rel2Grid(ConvexPolyedra2D &polyedra) const | GridParams | |
| reset(const GridParams &grid) | GridParams | virtual |
| reset(const MP_real &dx, const MP_real &dy, const MP_int &nx, const MP_int &ny, const MP_real &ox=0., const MP_real &oy=0.) | GridParams | |
| reset(const MP_real &dx, const MP_real &dy, const MP_real &dz, const MP_int &nx, const MP_int &ny, const MP_int &nz, const MP_real &ox=0., const MP_real &oy=0., const MP_real &oz=0.) | GridParams | |
| setLocation(const MP_real &x, const MP_real &y, const MP_real &z=0.) | GridParams | |
| setLocation(const Point3D &location) | GridParams | |
| setLocation(const Point2D &location) | GridParams | |
| setRotation(const MP_real &rot) | GridParams | |
| ~GridParams() | GridParams | inlinevirtual |