MorphoGraphX  2.0-1-227
EdgeData.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 EDGE_DATA_H
12 #define EDGE_DATA_H
13 
14 #include <Config.hpp>
15 #include <Colors.hpp>
16 
22 namespace mgx
23 {
29  struct EdgeData
30  {
32 
33  EdgeData() : color(0,0,0,0) {}
34  ~EdgeData() {}
35  };
36 }
37 
38 #endif
mgx::EdgeData::EdgeData
EdgeData()
Definition: EdgeData.hpp:33
Colors.hpp
mgx::EdgeData::color
Colorb color
Color to draw edge.
Definition: EdgeData.hpp:31
mgx
Distributed matrix library.
Definition: Assert.hpp:26
mgx::EdgeData
Definition: EdgeData.hpp:29
mgx::Color< uchar >
mgx::EdgeData::~EdgeData
~EdgeData()
Definition: EdgeData.hpp:34