Struct variable_info#
Defined in File module_base.hpp
Struct Documentation#
-
struct variable_info#
Comprehensive info for spatial variable dependencies
Public Functions
-
variable_info() = delete#
-
inline variable_info(std::string name)#
-
inline variable_info(std::string name, SpatialType st)#
-
inline variable_info(std::string name, SpatialType st, double distance)#
Public Members
-
bool is_distance_set#
-
SpatialType spatial_type#
-
double spatial_distance#
-
std::string name#
-
variable_info() = delete#