CPlusPlus TOP Custom Parameters

Hello:

I tried looking into following help page for custom parameters to a CPlusPlus TOP derivative.ca/wiki088/index. … Parameters

It suggests a function setupParameters() but I couldn’t find an example usage of it in the Samples directory. Is the documentation outdated ? Also I couldn’t find the file CPlusPlus_Common.h anywhere.

Could you suggest some example on how a parameter could be created in the Cplusplus TOP ?

Thank you.
Ram.

Custom parameters we added in the 50000 series of builds, which are only posted as experimental right now.

Hello, I was wondering…

Regarding the custom parameters in the experimental build:

Is there currently a way to use CHOP input parameters for a CPlusPlusTOP? If not, are there plans to add this functionality?

You can add custom CHOP parameters and get them through getParCHOP(). There is no way to wire a CHOP to a TOP so you can’t use getInputCHOP().

Ok, thanks! That was all I was looking for. I was a bit confused earlier about how to initialize a CHOP input, but once I realized I needed to setup an OP_StringParameter for the constructor, it was very straightforward.