Project OpenGeode-Geosciences
namespace geode
Namespaces
Records
- CrossSectionBuilder
- CrossSectionInput
- CrossSectionOutput
- CrossSection
- FaultBlock
- FaultBlocksBuilder
- FaultBlocks
- Fault
- FaultsBuilder
- Faults
- GeographicCoordinateSystem
- GeosciencesExplicitLibrary
- GeosciencesImplicitLibrary
- Horizon
- HorizonsBuilder
- HorizonsStackBuilder
- HorizonsStackInput
- HorizonsStackOutput
- HorizonsStack
- Horizons
- ImplicitCrossSectionBuilder
- ImplicitCrossSectionInput
- ImplicitCrossSectionOutput
- ImplicitCrossSection
- ImplicitStructuralModelBuilder
- ImplicitStructuralModelInput
- ImplicitStructuralModelOutput
- ImplicitStructuralModel
- MeshElement
- OpenGeodeCrossSectionInput
- OpenGeodeCrossSectionOutput
- OpenGeodeHorizonsStackInput
- OpenGeodeHorizonsStackOutput
- OpenGeodeImplicitCrossSectionInput
- OpenGeodeImplicitCrossSectionOutput
- OpenGeodeImplicitStructuralModelInput
- OpenGeodeImplicitStructuralModelOutput
- OpenGeodeStructuralModelInput
- OpenGeodeStructuralModelOutput
- StratigraphicModelBuilder
- StratigraphicModelInput
- StratigraphicModelOutput
- StratigraphicModel
- StratigraphicPoint
- StratigraphicRelationshipsBuilder
- StratigraphicRelationships
- StratigraphicSectionBuilder
- StratigraphicSectionInput
- StratigraphicSectionOutput
- StratigraphicSection
- StratigraphicUnit
- StratigraphicUnitsBuilder
- StratigraphicUnits
- StructuralModelBuilder
- StructuralModelInput
- StructuralModelOutput
- StructuralModel
- uuid
Functions
save_stratigraphic_model
vector save_stratigraphic_model(const StratigraphicModel & stratigraphic_model, basic_string_view filename)
vector save_stratigraphic_model(const StratigraphicModel & stratigraphic_model, basic_string_view filename)
API function for saving a StratigraphicModel. The adequate saver is called depending on the given filename extension.
stratigraphic_model [in] StratigraphicModel to save.
filename [in] Path to the file where save the StratigraphicModel.
is_stratigraphic_model_saveable
bool is_stratigraphic_model_saveable(const StratigraphicModel & stratigraphic_model, basic_string_view filename)
bool is_stratigraphic_model_saveable(const StratigraphicModel & stratigraphic_model, basic_string_view filename)
save_structural_model
vector save_structural_model(const StructuralModel & structural_model, basic_string_view filename)
vector save_structural_model(const StructuralModel & structural_model, basic_string_view filename)
API function for saving a StructuralModel. The adequate saver is called depending on the given filename extension.
structural_model [in] StructuralModel to save.
filename [in] Path to the file where save the StructuralModel.
is_structural_model_saveable
bool is_structural_model_saveable(const StructuralModel & structural_model, basic_string_view filename)
bool is_structural_model_saveable(const StructuralModel & structural_model, basic_string_view filename)
save_implicit_structural_model
vector save_implicit_structural_model(const ImplicitStructuralModel & implicit_model, basic_string_view filename)
vector save_implicit_structural_model(const ImplicitStructuralModel & implicit_model, basic_string_view filename)
API function for saving an ImplicitStructuralModel. The adequate saver is called depending on the given filename extension.
implicit_model [in] ImplicitStructuralModel to save.
filename [in] Path to the file where save the ImplicitStructuralModel.
is_implicit_structural_model_saveable
bool is_implicit_structural_model_saveable(const ImplicitStructuralModel & implicit_model, basic_string_view filename)
bool is_implicit_structural_model_saveable(const ImplicitStructuralModel & implicit_model, basic_string_view filename)
load_stratigraphic_section
StratigraphicSection load_stratigraphic_section(basic_string_view filename)
StratigraphicSection load_stratigraphic_section(basic_string_view filename)
API function for loading a StratigraphicSection. The adequate loader is called depending on the filename extension.
filename [in] Path to the file to load.
check_stratigraphic_section_missing_files
MissingFiles check_stratigraphic_section_missing_files(basic_string_view filename)
MissingFiles check_stratigraphic_section_missing_files(basic_string_view filename)
is_stratigraphic_section_loadable
bool is_stratigraphic_section_loadable(basic_string_view filename)
bool is_stratigraphic_section_loadable(basic_string_view filename)
load_cross_section
CrossSection load_cross_section(basic_string_view filename)
CrossSection load_cross_section(basic_string_view filename)
API function for loading a CrossSection. The adequate loader is called depending on the filename extension.
filename [in] Path to the file to load.
check_cross_section_missing_files
MissingFiles check_cross_section_missing_files(basic_string_view filename)
MissingFiles check_cross_section_missing_files(basic_string_view filename)
is_cross_section_loadable
bool is_cross_section_loadable(basic_string_view filename)
bool is_cross_section_loadable(basic_string_view filename)
load_implicit_cross_section
ImplicitCrossSection load_implicit_cross_section(basic_string_view filename)
ImplicitCrossSection load_implicit_cross_section(basic_string_view filename)
API function for loading an ImplicitCrossSection. The adequate loader is called depending on the filename extension.
filename [in] Path to the file to load.
check_implicit_cross_section_missing_files
MissingFiles check_implicit_cross_section_missing_files(basic_string_view filename)
MissingFiles check_implicit_cross_section_missing_files(basic_string_view filename)
is_implicit_cross_section_loadable
bool is_implicit_cross_section_loadable(basic_string_view filename)
bool is_implicit_cross_section_loadable(basic_string_view filename)
save_stratigraphic_section
vector save_stratigraphic_section(const StratigraphicSection & stratigraphic_section, basic_string_view filename)
vector save_stratigraphic_section(const StratigraphicSection & stratigraphic_section, basic_string_view filename)
API function for saving a StratigraphicSection. The adequate saver is called depending on the given filename extension.
stratigraphic_section [in] StratigraphicSection to save.
filename [in] Path to the file where save the StratigraphicSection.
is_stratigraphic_section_saveable
bool is_stratigraphic_section_saveable(const StratigraphicSection & stratigraphic_section, basic_string_view filename)
bool is_stratigraphic_section_saveable(const StratigraphicSection & stratigraphic_section, basic_string_view filename)
save_cross_section
vector save_cross_section(const CrossSection & cross_section, basic_string_view filename)
vector save_cross_section(const CrossSection & cross_section, basic_string_view filename)
API function for saving a CrossSection. The adequate saver is called depending on the given filename extension.
cross_section [in] CrossSection to save.
filename [in] Path to the file where save the CrossSection.
is_cross_section_saveable
bool is_cross_section_saveable(const CrossSection & cross_section, basic_string_view filename)
bool is_cross_section_saveable(const CrossSection & cross_section, basic_string_view filename)
save_implicit_cross_section
vector save_implicit_cross_section(const ImplicitCrossSection & implicit_model, basic_string_view filename)
vector save_implicit_cross_section(const ImplicitCrossSection & implicit_model, basic_string_view filename)
API function for saving an ImplicitCrossSection. The adequate saver is called depending on the given filename extension.
implicit_model [in] ImplicitCrossSection to save.
filename [in] Path to the file where save the ImplicitCrossSection.
is_implicit_cross_section_saveable
bool is_implicit_cross_section_saveable(const ImplicitCrossSection & section, basic_string_view filename)
bool is_implicit_cross_section_saveable(const ImplicitCrossSection & section, basic_string_view filename)
load_horizons_stack
HorizonsStack<dimension> load_horizons_stack(basic_string_view filename)
HorizonsStack<dimension> load_horizons_stack(basic_string_view filename)
API function for loading a HorizonsStack. The adequate loader is called depending on the filename extension.
filename [in] Path to the file to load.
return Loaded HorizonsStack.
check_horizons_stack_missing_files
typename HorizonsStackInput<dimension>::MissingFiles check_horizons_stack_missing_files(basic_string_view filename)
typename HorizonsStackInput<dimension>::MissingFiles check_horizons_stack_missing_files(basic_string_view filename)
is_horizons_stack_loadable
bool is_horizons_stack_loadable(basic_string_view filename)
bool is_horizons_stack_loadable(basic_string_view filename)
save_horizons_stack
vector save_horizons_stack(const HorizonsStack<dimension> & horizons_stack, basic_string_view filename)
vector save_horizons_stack(const HorizonsStack<dimension> & horizons_stack, basic_string_view filename)
API function for saving a HorizonsStack. The adequate saver is called depending on the given filename extension.
horizons_stack [in] HorizonsStack to save.
filename [in] Path to the file where save the brep.
is_horizons_stack_saveable
bool is_horizons_stack_saveable(const HorizonsStack<dimension> & horizons_stack, basic_string_view filename)
bool is_horizons_stack_saveable(const HorizonsStack<dimension> & horizons_stack, basic_string_view filename)
register_explicit_serialize_pcontext
void register_explicit_serialize_pcontext(PContext & context)
void register_explicit_serialize_pcontext(PContext & context)
Register all the information needed by Bitsery to serialize the objects in the explicit library.
context [in] The context where to register this information.
warning The context can be used only once per archive.
register_explicit_deserialize_pcontext
void register_explicit_deserialize_pcontext(PContext & context)
void register_explicit_deserialize_pcontext(PContext & context)
Register all the information needed by Bitsery to deserialize the objects in the explicit library.
context [in] The context where to register this information.
warning The context can be used only once per archive.
load_structural_model
StructuralModel load_structural_model(basic_string_view filename)
StructuralModel load_structural_model(basic_string_view filename)
API function for loading a StructuralModel. The adequate loader is called depending on the filename extension.
filename [in] Path to the file to load.
check_structural_model_missing_files
MissingFiles check_structural_model_missing_files(basic_string_view filename)
MissingFiles check_structural_model_missing_files(basic_string_view filename)
is_structural_model_loadable
bool is_structural_model_loadable(basic_string_view filename)
bool is_structural_model_loadable(basic_string_view filename)
assign_edged_curve_geographic_coordinate_system_info
void assign_edged_curve_geographic_coordinate_system_info(const EdgedCurve<dimension> & mesh, EdgedCurveBuilder<dimension> & builder, basic_string_view crs_name, typename GeographicCoordinateSystem<dimension>::Info info)
void assign_edged_curve_geographic_coordinate_system_info(const EdgedCurve<dimension> & mesh, EdgedCurveBuilder<dimension> & builder, basic_string_view crs_name, typename GeographicCoordinateSystem<dimension>::Info info)
assign_point_set_geographic_coordinate_system_info
void assign_point_set_geographic_coordinate_system_info(const PointSet<dimension> & mesh, PointSetBuilder<dimension> & builder, basic_string_view crs_name, typename GeographicCoordinateSystem<dimension>::Info info)
void assign_point_set_geographic_coordinate_system_info(const PointSet<dimension> & mesh, PointSetBuilder<dimension> & builder, basic_string_view crs_name, typename GeographicCoordinateSystem<dimension>::Info info)
assign_solid_mesh_geographic_coordinate_system_info
void assign_solid_mesh_geographic_coordinate_system_info(const SolidMesh<dimension> & mesh, SolidMeshBuilder<dimension> & builder, basic_string_view crs_name, typename GeographicCoordinateSystem<dimension>::Info info)
void assign_solid_mesh_geographic_coordinate_system_info(const SolidMesh<dimension> & mesh, SolidMeshBuilder<dimension> & builder, basic_string_view crs_name, typename GeographicCoordinateSystem<dimension>::Info info)
assign_surface_mesh_geographic_coordinate_system_info
void assign_surface_mesh_geographic_coordinate_system_info(const SurfaceMesh<dimension> & mesh, SurfaceMeshBuilder<dimension> & builder, basic_string_view crs_name, typename GeographicCoordinateSystem<dimension>::Info info)
void assign_surface_mesh_geographic_coordinate_system_info(const SurfaceMesh<dimension> & mesh, SurfaceMeshBuilder<dimension> & builder, basic_string_view crs_name, typename GeographicCoordinateSystem<dimension>::Info info)
assign_brep_geographic_coordinate_system_info
void assign_brep_geographic_coordinate_system_info(const BRep & brep, BRepBuilder & builder, basic_string_view crs_name, const GeographicCoordinateSystem3D::Info & info)
void assign_brep_geographic_coordinate_system_info(const BRep & brep, BRepBuilder & builder, basic_string_view crs_name, const GeographicCoordinateSystem3D::Info & info)
assign_section_geographic_coordinate_system_info
void assign_section_geographic_coordinate_system_info(const Section & section, SectionBuilder & builder, basic_string_view crs_name, const GeographicCoordinateSystem2D::Info & info)
void assign_section_geographic_coordinate_system_info(const Section & section, SectionBuilder & builder, basic_string_view crs_name, const GeographicCoordinateSystem2D::Info & info)
convert_edged_curve_coordinate_reference_system
void convert_edged_curve_coordinate_reference_system(const EdgedCurve<dimension> & mesh, EdgedCurveBuilder<dimension> & builder, basic_string_view crs_name, typename GeographicCoordinateSystem<dimension>::Info info)
void convert_edged_curve_coordinate_reference_system(const EdgedCurve<dimension> & mesh, EdgedCurveBuilder<dimension> & builder, basic_string_view crs_name, typename GeographicCoordinateSystem<dimension>::Info info)
convert_point_set_coordinate_reference_system
void convert_point_set_coordinate_reference_system(const PointSet<dimension> & mesh, PointSetBuilder<dimension> & builder, basic_string_view crs_name, typename GeographicCoordinateSystem<dimension>::Info info)
void convert_point_set_coordinate_reference_system(const PointSet<dimension> & mesh, PointSetBuilder<dimension> & builder, basic_string_view crs_name, typename GeographicCoordinateSystem<dimension>::Info info)
convert_solid_mesh_coordinate_reference_system
void convert_solid_mesh_coordinate_reference_system(const SolidMesh<dimension> & mesh, SolidMeshBuilder<dimension> & builder, basic_string_view crs_name, typename GeographicCoordinateSystem<dimension>::Info info)
void convert_solid_mesh_coordinate_reference_system(const SolidMesh<dimension> & mesh, SolidMeshBuilder<dimension> & builder, basic_string_view crs_name, typename GeographicCoordinateSystem<dimension>::Info info)
convert_surface_mesh_coordinate_reference_system
void convert_surface_mesh_coordinate_reference_system(const SurfaceMesh<dimension> & mesh, SurfaceMeshBuilder<dimension> & builder, basic_string_view crs_name, typename GeographicCoordinateSystem<dimension>::Info info)
void convert_surface_mesh_coordinate_reference_system(const SurfaceMesh<dimension> & mesh, SurfaceMeshBuilder<dimension> & builder, basic_string_view crs_name, typename GeographicCoordinateSystem<dimension>::Info info)
convert_brep_coordinate_reference_system
void convert_brep_coordinate_reference_system(const BRep & brep, BRepBuilder & builder, basic_string_view crs_name, const GeographicCoordinateSystem3D::Info & info)
void convert_brep_coordinate_reference_system(const BRep & brep, BRepBuilder & builder, basic_string_view crs_name, const GeographicCoordinateSystem3D::Info & info)
convert_section_coordinate_reference_system
void convert_section_coordinate_reference_system(const Section & section, SectionBuilder & builder, basic_string_view crs_name, const GeographicCoordinateSystem2D::Info & info)
void convert_section_coordinate_reference_system(const Section & section, SectionBuilder & builder, basic_string_view crs_name, const GeographicCoordinateSystem2D::Info & info)
load_implicit_structural_model
ImplicitStructuralModel load_implicit_structural_model(basic_string_view filename)
ImplicitStructuralModel load_implicit_structural_model(basic_string_view filename)
API function for loading an ImplicitStructuralModel. The adequate loader is called depending on the filename extension.
filename [in] Path to the file to load.
check_implicit_structural_model_missing_files
MissingFiles check_implicit_structural_model_missing_files(basic_string_view filename)
MissingFiles check_implicit_structural_model_missing_files(basic_string_view filename)
is_implicit_structural_model_loadable
bool is_implicit_structural_model_loadable(basic_string_view filename)
bool is_implicit_structural_model_loadable(basic_string_view filename)
load_stratigraphic_model
StratigraphicModel load_stratigraphic_model(basic_string_view filename)
StratigraphicModel load_stratigraphic_model(basic_string_view filename)
API function for loading a StratigraphicModel. The adequate loader is called depending on the filename extension.
filename [in] Path to the file to load.
check_stratigraphic_model_missing_files
MissingFiles check_stratigraphic_model_missing_files(basic_string_view filename)
MissingFiles check_stratigraphic_model_missing_files(basic_string_view filename)
is_stratigraphic_model_loadable
bool is_stratigraphic_model_loadable(basic_string_view filename)
bool is_stratigraphic_model_loadable(basic_string_view filename)