https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 2add8994b29ff8d4efdb9420f4ddb7dfceeae298 authored by Dmitry Yu. Naumov on 21 May 2021, 08:55:57 UTC
Merge branch 'CleanupRasterReaders' into 'master'
Tip revision: 2add899
CreateTestPoints.h
/**
 * \file
 * \copyright
 * Copyright (c) 2012-2021, OpenGeoSys Community (http://www.opengeosys.org)
 *            Distributed under a Modified BSD License.
 *              See accompanying file LICENSE.txt or
 *              http://www.opengeosys.org/project/license
 */

#pragma once

#include <string>

#include "GeoLib/GEOObjects.h"

void createSetOfTestPointsAndAssociatedNames(GeoLib::GEOObjects& geo_objs,
                                             std::string& name,
                                             std::size_t const pnts_per_edge,
                                             GeoLib::Point const& shift);
back to top