basic Input/Output handling for surface/volume meshes and raw data More...
Namespaces | |
mimmo::inputCSVStream | |
Utilities to read CSV data from an input stream. | |
mimmo::outputCSVStream | |
Utilities to write CSV data to an output stream. | |
Classes | |
class | mimmo::Create3DCurve |
Create a 3DCurve from a point cloud. More... | |
class | mimmo::CreatePointCloud |
CreatePointCloud manages cloud point data in raw format to create a MimmoObject Point Cloud container. More... | |
class | mimmo::GenericDispls |
GenericDispls is the class to read from file an initial set of displacements as a generic vector field of floats or write it to file. More... | |
class | mimmo::GenericInput |
GenericInput is the class that set the initialization of a generic input data. More... | |
class | mimmo::GenericInputMPVData |
GenericInputMPVData is the class that set a generic input data as mimmo::MimmoPiercedVector. More... | |
class | mimmo::GenericOutput |
GenericOutput is the class that write generic data in a file output. More... | |
class | mimmo::GenericOutputMPVData |
GenericOutputMPVData is the class that write a generic data to file output as mimmo::MimmoPiercedVector. More... | |
class | mimmo::IOCloudPoints |
IOCloudPoints is the class to read from file a set of cloud 3D points w/ attached a scalar field of floats and/or a vector field of floats. More... | |
class | mimmo::IOData |
IOData is the base class of generic data stored as input or result in a Port. More... | |
class | mimmo::IODataT< T > |
IODataT is the templated class of generic data derived from IOData base class. More... | |
class | mimmo::IOWavefrontOBJ |
Executable block handling io of 3D surface polygonal mesh in *.obj format. More... | |
class | mimmo::ManipulateWFOBJData |
Executable block manipulating optional data of WavefrontOBJ mesh. More... | |
class | mimmo::MimmoGeometry |
MimmoGeometry is an executable block class wrapping(linking or internally instantiating) a Mimmo Object, handling geometry. More... | |
class | mimmo::NastranInterface |
NastranInterface is an interface class for I/O handling of BDF bulk nastran format *.nas. More... | |
class | mimmo::WavefrontOBJData |
struct for storing cell data attached to Wavefront OBJ polygonal mesh More... | |
Detailed Description
basic Input/Output handling for surface/volume meshes and raw data
Enumeration Type Documentation
◆ IOMode [1/2]
|
strong |
enum for MimmoGeometry class mode
Enumerator | |
---|---|
READ | reading mode |
WRITE | writing mode |
CONVERT | convert mode, i.e. first read from, then write to |
Definition at line 178 of file MimmoGeometry.hpp.
◆ IOMode [2/2]
|
strong |
Working mode for class IOWavefrontOBJ.
Enumerator | |
---|---|
READ | Read from file *.obj |
RESTORE | Restore from dump file *.dump |
WRITE | write to file *.obj |
DUMP | write to dump file *.dump |
Definition at line 344 of file IOWavefrontOBJ.hpp.
◆ NormalsComputeMode
|
strong |
Strategy Mode to recompute Wavefront vertex normals on a set of candidate cells.
Definition at line 177 of file IOWavefrontOBJ.hpp.
◆ OverlapAnnotationMode
Strategy Mode to deal with Multiple Annotations on a target cell in ManipulateWFOBJData.
Definition at line 165 of file IOWavefrontOBJ.hpp.
◆ WFORMAT
enum mimmo::WFORMAT |
Format of data to read/write the Nastran geometries.
Enumerator | |
---|---|
Short | Single precision data. |
Long | Double precision data. |
Definition at line 44 of file MimmoGeometry.hpp.