Implement calculation of the circumcenter of a cell. More...
#include <boost/python.hpp>
#include "../points/cartesian.hpp"
#include "../points/cylindrical.hpp"
#include "../points/polar.hpp"
#include "../points/spherical.hpp"
#include "../cells/linear.hpp"
#include "../cells/triangular.hpp"
#include "../cells/quadrilateral.hpp"
#include "../cells/tetrahedral.hpp"
Go to the source code of this file.
Implement calculation of the circumcenter of a cell.
PointCartesian1D LinearCartesian1D_Cell_circumcenter | ( | LinearCartesian1D_Cell | cell | ) |
Compute the circumcenter of a linear cartesian 1D cell.
cell | The cell whose circumcenter will be computed. |
PointCartesian2D LinearCartesian2D_Cell_circumcenter | ( | LinearCartesian2D_Cell | cell | ) |
Compute the circumcenter of a linear cartesian 2D cell.
cell | The cell whose circumcenter will be computed. |
PointCartesian3D LinearCartesian3D_Cell_circumcenter | ( | LinearCartesian3D_Cell | cell | ) |
Compute the circumcenter of a linear cartesian 3D cell.
cell | The cell whose circumcenter will be computed. |
PointCylindrical3D LinearCylindrical3D_Cell_circumcenter | ( | LinearCylindrical3D_Cell | cell | ) |
Compute the circumcenter of a linear cylindrical cell.
cell | The cell whose circumcenter will be computed. |
PointPolar2D LinearPolar2D_Cell_circumcenter | ( | LinearPolar2D_Cell | cell | ) |
Compute the circumcenter of a linear polar cell.
cell | The cell whose circumcenter will be computed. |
PointSpherical3D LinearSpherical3D_Cell_circumcenter | ( | LinearSpherical3D_Cell | cell | ) |
Compute the circumcenter of a linear spherical cell.
cell | The cell whose circumcenter will be computed. |
PointCartesian2D QuadrilateralCartesian2D_Cell_circumcenter | ( | QuadrilateralCartesian2D_Cell | cell | ) |
Compute the circumcenter of a quadrilateral cartesian 2D cell.
cell | The cell whose circumcenter will be computed. |
PointCartesian3D QuadrilateralCartesian3D_Cell_circumcenter | ( | QuadrilateralCartesian3D_Cell | cell | ) |
Compute the circumcenter of a quadrilateral cartesian 3D cell.
cell | The cell whose circumcenter will be computed. |
PointCylindrical3D QuadrilateralCylindrical3D_Cell_circumcenter | ( | QuadrilateralCylindrical3D_Cell | cell | ) |
Compute the circumcenter of a quadrilateral cylindrical cell.
cell | The cell whose circumcenter will be computed. |
PointPolar2D QuadrilateralPolar2D_Cell_circumcenter | ( | QuadrilateralPolar2D_Cell | cell | ) |
Compute the circumcenter of a quadrilateral polar cell.
cell | The cell whose circumcenter will be computed. |
PointSpherical3D QuadrilateralSpherical3D_Cell_circumcenter | ( | QuadrilateralSpherical3D_Cell | cell | ) |
Compute the circumcenter of a quadrilateral spherical cell.
cell | The cell whose circumcenter will be computed. |
PointCartesian3D TetrahedralCartesian3D_Cell_circumcenter | ( | TetrahedralCartesian3D_Cell | cell | ) |
Compute the circumcenter of a tetrahedral cartesian 3D cell.
cell | The cell whose circumcenter will be computed. |
PointCylindrical3D TetrahedralCylindrical3D_Cell_circumcenter | ( | TetrahedralCylindrical3D_Cell | cell | ) |
Compute the circumcenter of a tetrahedral cylindrical cell.
cell | The cell whose circumcenter will be computed. |
PointSpherical3D TetrahedralSpherical3D_Cell_circumcenter | ( | TetrahedralSpherical3D_Cell | cell | ) |
Compute the circumcenter of a tetrahedral spherical cell.
cell | The cell whose circumcenter will be computed. |
PointCartesian2D TriangularCartesian2D_Cell_circumcenter | ( | TriangularCartesian2D_Cell | cell | ) |
Compute the circumcenter of a triangular cartesian 2D cell.
cell | The cell whose circumcenter will be computed. |
PointCartesian3D TriangularCartesian3D_Cell_circumcenter | ( | TriangularCartesian3D_Cell | cell | ) |
Compute the circumcenter of a triangular cartesian 3D cell.
cell | The cell whose circumcenter will be computed. |
PointCylindrical3D TriangularCylindrical3D_Cell_circumcenter | ( | TriangularCylindrical3D_Cell | cell | ) |
Compute the circumcenter of a triangular cylindrical cell.
cell | The cell whose circumcenter will be computed. |
PointPolar2D TriangularPolar2D_Cell_circumcenter | ( | TriangularPolar2D_Cell | cell | ) |
Compute the circumcenter of a triangular polar cell.
cell | The cell whose circumcenter will be computed. |
PointSpherical3D TriangularSpherical3D_Cell_circumcenter | ( | TriangularSpherical3D_Cell | cell | ) |
Compute the circumcenter of a triangular spherical cell.
cell | The cell whose circumcenter will be computed. |