|
cgma
|
#include <FBStructs.hpp>
Public Member Functions | |
| VertexStuff (int vert, int vert_type, double p_coord, double s_coord) | |
| ~VertexStuff () | |
Public Attributes | |
| int | v0 |
| int | v0type |
| double | p_dir_coord |
| double | s_dir_coord |
| std::vector< FB_Edge * > | edge_list |
Definition at line 140 of file FBStructs.hpp.
| VertexStuff::VertexStuff | ( | int | vert, |
| int | vert_type, | ||
| double | p_coord, | ||
| double | s_coord | ||
| ) | [inline] |
Definition at line 143 of file FBStructs.hpp.
{ v0 = vert;
v0type = vert_type;
p_dir_coord = p_coord;
s_dir_coord = s_coord;
}
| VertexStuff::~VertexStuff | ( | ) | [inline] |
Definition at line 150 of file FBStructs.hpp.
{
edge_list.clear();
}
| std::vector<FB_Edge*> VertexStuff::edge_list |
Definition at line 158 of file FBStructs.hpp.
| double VertexStuff::p_dir_coord |
Definition at line 156 of file FBStructs.hpp.
| double VertexStuff::s_dir_coord |
Definition at line 156 of file FBStructs.hpp.
| int VertexStuff::v0 |
Definition at line 154 of file FBStructs.hpp.
Definition at line 155 of file FBStructs.hpp.