Public Attributes | |
unsigned | idx |
unsigned | v0 |
unsigned | v1 |
bool | closed |
double | restlength |
int | fixed |
int | color |
std::vector< Point2D > | d |
std::vector< double > | k |
Definition at line 65 of file meshio.h.
unsigned MeshInput::BoundaryEdgeData::idx |
Definition at line 66 of file meshio.h.
Referenced by MeshInput::read(), and MeshInput::read_boundary_edge_data().
unsigned MeshInput::BoundaryEdgeData::v0 |
Definition at line 67 of file meshio.h.
Referenced by MeshInput::read(), and MeshInput::read_boundary_edge_data().
unsigned MeshInput::BoundaryEdgeData::v1 |
Definition at line 67 of file meshio.h.
Referenced by MeshInput::read(), and MeshInput::read_boundary_edge_data().
Definition at line 69 of file meshio.h.
Referenced by MeshInput::read(), and MeshInput::read_boundary_edge_data().
Definition at line 70 of file meshio.h.
Referenced by MeshInput::read(), and MeshInput::read_boundary_edge_data().
Definition at line 71 of file meshio.h.
Referenced by MeshInput::read(), and MeshInput::read_boundary_edge_data().
std::vector<Point2D> MeshInput::BoundaryEdgeData::d |
Definition at line 72 of file meshio.h.
Referenced by MeshInput::read(), and MeshInput::read_boundary_edge_data().
std::vector<double> MeshInput::BoundaryEdgeData::k |
Definition at line 73 of file meshio.h.
Referenced by MeshInput::read(), and MeshInput::read_boundary_edge_data().