|
MorphoGraphX
2.0-1-227
|
#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 |
Definition at line 242 of file GraphUtils.hpp.
| std::map<IntInt, int> mgx::NhbdGraphInfo::allWalls |
Definition at line 262 of file GraphUtils.hpp.
| std::map<int,double> mgx::NhbdGraphInfo::cellWallArea |
Definition at line 245 of file GraphUtils.hpp.
| std::map<int,double> mgx::NhbdGraphInfo::outsideWallArea |
Definition at line 248 of file GraphUtils.hpp.
Definition at line 254 of file GraphUtils.hpp.
| std::map<IntInt, double> mgx::NhbdGraphInfo::sharedWallArea |
Definition at line 251 of file GraphUtils.hpp.
| std::map<vertex, int> mgx::NhbdGraphInfo::vtxCellCounterMap |
Definition at line 259 of file GraphUtils.hpp.
| std::map<vertex, int> mgx::NhbdGraphInfo::vtxNewLabelMap |
Definition at line 257 of file GraphUtils.hpp.
1.8.17