function dispatch based on template arguments at run-timeYes, the solution was to create a non-template base class to which I can cast. You helped me a lot....
function dispatch based on template arguments at run-timeActually, the base class is quite general in my case, it has nothing to do with images at all. That'...
function dispatch based on template arguments at run-timeOtherwise, making it a virtual member function does not solve the problem, but you are right that it...
function dispatch based on template arguments at run-timeThe function has to display an image. The argument is a "smart pointer" to an ITK image. itk::Image<...
function dispatch based on template arguments at run-timeHi, I have a non-generic base class with a generic derived class and a generic function. [code...
This user does not accept Private Messages