22namespace DataHandling {
32 SaveStl(
const std::string &filename,
const std::vector<uint32_t> &triangle, std::vector<Kernel::V3D> vertices,
34 :
MeshFileIO(scaleType, triangle,
std::move(
std::move(vertices))), m_filename(filename) {}
Class to contain functionality for writing out STL files for SaveShapeAndEnvironment.
SaveStl(const std::string &filename, const std::vector< uint32_t > &triangle, std::vector< Kernel::V3D > vertices, ScaleUnits scaleType)
const std::string m_filename
Assists with writing a binary file by providing standard overloads for the ostream operators (<<) to ...
Helper class which provides the Collimation Length for SANS instruments.