📄 cogintersectiontest.html
字号:
<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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -