MorphoGraphX  2.0-1-227
Public Member Functions | Public Attributes | List of all members
mgx::WallData Class Reference

#include <WallData.hpp>

Public Member Functions

 WallData ()
 Wall edge color. More...
 
 ~WallData ()
 

Public Attributes

double length
 
double area
 the length of the cell wall More...
 
Colorb color
 are of the cell interface More...
 

Detailed Description

This class contains the definition of the wall data. Walls are edges in the cell graph and summarize the data along the walls between cells.

Definition at line 31 of file WallData.hpp.

Constructor & Destructor Documentation

◆ WallData()

mgx::WallData::WallData ( )
inline

Wall edge color.

Definition at line 37 of file WallData.hpp.

◆ ~WallData()

mgx::WallData::~WallData ( )
inline

Definition at line 38 of file WallData.hpp.

Member Data Documentation

◆ area

double mgx::WallData::area

the length of the cell wall

Definition at line 34 of file WallData.hpp.

◆ color

Colorb mgx::WallData::color

are of the cell interface

Definition at line 35 of file WallData.hpp.

◆ length

double mgx::WallData::length

Definition at line 33 of file WallData.hpp.


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