User profile: espakm

User info
User name:espakm
History
Joined:
Number of posts:5
Latest posts:

function dispatch based on template arguments at run-time
Yes, 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-time
Actually, 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-time
Otherwise, 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-time
The 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-time
Hi, I have a non-generic base class with a generic derived class and a generic function. [code...

This user does not accept Private Messages