utils.files.input

Created on Thu Apr 20 2023 @name: input.py @desc: This module contains the functions to parse the input files, and create a ScannedObject. @auth: Djalim Simaila @e-mail: djalim.simaila@inrae.fr

Functions

parse_result_file(file_path[, separator])

This functions parses the discretised output file to retreive the first three colunms.

Classes

ScannedObject(vertices[, faces])

This class is used to manage the data of the 3D object.

Exceptions

FacesNotGiven

Exception raised when no faces was given.

InvalidFileFormat

Exception raised when the file format is not supported.

ResultFileNotGiven

Exception raised when no faces was given.