|
EBGeometry 1.0
|
Namespace which encapsulates possible file parsers for building EBGeometry data structures. More...
Enumerations | |
| enum class | Encoding { ASCII , Binary , Unknown } |
| Simple enum for separating ASCII and binary files. | |
| enum class | FileType { STL , PLY , VTK , Unsupported } |
| Various supported file types. | |
Functions | |
| template<typename T > | |
| PLY< T > | readPLY (const std::string &a_filename) noexcept |
| Read a single PLY file. | |
| template<typename T > | |
| std::vector< PLY< T > > | readPLY (const std::vector< std::string > &a_filenames) noexcept |
| Read multiple PLY files. | |
| template<typename T > | |
| STL< T > | readSTL (const std::string &a_filename) noexcept |
| Read a single STL file. | |
| template<typename T > | |
| std::vector< STL< T > > | readSTL (const std::vector< std::string > &a_filenames) noexcept |
| Read multiple STL files. | |
| template<typename T > | |
| VTK< T > | readVTK (const std::string &a_filename) noexcept |
| Read a single VTK file. | |
| template<typename T > | |
| std::vector< VTK< T > > | readVTK (const std::vector< std::string > &a_filenames) noexcept |
| Read multiple VTK files. | |
Namespace which encapsulates possible file parsers for building EBGeometry data structures.