高级会员
注册日期: 06-11
帖子: 14579
精华: 1
现金: 224494 标准币
资产: 234494 标准币
|
【转帖】odgismartworldgeometry
odgismartworldgeometry
odgismartworldgeometry
hi,
i tried to inherit from odgismartworldgeometry, which seems to be a pretty good class to inherit a geometry class from. it compiled fine but i could not link it. it seems the methods of odgismartworldgeometry have not been implemented. or do i miss some libraries? i'm on windows.
thanks
arno歵
i believe this class to be 'obselete' or 'incomplete' from our side. there appears to be no declarations for the pure virtual methods from the base class.
thanks walt
so i guess i'll stick to inheriting odgiworldgeometry. but boy, the smart one looked so cool. i wouldn't have to implement almost anything. i'd start with worldline and looked how it goes. in odgiworldgeometry, there is a lot of abstract methods left that have to be implemented (on my side) to get reasonably implemented basic entities.
by the way, it's not the declarations that are missing; there're there. that's what got me confused. they are in both the header file(s) and the documentation. only there are not implemented, apparently.
you are correct - its only the implementation that is missing. but thats a big 'only'
|