Helper class for converting non Iop based classes to Iop.
More...
Inherited by DD::Image::DeepOp.
Helper class for converting non Iop based classes to Iop.
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.
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.