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

#include <GraphUtils.hpp>

Public Attributes

std::map< int, double > cellWallArea
 
std::map< int, double > outsideWallArea
 
std::map< IntInt, double > sharedWallArea
 
std::map< IntInt, std::set< std::pair< Triangle, Triangle > > > sharedTris
 
std::map< vertex, int > vtxNewLabelMap
 
std::map< vertex, int > vtxCellCounterMap
 
std::map< IntInt, int > allWalls
 

Detailed Description

Definition at line 242 of file GraphUtils.hpp.

Member Data Documentation

◆ allWalls

std::map<IntInt, int> mgx::NhbdGraphInfo::allWalls

Definition at line 262 of file GraphUtils.hpp.

◆ cellWallArea

std::map<int,double> mgx::NhbdGraphInfo::cellWallArea

Definition at line 245 of file GraphUtils.hpp.

◆ outsideWallArea

std::map<int,double> mgx::NhbdGraphInfo::outsideWallArea

Definition at line 248 of file GraphUtils.hpp.

◆ sharedTris

std::map<IntInt, std::set<std::pair<Triangle,Triangle> > > mgx::NhbdGraphInfo::sharedTris

Definition at line 254 of file GraphUtils.hpp.

◆ sharedWallArea

std::map<IntInt, double> mgx::NhbdGraphInfo::sharedWallArea

Definition at line 251 of file GraphUtils.hpp.

◆ vtxCellCounterMap

std::map<vertex, int> mgx::NhbdGraphInfo::vtxCellCounterMap

Definition at line 259 of file GraphUtils.hpp.

◆ vtxNewLabelMap

std::map<vertex, int> mgx::NhbdGraphInfo::vtxNewLabelMap

Definition at line 257 of file GraphUtils.hpp.


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