| 455 | } |
| 456 | |
| 457 | OfxStatus |
| 458 | OfxImageEffectInstance::getViewCount(int *nViews) const |
| 459 | { |
| 460 | *nViews = getOfxEffectInstance()->getApp()->getProject()->getProjectViewsCount(); |
| 461 | |
| 462 | return kOfxStatOK; |
| 463 | } |
| 464 | |
| 465 | // overridden from OFX::Host::ImageEffect::Instance |
| 466 | OfxStatus |
nothing calls this directly
no test coverage detected