\brief Get the unary operation for the layer. \see setOperation(), UnaryOperation
| 3738 | //! \see setOperation(), UnaryOperation |
| 3739 | //! |
| 3740 | UnaryOperation getOperation() const noexcept |
| 3741 | { |
| 3742 | return mImpl->getOperation(); |
| 3743 | } |
| 3744 | |
| 3745 | protected: |
| 3746 | apiv::VUnaryLayer* mImpl; |
nothing calls this directly
no test coverage detected