OGS
|
This is the complete list of members for GeoLib::StationBorehole, including all inherited members.
_date | GeoLib::StationBorehole | private |
_depth | GeoLib::StationBorehole | private |
_name | GeoLib::Station | private |
_profilePntVec | GeoLib::StationBorehole | private |
_sensor_data | GeoLib::Station | private |
_soilName | GeoLib::StationBorehole | private |
_station_value | GeoLib::Station | private |
addSensorDataFromCSV(const std::string &file_name) | GeoLib::Station | inline |
addSoilLayer(double thickness, const std::string &soil_name) | GeoLib::StationBorehole | |
addSoilLayer(double x, double y, double z, const std::string &soil_name) | GeoLib::StationBorehole | |
asEigenVector3d() const | MathLib::Point3d | inline |
asEigenVector3d() | MathLib::Point3d | inline |
createStation(const std::string &name, double x, double y, double z, double depth, const std::string &date="") | GeoLib::StationBorehole | static |
GeoLib::Station::createStation(const std::string &line) | GeoLib::Station | static |
GeoLib::Station::createStation(const std::string &name, double x, double y, double z) | GeoLib::Station | static |
data() const | MathLib::Point3d | inline |
data() | MathLib::Point3d | inline |
getDate() const | GeoLib::StationBorehole | inline |
getDepth() const | GeoLib::StationBorehole | inline |
getGeoType() const override | GeoLib::Point | inlinevirtual |
getID() const | MathLib::Point3dWithID | inline |
getName() const | GeoLib::Station | inline |
getProfile() const | GeoLib::StationBorehole | inline |
getSensorData() const | GeoLib::Station | inline |
getSoilNames() const | GeoLib::StationBorehole | inline |
getStationValue() const | GeoLib::Station | inline |
id_ | MathLib::Point3dWithID | private |
operator=(Point3d const &)=default | MathLib::Point3d | |
operator[](std::size_t idx) const | MathLib::Point3d | inline |
operator[](std::size_t idx) | MathLib::Point3d | inline |
Point()=default | GeoLib::Point | |
Point(double x1, double x2, double x3, std::size_t id=std::numeric_limits< std::size_t >::max()) | GeoLib::Point | inline |
Point(MathLib::Point3d const &x, std::size_t id) | GeoLib::Point | inline |
Point(std::array< double, 3 > const &x, std::size_t id=std::numeric_limits< std::size_t >::max()) | GeoLib::Point | inlineexplicit |
Point3d() | MathLib::Point3d | |
Point3d(std::array< double, 3 > x) | MathLib::Point3d | explicit |
Point3d(Point3d const &)=default | MathLib::Point3d | |
Point3dWithID(double x0, double x1, double x2, std::size_t id=std::numeric_limits< std::size_t >::max()) | MathLib::Point3dWithID | inline |
Point3dWithID(std::array< double, 3 > const &coords, std::size_t id=std::numeric_limits< std::size_t >::max()) | MathLib::Point3dWithID | inlineexplicit |
Point3dWithID(MathLib::Point3d const &pnt, std::size_t id=std::numeric_limits< std::size_t >::max()) | MathLib::Point3dWithID | inlineexplicit |
Point3dWithID() | MathLib::Point3dWithID | inline |
PointVec | GeoLib::Point | protected |
setDepth(double depth) | GeoLib::StationBorehole | inline |
setID(std::size_t id) | MathLib::Point3dWithID | inlineprotected |
setName(std::string const &name) | GeoLib::Station | inline |
setStationValue(double station_value) | GeoLib::Station | inline |
Station(double x=0.0, double y=0.0, double z=0.0, std::string name="") | GeoLib::Station | explicit |
Station(Point const *coords, std::string name="") | GeoLib::Station | explicit |
Station(Station const &src) | GeoLib::Station | |
StationBorehole(double x, double y, double z, double const depth, const std::string &name, int date) | GeoLib::StationBorehole | explicit |
x_ | MathLib::Point3d | private |
~GeoObject()=default | GeoLib::GeoObject | virtual |
~Point3d()=default | MathLib::Point3d | virtual |
~StationBorehole() override | GeoLib::StationBorehole |