OGS
|
Definition at line 22 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 20 of file GMSHLine.cpp.
void FileIO::GMSH::GMSHLine::write | ( | std::ostream & | os, |
std::size_t | id ) const |
Definition at line 25 of file GMSHLine.cpp.
References _end_pnt_id, and _start_pnt_id.
|
private |
Definition at line 29 of file GMSHLine.h.
Referenced by write().
|
private |
Definition at line 28 of file GMSHLine.h.
Referenced by write().