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