| 4530 | /////////////////////////////////////////////////////////////////////////// |
| 4531 | |
| 4532 | int Config::getNumViewTransforms() const noexcept |
| 4533 | { |
| 4534 | return static_cast<int>(getImpl()->m_viewTransforms.size()); |
| 4535 | } |
| 4536 | |
| 4537 | ConstViewTransformRcPtr Config::getViewTransform(const char * name) const noexcept |
| 4538 | { |