mxlib
c++ tools for analyzing astronomical data and other tasks by Jared R. Males. [git repo]
mx::improc::eigenArrPlanes< arrT, isCube > Struct Template Reference

template<typename arrT, bool isCube = is_eigenCube<arrT>::value>
struct mx::improc::eigenArrPlanes< arrT, isCube >

Function object to return the number of planes for any Eigen like object, whether 2D or a 3D cube.

Uses SFINAE to check for 3D eigenCube.

Definition at line 90 of file eigenImage.hpp.

#include <improc/eigenImage.hpp>


The documentation for this struct was generated from the following file: