#include <bmdl_mesh.h>
Public Member Functions | |
bmdl_edge (unsigned int b1, unsigned int b2) | |
Public Attributes | |
unsigned int | building1 |
unsigned int | building2 |
unsigned int | joint1 |
unsigned int | joint2 |
vcl_vector< vgl_point_2d < double > > | pts |
Definition at line 16 of file bmdl_mesh.h.
bmdl_edge::bmdl_edge | ( | unsigned int | b1, |
unsigned int | b2 | ||
) | [inline] |
Definition at line 18 of file bmdl_mesh.h.
unsigned int bmdl_edge::building1 |
Definition at line 21 of file bmdl_mesh.h.
unsigned int bmdl_edge::building2 |
Definition at line 22 of file bmdl_mesh.h.
unsigned int bmdl_edge::joint1 |
Definition at line 23 of file bmdl_mesh.h.
unsigned int bmdl_edge::joint2 |
Definition at line 24 of file bmdl_mesh.h.
vcl_vector<vgl_point_2d<double> > bmdl_edge::pts |
Definition at line 25 of file bmdl_mesh.h.