areEqualVertices(Kernel::V3D const &v1, Kernel::V3D const &v2) const | Mantid::DataHandling::LoadStl | protected |
changeToVector() | Mantid::DataHandling::LoadStl | protected |
createScaledV3D(double xVal, double yVal, double zVal) | Mantid::DataHandling::MeshFileIO | |
getScaleType() | Mantid::DataHandling::MeshFileIO | inline |
isAsciiSTL(const std::string &filename) | Mantid::DataHandling::LoadAsciiStl | static |
LoadAsciiStl(std::string filename, ScaleUnits scaleType) | Mantid::DataHandling::LoadAsciiStl | inline |
LoadAsciiStl(std::string filename, ScaleUnits scaleType, ReadMaterial::MaterialParameters params) | Mantid::DataHandling::LoadAsciiStl | inline |
LoadSingleMesh(std::string filename, std::ios_base::openmode mode, ScaleUnits scaleType) | Mantid::DataHandling::LoadSingleMesh | |
LoadStl(std::string filename, std::ios_base::openmode mode, ScaleUnits scaleType) | Mantid::DataHandling::LoadStl | inline |
LoadStl(std::string filename, std::ios_base::openmode mode, ScaleUnits scaleType, ReadMaterial::MaterialParameters params) | Mantid::DataHandling::LoadStl | inline |
m_file | Mantid::DataHandling::LoadSingleMesh | protected |
m_filename | Mantid::DataHandling::LoadSingleMesh | protected |
m_lineNumber | Mantid::DataHandling::LoadAsciiStl | private |
m_params | Mantid::DataHandling::LoadStl | protected |
m_scaleType | Mantid::DataHandling::MeshFileIO | protected |
m_setMaterial | Mantid::DataHandling::LoadStl | protected |
m_triangle | Mantid::DataHandling::MeshFileIO | protected |
m_vertices | Mantid::DataHandling::MeshFileIO | protected |
MeshFileIO(ScaleUnits scaleType) | Mantid::DataHandling::MeshFileIO | inlineprotected |
MeshFileIO(ScaleUnits scaleType, std::vector< uint32_t > triangles, std::vector< Kernel::V3D > vertices) | Mantid::DataHandling::MeshFileIO | inlineprotected |
readShape() override | Mantid::DataHandling::LoadAsciiStl | virtual |
readSTLLine(std::ifstream &file, std::string const &type) | Mantid::DataHandling::LoadAsciiStl | private |
readSTLTriangle(std::ifstream &file, Kernel::V3D &v1, Kernel::V3D &v2, Kernel::V3D &v3) | Mantid::DataHandling::LoadAsciiStl | private |
readSTLVertex(std::ifstream &file, Kernel::V3D &vertex) | Mantid::DataHandling::LoadAsciiStl | private |
removeScale(double value) | Mantid::DataHandling::MeshFileIO | inlineprotected |
rotate(std::shared_ptr< Geometry::MeshObject > environmentMesh, double xRotation, double yRotation, double zRotation) | Mantid::DataHandling::MeshFileIO | |
scaleValue(double val) | Mantid::DataHandling::MeshFileIO | inlineprotected |
setScaleType(const ScaleUnits scaleType) | Mantid::DataHandling::MeshFileIO | inlineprotected |
translate(std::shared_ptr< Geometry::MeshObject > environmentMesh, const std::vector< double > &translationVector) | Mantid::DataHandling::MeshFileIO | |
vertexSet | Mantid::DataHandling::LoadStl | protected |
~LoadSingleMesh() | Mantid::DataHandling::LoadSingleMesh | virtual |
~LoadStl()=default | Mantid::DataHandling::LoadStl | virtual |