MorphoGraphX  2.0-1-227
Classes | Namespaces | Typedefs | Functions
MeshProcessPDG.hpp File Reference
#include <Process.hpp>
#include <MeshProcessCellMesh.hpp>

Go to the source code of this file.

Classes

class  mgx::CorrespondenceJunctions
 
struct  mgx::JunctionInformation
 
class  mgx::GrowthDirections
 
class  mgx::DisplayPDGs
 
class  mgx::DisplayPDGsVertex
 
class  mgx::AveragePDGs
 

Namespaces

 mgx
 Distributed matrix library.
 

Typedefs

typedef std::unordered_map< vertex, std::set< int > > mgx::JunctionCellsMap
 
typedef std::unordered_map< int, std::set< vertex > > mgx::CellJunctionsMap
 
typedef std::unordered_map< int, std::vector< vertex > > mgx::CellJunctionsInOrderMap
 
typedef std::pair< vertex, std::set< int > > mgx::VertLabelsP
 
typedef std::pair< int, std::set< vertex > > mgx::CellJunctionsP
 
typedef std::pair< int, std::vector< vertex > > mgx::CellJunctionsInOrderP
 

Functions

mgxBase_EXPORT SymmetricTensor mgx::customDirectionTensor (SymmetricTensor origTensor, Point3f customX, Point3f customY, bool shearB)
 
mgxBase_EXPORT double mgx::lengthCustomDirTensor3D (SymmetricTensor origTensor, Point3f customDir)
 
mgxBase_EXPORT void mgx::findCellJunctionsInOrder (Mesh *mesh, vvGraph &S, JunctionInformation &jInfo)
 
mgxBase_EXPORT void mgx::findCellJunctions (Mesh *mesh, vvGraph &S, JunctionInformation &jInfo)
 
mgxBase_EXPORT void mgx::findCellJunctionsParents (Mesh *mesh, vvGraph &S, JunctionInformation &jInfo)