Wrapped segment of a linear, polar domain. More...
#include <linear.hpp>
Public Member Functions | |
| LinearPolar2D_Segment (LinearPolar2D_Segment_t &initial_segment, LinearPolar2D_Segmentation &initial_segmentation) | |
| unsigned int | num_cells () |
| Return the number of cells contained in the segment. | |
| LinearPolar2D_Cell | make_cell (LinearPolar2D_Vertex vertex1, LinearPolar2D_Vertex vertex2) |
| Create a new cell in the segment. | |
| list | get_cells () |
| Return a Python list containing all the cells contained in the segment. | |
| LinearPolar2D_Segment_t & | get_segment () |
| Get a reference to the ViennaGrind segment object. | |
Wrapped segment of a linear, polar domain.
| list LinearPolar2D_Segment::get_cells | ( | ) |
Return a Python list containing all the cells contained in the segment.
| LinearPolar2D_Segment_t & LinearPolar2D_Segment::get_segment | ( | ) |
Get a reference to the ViennaGrind segment object.
| LinearPolar2D_Cell LinearPolar2D_Segment::make_cell | ( | LinearPolar2D_Vertex | vertex1, |
| LinearPolar2D_Vertex | vertex2 | ||
| ) |
Create a new cell in the segment.
| vertex1 | |
| vertex2 |
| unsigned int LinearPolar2D_Segment::num_cells | ( | ) |
Return the number of cells contained in the segment.
1.8.1.2