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

#include <MeshProcessExport.hpp>

Public Attributes

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

Detailed Description

Definition at line 27 of file MeshProcessExport.hpp.

Member Data Documentation

◆ floatData

std::map<int, float> mgx::PlyCellData::floatData

Definition at line 32 of file MeshProcessExport.hpp.

◆ intData

std::map<int, int> mgx::PlyCellData::intData

Definition at line 31 of file MeshProcessExport.hpp.

◆ name

QString mgx::PlyCellData::name

Definition at line 29 of file MeshProcessExport.hpp.

◆ pointData

std::map<int, Point3f> mgx::PlyCellData::pointData

Definition at line 33 of file MeshProcessExport.hpp.

◆ tensorData

std::map<int, SymmetricTensor> mgx::PlyCellData::tensorData

Definition at line 34 of file MeshProcessExport.hpp.

◆ type

QString mgx::PlyCellData::type

Definition at line 29 of file MeshProcessExport.hpp.


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