%--------------------------------------------------------------------------
% INPUT
%--------------------------------------------------------------------------
% Creation of an INPUT object.
%--------------------------------------------------------------------------
% Syntax
%--------------------------------------------------------------------------
INPT = INPUT
%--------------------------------------------------------------------------
% Description
%--------------------------------------------------------------------------
% INPUT creates an INPUT object. This object is used to store the
% properties related to the acquisition of a mesh file. It has the
% following properties:
% - file_name : STRING - path to the file to input
% - format : STRING - format of the mesh file. It is can equal to:
% - MAIL : used when .mail file are inputted (Cast3M format)
% - MSH2 : used when .msh file are inputted (GMSH format)
%--------------------------------------------------------------------------
% Input arguments
%--------------------------------------------------------------------------
% N/A
%--------------------------------------------------------------------------
% Output arguments
%--------------------------------------------------------------------------
% INPT : INPUT object
%--------------------------------------------------------------------------
% Example
%--------------------------------------------------------------------------
INPT = INPUT
INPT =
INPUT with properties:
file_name: []
format: []