高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】implementation for intersectwith method
implementation for "intersectwith" method
implementation for "intersectwith" method
hello,
has anyone come across intersectwith method implementation in oddbentity. please convey any info regrading this.
last edited by abhi007; 7th july 2008 at 03:53 amfff">.
oddbentity::intersectwith() has no actual implementation. it looks for oddbentityintersectionpe protocol extension and if pe is attached to the entity's class calls pe's method.
see dbentityintersectionpe.h
the implementation of the protocol extension is supposed to be provided by client code. (like oddbcurvepe).
sergey slezkin
|