https://gitlab.opengeosys.org/ogs/ogs.git
Raw File
Tip revision: 052f28f9f638e21467464807615f245e4d371c70 authored by Wenqing Wang on 26 February 2021, 15:38:56 UTC
[MPL/Curve] Fixed a bug
Tip revision: 052f28f
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