![]() |
OGS
|
Definition at line 21 of file GMSHLine.h.
#include <GMSHLine.h>
Public Member Functions | |
GMSHLine (std::size_t start_point_id, std::size_t end_point_id) | |
void | write (std::ostream &os, std::size_t id) const |
Private Attributes | |
std::size_t | _start_pnt_id |
std::size_t | _end_pnt_id |
FileIO::GMSH::GMSHLine::GMSHLine | ( | std::size_t | start_point_id, |
std::size_t | end_point_id | ||
) |
Definition at line 19 of file GMSHLine.cpp.
void FileIO::GMSH::GMSHLine::write | ( | std::ostream & | os, |
std::size_t | id | ||
) | const |
Definition at line 24 of file GMSHLine.cpp.
References _end_pnt_id, and _start_pnt_id.
|
private |
Definition at line 28 of file GMSHLine.h.
Referenced by write().
|
private |
Definition at line 27 of file GMSHLine.h.
Referenced by write().