EBGeometry
1.0
|
Declaration of utilities for reading files into EBGeometry data structures. More...
#include <vector>
#include <memory>
#include <map>
#include "EBGeometry_DCEL_Mesh.hpp"
#include "EBGeometry_MeshDistanceFunctions.hpp"
#include "EBGeometry_BoundingVolumes.hpp"
#include "EBGeometry_NamespaceHeader.hpp"
#include "EBGeometry_NamespaceFooter.hpp"
#include "EBGeometry_ParserImplem.hpp"
Go to the source code of this file.
Classes | |
class | Parser::STL< T, Meta > |
Class for reading STL files. More... | |
class | Parser::PLY< T > |
Class for reading Stanford PLY files. More... | |
Namespaces | |
Parser | |
Namespace which encapsulates possible file parsers for building EBGeometry data structures. | |
Enumerations | |
enum class | Parser::Encoding { ASCII , Binary , Unknown } |
Simple enum for separating ASCII and binary files. | |
enum class | Parser::FileType { STL , PLY , Unsupported } |
Various supported file types. | |
Declaration of utilities for reading files into EBGeometry data structures.