fluidvis
Public Attributes | List of all members
sx::parserInternal::_XMESH_ Struct Reference

#include <SXParser.h>

Public Attributes

vector< _ELEMENT_elements
 
vector< vector< double > > data
 

Detailed Description

structure of PLY mesh

Member Data Documentation

vector<vector<double> > sx::parserInternal::_XMESH_::data

Each entry of data represents an instance of an element, and all the entries are sorted by the element they are assigned to. Each element's count equals the number of entries in data assigned to the element. Each entry is a tuple of values of the properties of the element.

vector<_ELEMENT_> sx::parserInternal::_XMESH_::elements

each element holds properties and number of lines of data assigned to the element


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