Wrapped segment of a triangular, cylindrical domain. More...
#include <triangular.hpp>
Public Member Functions | |
TriangularCylindrical3D_Segment (TriangularCylindrical3D_Segment_t &initial_segment, TriangularCylindrical3D_Segmentation &initial_segmentation) | |
unsigned int | num_cells () |
Return the number of cells contained in the segment. | |
TriangularCylindrical3D_Cell | make_cell (TriangularCylindrical3D_Vertex vertex1, TriangularCylindrical3D_Vertex vertex2, TriangularCylindrical3D_Vertex vertex3) |
Create a new cell in the segment. | |
list | get_cells () |
Return a Python list containing all the cells contained in the segment. | |
TriangularCylindrical3D_Segment_t & | get_segment () |
Get a reference to the ViennaGrind segment object. |
Wrapped segment of a triangular, cylindrical domain.
list TriangularCylindrical3D_Segment::get_cells | ( | ) |
Return a Python list containing all the cells contained in the segment.
TriangularCylindrical3D_Segment_t & TriangularCylindrical3D_Segment::get_segment | ( | ) |
Get a reference to the ViennaGrind segment object.
TriangularCylindrical3D_Cell TriangularCylindrical3D_Segment::make_cell | ( | TriangularCylindrical3D_Vertex | vertex1, |
TriangularCylindrical3D_Vertex | vertex2, | ||
TriangularCylindrical3D_Vertex | vertex3 | ||
) |
Create a new cell in the segment.
vertex1 | |
vertex2 | |
vertex3 |
unsigned int TriangularCylindrical3D_Segment::num_cells | ( | ) |
Return the number of cells contained in the segment.