cogintersectiontest.html
来自「有限元学习研究用源代码(老外的),供科研人员参考」· HTML 代码 · 共 27 行
HTML
27 行
<TITLE>COG 1.0 - CogeometryIntersection</TITLE>
<H2>class CogeometryIntersection</H2>
<PRE>
#include "<A HREF="cogpair.hxx">cogpair.hxx</A>"
</PRE>
<P>Assume we have given two geometries. For every point we have two
regions containing this point. The class <B>CogeometryIntersection</B>
defines the minimum of the two region numbers as the new region number:
<PRE>
cogeometry test_cogeometry()
{
cogeometry geom1 = test_cogeometry_1();
cogeometry geom2 = test_cogeometry_2();
return new CogeometryIntersection(geom1,geom2);
}
#ifdef test_cogeometry
this code can be used only in cogtest.cxx !!!!! see test.html#parameters for more;
#endif
</PRE>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?