MorphoGraphX  2.0-1-227
WallData.hpp
Go to the documentation of this file.
1 //
2 // This file is part of MorphoGraphX - http://www.MorphoGraphX.org
3 // Copyright (C) 2012-2015 Richard S. Smith and collaborators.
4 //
5 // If you use MorphoGraphX in your work, please cite:
6 // http://dx.doi.org/10.7554/eLife.05864
7 //
8 // MorphoGraphX is free software, and is licensed under under the terms of the
9 // GNU General (GPL) Public License version 2.0, http://www.gnu.org/licenses.
10 //
11 #ifndef WALL_DATA_H
12 #define WALL_DATA_H
13 
14 #include <Config.hpp>
15 #include <Colors.hpp>
16 
23 namespace mgx
24 {
31  struct WallData
32  {
33  double length;
34  double area;
36 
37  WallData() : length(0), area(0), color(0,0,0,0) {}
38  ~WallData() {}
39  };
40 }
41 
42 #endif
Colors.hpp
mgx::WallData::length
double length
Definition: WallData.hpp:33
mgx
Distributed matrix library.
Definition: Assert.hpp:26
mgx::WallData::WallData
WallData()
Wall edge color.
Definition: WallData.hpp:37
mgx::WallData
Definition: WallData.hpp:31
mgx::Color< uchar >
mgx::WallData::color
Colorb color
are of the cell interface
Definition: WallData.hpp:35
mgx::WallData::area
double area
the length of the cell wall
Definition: WallData.hpp:34
mgx::WallData::~WallData
~WallData()
Definition: WallData.hpp:38