Wrapped segmentation of a quadrilateral, cylindrical domain. More...
#include <quadrilateral.hpp>
| Public Member Functions | |
| QuadrilateralCylindrical3D_Segmentation (QuadrilateralCylindrical3D_Domain &dom) | |
| unsigned int | num_segments () | 
| Return the number of segments that form the segmentation. | |
| QuadrilateralCylindrical3D_Segment | make_segment () | 
| Create a new segment in the segmentation. | |
| list | get_segments () | 
| Return a Python list containing all the segments that form the segmentation. | |
| QuadrilateralCylindrical3D_Domain_t & | get_domain () | 
| Get a reference to the ViennaGrid domain object to which the segmentation corresponds. | |
| QuadrilateralCylindrical3D_Segmentation_t & | get_segmentation () | 
| Get a reference to the ViennaGrind segmentation object. | |
Wrapped segmentation of a quadrilateral, cylindrical domain.
| QuadrilateralCylindrical3D_Domain_t & QuadrilateralCylindrical3D_Segmentation::get_domain | ( | ) | 
Get a reference to the ViennaGrid domain object to which the segmentation corresponds.
| QuadrilateralCylindrical3D_Segmentation_t & QuadrilateralCylindrical3D_Segmentation::get_segmentation | ( | ) | 
Get a reference to the ViennaGrind segmentation object.
| list QuadrilateralCylindrical3D_Segmentation::get_segments | ( | ) | 
Return a Python list containing all the segments that form the segmentation.
| QuadrilateralCylindrical3D_Segment QuadrilateralCylindrical3D_Segmentation::make_segment | ( | ) | 
Create a new segment in the segmentation.
| unsigned int QuadrilateralCylindrical3D_Segmentation::num_segments | ( | ) | 
Return the number of segments that form the segmentation.
 1.8.1.2
 1.8.1.2