\brief Get the reduce operation for the layer. \see setOperation(), ReduceOperation
| 3811 | //! \see setOperation(), ReduceOperation |
| 3812 | //! |
| 3813 | ReduceOperation getOperation() const noexcept |
| 3814 | { |
| 3815 | return mImpl->getOperation(); |
| 3816 | } |
| 3817 | |
| 3818 | //! |
| 3819 | //! \brief Set the axes over which to reduce. |
nothing calls this directly
no test coverage detected