\brief Return the number of components per element. This is always 1 for non-vectorized formats. \return the number of components per element.
| 8510 | //! \return the number of components per element. |
| 8511 | //! |
| 8512 | int64_t getComponentsPerElement() const noexcept |
| 8513 | { |
| 8514 | return mImpl->getComponentsPerElement(); |
| 8515 | } |
| 8516 | |
| 8517 | protected: |
| 8518 | virtual ~IAlgorithmIOInfo() noexcept = default; |
no outgoing calls
no test coverage detected