Modules
Here is a list of all modules:
[detail level 12]
▼common | Common classes and utils for mimmo |
common_Utils | Collection of general methods and functions related to mimmo |
macro | Preprocessor macros available in mimmo, for executable class registration and factorization |
typedefs | Custom typedefs available in mimmo |
ports | Collection of all port types actually available in mimmo. Each port is declared as a costant string M_<xxx>, where M_ prefix identifies the mimmo port. Please refer to each Manipulation Block documentation for port usage examples |
port_containers | Collection of all possible containers for mimmo ports. Each port container is declared as a costant string MC_<xxx>, where MC_ prefix identifies the mimmo port container |
port_data | Collection of all possible data type contained in mimmo ports. Each port data type is declared as a costant string MD_<xxx>, where MD_ prefix identifies the mimmo port data type |
BinaryStream | List of significant binary streams used to exchange data through pin/ports |
core | Executable Blocks basic features and data structures |
iogeneric | Basic Input/Output handling for surface/volume meshes and raw data |
geohandlers | Collection of feature to manage meshes and attached data field |
manipulators | Collection of all executable blocks that provides a deformation field for a target mesh and applies to it |
utils | Miscellaneous features for morphing workflow |
