Helper class for converting non Iop based classes to Iop.
More...
#include <ConvertibleToIop.h>
Helper class for converting non Iop based classes to Iop.
◆ conversionHelperNodeClass()
virtual const char * DD::Image::ConvertibleToIop::conversionHelperNodeClass |
( |
| ) |
const |
|
pure virtual |
return the name of the helper node that should be used for converting this op to an Iop for viewing.
◆ convertibleFormat()
virtual const Format * DD::Image::ConvertibleToIop::convertibleFormat |
( |
| ) |
const |
|
pure virtual |
return the format for this op after were it to be converted to an Iop via an instance of the node returned by conversionHelperNodeClass.