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. More...
| #define | MD_MIMMO_ "MD_MIMMO_" |
| #define | MD_INT "MD_INT" |
| #define | MD_SHORT "MD_SHORT" |
| #define | MD_LONG "MD_LONG" |
| #define | MD_FLOAT "MD_FLOAT" |
| #define | MD_BOOL "MD_BOOL" |
| #define | MD_SHAPET "MD_SHAPET" |
| #define | MD_SHAPE_ "MD_SHAPE_" |
| #define | MD_COORDT "MD_COORDT" |
| #define | MD_POLYDATA_ "MD_POLYDATA_" |
| #define | MD_BCCGNS_ "MD_BCCGNS_" |
| #define | MD_MPVECFLOAT "MD_MPVECFLOAT" |
| #define | MD_MPVECARR3FLOAT "MD_MPVECARR3FLOAT" |
| #define | MD_PAIRLONGLONG "MD_PAIRLONGLONG" |
| #define | MD_MPVECFLOAT_ "MD_MPVECFLOAT_" |
| #define | MD_MPVECARR3FLOAT_ "MD_MPVECARR3FLOAT_" |
| #define | MD_MATRIXCOEFF_ "MD_MATRIXCOEFF_" |
| #define | MD_STRING "MD_STRING" |
| #define | MD_MPVECSTRING_ "MD_MPVECSTRING_" |
| #define | MD_MPVECLONG_ "MD_MPVECLONG_" |
| #define | MD_BASE_ "MD_BASE_" |
| #define | MD_WOBJDATA_ "MD_WOBJDATA_" |
Detailed Description
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.
Macro Definition Documentation
◆ MD_BASE_
| #define MD_BASE_ "MD_BASE_" |
mimmo::BaseManipulation pointer data identifier
Definition at line 151 of file portDefinitions.hpp.
◆ MD_BCCGNS_
| #define MD_BCCGNS_ "MD_BCCGNS_" |
mimmo::BCCGNS (Boundary Conditions Info for CGNS export class) pointer data identifier
Definition at line 141 of file portDefinitions.hpp.
◆ MD_BOOL
| #define MD_BOOL "MD_BOOL" |
boolean data identifier
Definition at line 136 of file portDefinitions.hpp.
◆ MD_COORDT
| #define MD_COORDT "MD_COORDT" |
mimmo::CoordType data identifier
Definition at line 139 of file portDefinitions.hpp.
◆ MD_FLOAT
| #define MD_FLOAT "MD_FLOAT" |
float/double data identifier
Definition at line 135 of file portDefinitions.hpp.
◆ MD_INT
| #define MD_INT "MD_INT" |
integer data identifier
Definition at line 132 of file portDefinitions.hpp.
◆ MD_LONG
| #define MD_LONG "MD_LONG" |
long integer data identifier
Definition at line 134 of file portDefinitions.hpp.
◆ MD_MATRIXCOEFF_
| #define MD_MATRIXCOEFF_ "MD_MATRIXCOEFF_" |
pointer to array< array< vector<double> ,3> >
Definition at line 147 of file portDefinitions.hpp.
◆ MD_MIMMO_
| #define MD_MIMMO_ "MD_MIMMO_" |
mimmo::MimmoObject pointer data identifier
Definition at line 131 of file portDefinitions.hpp.
◆ MD_MPVECARR3FLOAT
| #define MD_MPVECARR3FLOAT "MD_MPVECARR3FLOAT" |
MimmoPiercedVector< std::array< double,3> > data identifier
Definition at line 143 of file portDefinitions.hpp.
◆ MD_MPVECARR3FLOAT_
| #define MD_MPVECARR3FLOAT_ "MD_MPVECARR3FLOAT_" |
pointer to MimmoPiercedVector<array<double,3> > data structure
Definition at line 146 of file portDefinitions.hpp.
◆ MD_MPVECFLOAT
| #define MD_MPVECFLOAT "MD_MPVECFLOAT" |
MimmoPiercedVector< double > data identifier
Definition at line 142 of file portDefinitions.hpp.
◆ MD_MPVECFLOAT_
| #define MD_MPVECFLOAT_ "MD_MPVECFLOAT_" |
pointer to MimmoPiercedVector<double> data structure
Definition at line 145 of file portDefinitions.hpp.
◆ MD_MPVECLONG_
| #define MD_MPVECLONG_ "MD_MPVECLONG_" |
pointer to MimmoPiercedVector<std::long> data structure
Definition at line 150 of file portDefinitions.hpp.
◆ MD_MPVECSTRING_
| #define MD_MPVECSTRING_ "MD_MPVECSTRING_" |
pointer to MimmoPiercedVector<std::string> data structure
Definition at line 149 of file portDefinitions.hpp.
◆ MD_PAIRLONGLONG
| #define MD_PAIRLONGLONG "MD_PAIRLONGLONG" |
std::pair< long, long > data identifier
Definition at line 144 of file portDefinitions.hpp.
◆ MD_POLYDATA_
| #define MD_POLYDATA_ "MD_POLYDATA_" |
VTK::vtkPolyData* data identifier
Definition at line 140 of file portDefinitions.hpp.
◆ MD_SHAPE_
| #define MD_SHAPE_ "MD_SHAPE_" |
mimmo::BasicShape pointer data identifier
Definition at line 138 of file portDefinitions.hpp.
◆ MD_SHAPET
| #define MD_SHAPET "MD_SHAPET" |
mimmo::ShapeType data identifier
Definition at line 137 of file portDefinitions.hpp.
◆ MD_SHORT
| #define MD_SHORT "MD_SHORT" |
short integer data identifier
Definition at line 133 of file portDefinitions.hpp.
◆ MD_STRING
| #define MD_STRING "MD_STRING" |
string data identifier
Definition at line 148 of file portDefinitions.hpp.
◆ MD_WOBJDATA_
| #define MD_WOBJDATA_ "MD_WOBJDATA_" |
pointer to Wavefront OBJ data structure
Definition at line 152 of file portDefinitions.hpp.
1.8.17