Revision a2f11e6a98c815a32dbff2d89d36ab209f90d3cf authored by Thomas Fischer on 21 June 2021, 06:43:12 UTC, committed by Thomas Fischer on 24 June 2021, 10:09:45 UTC
1 parent 5ff4364
Raw File
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