OGS
SurfaceVec.h
Go to the documentation of this file.
1// SPDX-FileCopyrightText: Copyright (c) OpenGeoSys Community (opengeosys.org)
2// SPDX-License-Identifier: BSD-3-Clause
3
4#pragma once
5
6#include "Surface.h"
7#include "TemplateVec.h"
8
9namespace GeoLib
10{
11
16
18
19} // namespace GeoLib
The class TemplateVec takes a unique name and manages a std::vector of pointers to data elements of t...
Definition TemplateVec.h:27
TemplateVec< GeoLib::Surface > SurfaceVec
Definition SurfaceVec.h:17