Jump to content

Cop Generator/filter Questions


Recommended Posts

  • 1 month later...
I'm not sure what does it mean.

Hey Hok,

Don't know the specifics of this case, but what the compiler is trying to tell you is that COP2_Material is an abstract class (has one or more pure virtual members) and therefore cannot be instantiated. I'm guessing that COP2_Material is your own custom class which derives from COP2_Node... but COP2_Node is abstract! (specifically, the method cookSequenceInfo(OP_ERROR&) is not implemented).

So, unless you know how to go about implementing the cookSequenceInfo(OP_ERROR&) method, I'd suggest deriving from something further down the hierarchy -- a quick scan of the hierarchy seems to suggest that any class below (and including) COP2_MultiBase, COP2_PixelBase, and COP2_TimingBase should be OK... though I'd probably go with one of the main leaf classes: COP2_Generator or COP2_PixelOp.

But I haven't written any cop stuff so I could be all wrong about this...

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...