MorphoGraphX  2.0-1-227
Classes | Namespaces | Functions
CellDivision.hpp File Reference
#include <GraphAlgorithms.hpp>
#include <DivisionAnalysisUtils.hpp>
#include <Triangulate.hpp>
#include <MeshBuilder.hpp>

Go to the source code of this file.

Classes

struct  mgx::DivPlane
 
class  mgx::CellDivisionAttr
 
class  mgx::DivisionDataNew
 
class  mgx::CellDivision
 
class  mgx::CellDivisionMGXM
 

Namespaces

 mgx
 Distributed matrix library.
 

Functions

bool mgx::readAttr (CellDivisionAttr &m, const QByteArray &ba, size_t &pos)
 
bool mgx::writeAttr (const CellDivisionAttr &m, QByteArray &ba)
 
bool mgx::readAttr (DivisionDataNew &dd, const QByteArray &ba, size_t &pos)
 
bool mgx::writeAttr (const DivisionDataNew &dd, QByteArray &ba)
 
std::vector< Triangle > mgx::findCellTris (vvGraph &S, int cellLabel)