This commit is contained in:
张壹 2024-12-23 18:43:50 +08:00
parent aae11ecd20
commit 25795029a9

View File

@ -53,6 +53,9 @@ int main(int argc, char const *argv[]) try
geodsv_io tc;
tc.load_text("tmp/topo", ".txt", ColumnHead);
tc.cell(0, 0, std::string("x (m)"));
tc.cell(0, 1, std::string("y (m)"));
tc.cell(0, 2, std::string("elevation (m)"));
array<point3dc> topo;
tc.get_column_point3dc(0, 1, 2, topo);