MorphoGraphX
Main Page
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
src
EdgeData.hpp
Go to the documentation of this file.
1
#ifndef EDGE_DATA_H
2
#define EDGE_DATA_H
3
4
#include <Config.hpp>
5
12
namespace
mgx {
17
struct
EdgeData
{
18
double
len
;
19
EdgeData
()
20
:
len
(0.0)
21
{
22
}
23
virtual
~
EdgeData
() {
24
}
25
bool
operator==(
const
EdgeData& other)
const
{
26
return
len
== other.len;
27
}
28
};
29
}
// namespace mgx
30
31
#endif
mgx::EdgeData::len
double len
Length of the edge.
Definition:
EdgeData.hpp:18
mgx::EdgeData
This class defines the fields available from an edge.
Definition:
EdgeData.hpp:17
Generated on Thu Jul 9 2015 20:43:09 for MorphoGraphX by
1.8.6