ViennaGrid for Python
 All Classes Files Functions Variables
Public Member Functions | List of all members
TriangularCylindrical3D_Segmentation Class Reference

Wrapped segmentation of a triangular, cylindrical domain. More...

#include <triangular.hpp>

Public Member Functions

 TriangularCylindrical3D_Segmentation (TriangularCylindrical3D_Domain &dom)
unsigned int num_segments ()
 Return the number of segments that form the segmentation.
TriangularCylindrical3D_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.
TriangularCylindrical3D_Domain_t & get_domain ()
 Get a reference to the ViennaGrid domain object to which the segmentation corresponds.
TriangularCylindrical3D_Segmentation_t & get_segmentation ()
 Get a reference to the ViennaGrind segmentation object.

Detailed Description

Wrapped segmentation of a triangular, cylindrical domain.

Since
0.1.0

Member Function Documentation

TriangularCylindrical3D_Domain_t & TriangularCylindrical3D_Segmentation::get_domain ( )

Get a reference to the ViennaGrid domain object to which the segmentation corresponds.

Returns
Reference to the ViennaGrid domain object to which the segmentation corresponds.
Since
0.1.0
TriangularCylindrical3D_Segmentation_t & TriangularCylindrical3D_Segmentation::get_segmentation ( )

Get a reference to the ViennaGrind segmentation object.

Returns
Reference to the ViennaGrid segmentation object.
Since
0.1.0
list TriangularCylindrical3D_Segmentation::get_segments ( )

Return a Python list containing all the segments that form the segmentation.

Returns
Python list
Since
0.1.0
TriangularCylindrical3D_Segment TriangularCylindrical3D_Segmentation::make_segment ( )

Create a new segment in the segmentation.

Returns
The newly created segment.
Since
0.1.0
unsigned int TriangularCylindrical3D_Segmentation::num_segments ( )

Return the number of segments that form the segmentation.

Returns
unsigned integer
Since
0.1.0

The documentation for this class was generated from the following files: