OGS
|
Definition in file GocadAsciiReader.h.
#include <memory>
#include <string>
#include <vector>
#include "Applications/FileIO/GocadIO/GocadEnums.h"
Go to the source code of this file.
Namespaces | |
namespace | MeshLib |
namespace | FileIO |
namespace | FileIO::Gocad |
namespace | FileIO::Gocad::GocadAsciiReader |
Functions | |
bool | FileIO::Gocad::GocadAsciiReader::readFile (std::string const &file_name, std::vector< std::unique_ptr< MeshLib::Mesh > > &meshes, DataType const export_type=DataType::ALL) |
Reads the specified file and writes data into internal mesh vector. | |