MorphoGraphX  2.0-1-227
Public Attributes | List of all members
mgx::PlyWallData Struct Reference

#include <MeshProcessExport.hpp>

Public Attributes

QString name
 
QString type
 
std::map< std::pair< int, int >, int > intData
 
std::map< std::pair< int, int >, float > floatData
 
std::map< std::pair< int, int >, Point3fpointData
 
std::map< std::pair< int, int >, SymmetricTensortensorData
 

Detailed Description

Definition at line 38 of file MeshProcessExport.hpp.

Member Data Documentation

◆ floatData

std::map<std::pair<int, int>, float> mgx::PlyWallData::floatData

Definition at line 42 of file MeshProcessExport.hpp.

◆ intData

std::map<std::pair<int, int>, int> mgx::PlyWallData::intData

Definition at line 41 of file MeshProcessExport.hpp.

◆ name

QString mgx::PlyWallData::name

Definition at line 40 of file MeshProcessExport.hpp.

◆ pointData

std::map<std::pair<int, int>, Point3f> mgx::PlyWallData::pointData

Definition at line 43 of file MeshProcessExport.hpp.

◆ tensorData

std::map<std::pair<int, int>, SymmetricTensor> mgx::PlyWallData::tensorData

Definition at line 44 of file MeshProcessExport.hpp.

◆ type

QString mgx::PlyWallData::type

Definition at line 40 of file MeshProcessExport.hpp.


The documentation for this struct was generated from the following file: