3#include <base/Eigen.hpp>
18template<
class Archive>
20 ar &
reinterpret_cast<int&
>(type);
Definition SoilSample.hpp:24
double uncertainty
Definition SoilSample.hpp:36
double sigmaX
Definition SoilSample.hpp:35
SoilSample()
Definition SoilSample.hpp:27
SoilType type
Definition SoilSample.hpp:34
bool operator==(const SoilSample &other) const
Definition SoilSample.hpp:42
bool isValid() const
Definition SoilSample.hpp:38
base::Vector3d location
Definition SoilSample.hpp:33
double sigmaY
Definition SoilSample.hpp:35
Definition SoilNode.hpp:9
SoilType
Definition SoilSample.hpp:9
@ ROCKS
Definition SoilSample.hpp:12
@ SAND
Definition SoilSample.hpp:13
@ GRAVEL
Definition SoilSample.hpp:14
@ UNKNOWN_SOIL
Definition SoilSample.hpp:10
@ CONCRETE
Definition SoilSample.hpp:11
void serialize(Archive &ar, SoilType &type, const unsigned int version)
Definition SoilSample.hpp:19