OGS
GMSHPoint.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
// GeoLib
7
#include "
GeoLib/Point.h
"
8
9
namespace
FileIO
10
{
11
namespace
GMSH
12
{
13
class
GMSHPoint
final :
public
GeoLib::Point
14
{
15
public
:
16
GMSHPoint
(
GeoLib::Point
const
& pnt, std::size_t
id
,
double
mesh_density);
17
void
write
(std::ostream& os)
const
;
18
19
private
:
20
double
_mesh_density
;
21
};
22
24
std::ostream&
operator<<
(std::ostream &os,
GMSHPoint
const
& p);
25
26
}
// end namespace GMSH
27
}
// end namespace FileIO
Point.h
FileIO::GMSH::GMSHPoint
Definition
GMSHPoint.h:14
FileIO::GMSH::GMSHPoint::GMSHPoint
GMSHPoint(GeoLib::Point const &pnt, std::size_t id, double mesh_density)
Definition
GMSHPoint.cpp:13
FileIO::GMSH::GMSHPoint::_mesh_density
double _mesh_density
Definition
GMSHPoint.h:20
FileIO::GMSH::GMSHPoint::write
void write(std::ostream &os) const
Definition
GMSHPoint.cpp:19
GeoLib::Point
Definition
GeoLib/Point.h:20
FileIO::GMSH
Definition
GMSHAdaptiveMeshDensity.cpp:21
FileIO::GMSH::operator<<
static std::ostream & operator<<(std::ostream &os, std::vector< GMSHPoint * > const &points)
Definition
GMSHInterface.cpp:30
FileIO
Definition
SHPImportDialog.h:8
Applications
FileIO
Gmsh
GMSHPoint.h
Generated by
1.14.0