Wrapped segment of a tetrahedral, cylindrical domain. More...
#include <tetrahedral.hpp>
Public Member Functions | |
TetrahedralCylindrical3D_Segment (TetrahedralCylindrical3D_Segment_t &initial_segment, TetrahedralCylindrical3D_Segmentation &initial_segmentation) | |
unsigned int | num_cells () |
Return the number of cells contained in the segment. | |
TetrahedralCylindrical3D_Cell | make_cell (TetrahedralCylindrical3D_Vertex vertex1, TetrahedralCylindrical3D_Vertex vertex2, TetrahedralCylindrical3D_Vertex vertex3, TetrahedralCylindrical3D_Vertex vertex4) |
Create a new cell in the segment. | |
list | get_cells () |
Return a Python list containing all the cells contained in the segment. | |
TetrahedralCylindrical3D_Segment_t & | get_segment () |
Get a reference to the ViennaGrind segment object. |
Wrapped segment of a tetrahedral, cylindrical domain.
list TetrahedralCylindrical3D_Segment::get_cells | ( | ) |
Return a Python list containing all the cells contained in the segment.
TetrahedralCylindrical3D_Segment_t & TetrahedralCylindrical3D_Segment::get_segment | ( | ) |
Get a reference to the ViennaGrind segment object.
TetrahedralCylindrical3D_Cell TetrahedralCylindrical3D_Segment::make_cell | ( | TetrahedralCylindrical3D_Vertex | vertex1, |
TetrahedralCylindrical3D_Vertex | vertex2, | ||
TetrahedralCylindrical3D_Vertex | vertex3, | ||
TetrahedralCylindrical3D_Vertex | vertex4 | ||
) |
Create a new cell in the segment.
vertex1 | |
vertex2 | |
vertex3 | |
vertex4 |
unsigned int TetrahedralCylindrical3D_Segment::num_cells | ( | ) |
Return the number of cells contained in the segment.