@@ -49,79 +49,79 @@ namespace geode
4949 const EdgedCurve< dimension >& mesh,
5050 EdgedCurveBuilder< dimension >& builder,
5151 std::string_view crs_name,
52- typename GeographicCoordinateSystem< dimension >::Info info );
52+ GeographicCoordinateSystemInfo info );
5353
5454 template < index_t dimension >
5555 void assign_point_set_geographic_coordinate_system_info (
5656 const PointSet< dimension >& mesh,
5757 PointSetBuilder< dimension >& builder,
5858 std::string_view crs_name,
59- typename GeographicCoordinateSystem< dimension >::Info info );
59+ GeographicCoordinateSystemInfo info );
6060
6161 template < index_t dimension >
6262 void assign_solid_mesh_geographic_coordinate_system_info (
6363 const SolidMesh< dimension >& mesh,
6464 SolidMeshBuilder< dimension >& builder,
6565 std::string_view crs_name,
66- typename GeographicCoordinateSystem< dimension >::Info info );
66+ GeographicCoordinateSystemInfo info );
6767
6868 template < index_t dimension >
6969 void assign_surface_mesh_geographic_coordinate_system_info (
7070 const SurfaceMesh< dimension >& mesh,
7171 SurfaceMeshBuilder< dimension >& builder,
7272 std::string_view crs_name,
73- typename GeographicCoordinateSystem< dimension >::Info info );
73+ GeographicCoordinateSystemInfo info );
7474
7575 void opengeode_geosciences_explicit_api
7676 assign_brep_geographic_coordinate_system_info ( const BRep& brep,
7777 BRepBuilder& builder,
7878 std::string_view crs_name,
79- const GeographicCoordinateSystem3D::Info & info );
79+ const GeographicCoordinateSystemInfo & info );
8080
8181 void opengeode_geosciences_explicit_api
8282 assign_section_geographic_coordinate_system_info (
8383 const Section& section,
8484 SectionBuilder& builder,
8585 std::string_view crs_name,
86- const GeographicCoordinateSystem2D::Info & info );
86+ const GeographicCoordinateSystemInfo & info );
8787
8888 template < index_t dimension >
8989 void convert_edged_curve_coordinate_reference_system (
9090 const EdgedCurve< dimension >& mesh,
9191 EdgedCurveBuilder< dimension >& builder,
9292 std::string_view crs_name,
93- typename GeographicCoordinateSystem< dimension >::Info info );
93+ GeographicCoordinateSystemInfo info );
9494
9595 template < index_t dimension >
9696 void convert_point_set_coordinate_reference_system (
9797 const PointSet< dimension >& mesh,
9898 PointSetBuilder< dimension >& builder,
9999 std::string_view crs_name,
100- typename GeographicCoordinateSystem< dimension >::Info info );
100+ GeographicCoordinateSystemInfo info );
101101
102102 template < index_t dimension >
103103 void convert_solid_mesh_coordinate_reference_system (
104104 const SolidMesh< dimension >& mesh,
105105 SolidMeshBuilder< dimension >& builder,
106106 std::string_view crs_name,
107- typename GeographicCoordinateSystem< dimension >::Info info );
107+ GeographicCoordinateSystemInfo info );
108108
109109 template < index_t dimension >
110110 void convert_surface_mesh_coordinate_reference_system (
111111 const SurfaceMesh< dimension >& mesh,
112112 SurfaceMeshBuilder< dimension >& builder,
113113 std::string_view crs_name,
114- typename GeographicCoordinateSystem< dimension >::Info info );
114+ GeographicCoordinateSystemInfo info );
115115
116116 void opengeode_geosciences_explicit_api
117117 convert_brep_coordinate_reference_system ( const BRep& brep,
118118 BRepBuilder& builder,
119119 std::string_view crs_name,
120- const GeographicCoordinateSystem3D::Info & info );
120+ const GeographicCoordinateSystemInfo & info );
121121
122122 void opengeode_geosciences_explicit_api
123123 convert_section_coordinate_reference_system ( const Section& section,
124124 SectionBuilder& builder,
125125 std::string_view crs_name,
126- const GeographicCoordinateSystem2D::Info & info );
126+ const GeographicCoordinateSystemInfo & info );
127127} // namespace geode
0 commit comments