geolib2
include
geolib
io
export.h
Go to the documentation of this file.
1
#ifndef GEOLIB_IO_EXPORT_H_
2
#define GEOLIB_IO_EXPORT_H_
3
4
#include "
geolib/datatypes.h
"
5
6
#include <
string
>
7
8
namespace
geo
{
9
10
namespace
io {
11
12
bool
writeMeshFile
(
const
std::string
& filename,
const
Shape
& shape,
std::string
format =
""
);
13
}
14
15
}
16
17
#endif
std::string
geo
Definition:
Box.h:6
geo::io::writeMeshFile
bool writeMeshFile(const std::string &filename, const Shape &shape, std::string format="")
Definition:
export.cpp:28
datatypes.h
geo::Shape
A geometric description of a shape.
Definition:
Shape.h:19
string
Generated on Tue Apr 8 2025 04:35:46 for geolib2 by
1.8.17