Flumy [Free API]
Process based model for meandering chanelized systems
|
This is the complete list of members for GridReal, including all inherited members.
_aux | GridReal | protected |
_cosrot | GridParams | protected |
_dx | GridParams | protected |
_dy | GridParams | protected |
_dz | GridParams | protected |
_ixmax | GridReal | protected |
_ixmin | GridReal | protected |
_iymax | GridReal | protected |
_iymin | GridReal | protected |
_last_error | GridReal | mutableprotected |
_location | GridParams | protected |
_max | GridReal | protected |
_min | GridReal | protected |
_name | GridReal | 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 |
_undef_string | GridReal | protected |
_undef_value | GridReal | protected |
_values | GridReal | protected |
add_variable(GridReal *aux) | GridReal | |
check(MP_real &val, bool correct=true) const | GridReal | virtual |
fill(const MP_real &val) | GridReal | virtual |
fill_2D(const std::vector< std::vector< MP_real > > &values) | GridReal | virtual |
fill_yxz(const MP_int size, const MP_real values[]) | GridReal | virtual |
fill_zyx(const MP_int size, const MP_real values[]) | GridReal | virtual |
geo2Grid(Point2D &point, bool round=true) const | GridParams | |
geo2Rel(Point2D &point) const | GridParams | |
geo2Rel(Point3D &point) const | GridParams | |
get_at(MP_int &size, MP_real values[]) const | GridReal | virtual |
get_at(const MP_int &ix, const MP_int &iy, MP_real &val) const | GridReal | virtual |
get_at(const MP_int &ix, const MP_int &iy, RealList &val) const | GridReal | virtual |
get_at(const MP_int &ix, const MP_int &iy, const MP_int &iz, MP_real &val) const | GridReal | virtual |
get_format(const MP_string &filename) | GridReal | static |
get_format_label(const GridFileFormat &format) | GridReal | static |
get_max() const | GridReal | inline |
get_max(MP_int &ix, MP_int &iy) const | GridReal | |
get_mean() const | GridReal | |
get_min() const | GridReal | inline |
get_min(MP_int &ix, MP_int &iy) const | GridReal | |
get_name() const | GridReal | inline |
get_nb_negative() const | GridReal | |
get_nb_positive() const | GridReal | |
get_undef_string() const | GridReal | inline |
get_undef_value() const | GridReal | inline |
get_values() const | GridReal | inline |
get_values_zyx() const | GridReal | |
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 | |
GridReal() | GridReal | |
GridReal(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., const MP_real &val=MP_UNKNOWN_REAL_VALUE) | GridReal | |
GridReal(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., const MP_real &val=MP_UNKNOWN_REAL_VALUE) | GridReal | |
GridReal(const std::vector< std::vector< MP_real > > &values) | GridReal | |
GridReal(const GridParams &grid) | GridReal | |
GridReal(const GridParams &grid, const MP_real &val) | GridReal | |
GridReal(const GridReal &grid) | GridReal | |
is3D() const | GridParams | inline |
is_on_grid(const Point2D &point) const | GridParams | |
is_on_grid_nearest(const Point2D &point) const | GridParams | |
is_order_valid(const MP_string &order) | GridReal | static |
is_order_valid(const MP_string &order, MP_string &order1, MP_string &order2, MP_string &order3) | GridReal | static |
is_order_valid(const MP_string &order1, const MP_string &order2, const MP_string &order3) | GridReal | static |
isCompatibleWith(const GridParams &grid, bool check_geo=false) const | GridParams | |
last_error() const | GridReal | inline |
operator=(const GridReal &gridc) | GridReal | |
GridParams::operator=(const GridParams &) | GridParams | |
read(const MP_string &filename) | GridReal | virtual |
read_ascii(const MP_string &filename) | GridReal | protected |
read_cps3(const MP_string &filename) | GridReal | protected |
read_f2g(const MP_string &filename) | GridReal | protected |
read_gslib(const MP_string &filename) | GridReal | protected |
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) override | GridReal | 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., const MP_real &val=MP_UNKNOWN_REAL_VALUE) | GridReal | virtual |
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., const MP_real &val=MP_UNKNOWN_REAL_VALUE) | GridReal | virtual |
GridParams::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 | |
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 | |
set_at(const MP_int &ix, const MP_int &iy, const MP_real &val) | GridReal | virtual |
set_at(const MP_int &ix, const MP_int &iy, const MP_int &iz, const MP_real &val) | GridReal | virtual |
set_name(const MP_string &name) | GridReal | inline |
set_undef_string(const MP_string &undef) | GridReal | inline |
set_undef_value(const MP_real undef) | GridReal | inline |
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 | |
write(const MP_string &filename, const iTracer *tracer, const GridFileFormat &format=GFF_F2G, const MP_string &order=MP_DEFAULT_CELLS_ORDER) const | GridReal | virtual |
write_ascii(const MP_string &filename, const iTracer *tracer) const | GridReal | protected |
write_f2g(const MP_string &filename, const iTracer *tracer, const MP_string &order=MP_DEFAULT_CELLS_ORDER) const | GridReal | protected |
write_gslib(const MP_string &filename, const iTracer *tracer) const | GridReal | protected |
write_values(std::ofstream &os, const iTracer *tracer, const MP_string &order=MP_DEFAULT_CELLS_ORDER) const | GridReal | protected |
~GridParams() | GridParams | inlinevirtual |
~GridReal() | GridReal | inlinevirtual |