LSSTApplications
10.0-2-g4f67435,11.0.rc2+1,11.0.rc2+12,11.0.rc2+3,11.0.rc2+4,11.0.rc2+5,11.0.rc2+6,11.0.rc2+7,11.0.rc2+8
LSSTDataManagementBasePackage
|
#include <casts.h>
Public Types | |
typedef ExpressionTraits < Array_ >::Element | ComplexElement |
typedef boost::remove_const < ComplexElement >::type | ComplexValue |
typedef ExpressionTraits < Array_ >::ND | ND |
typedef ComplexValue::value_type | RealValue |
typedef boost::mpl::if_ < boost::is_const < ComplexElement >, RealValue const, RealValue >::type | RealElement |
typedef ArrayRef< RealElement, ND::value, 0 > | Result |
typedef detail::ArrayAccess < Result > | Access |
typedef Vector< int, ND::value > | Index |
Public Member Functions | |
BOOST_STATIC_ASSERT (boost::is_complex< ComplexValue >::value) | |
Static Public Member Functions | |
static Result | apply (Array_ const &array, int offset) |
typedef detail::ArrayAccess<Result> ndarray::detail::ComplexExtractor< Array_ >::Access |
typedef ExpressionTraits<Array_>::Element ndarray::detail::ComplexExtractor< Array_ >::ComplexElement |
typedef boost::remove_const<ComplexElement>::type ndarray::detail::ComplexExtractor< Array_ >::ComplexValue |
typedef Vector<int,ND::value> ndarray::detail::ComplexExtractor< Array_ >::Index |
typedef ExpressionTraits<Array_>::ND ndarray::detail::ComplexExtractor< Array_ >::ND |
typedef boost::mpl::if_< boost::is_const<ComplexElement>, RealValue const, RealValue >::type ndarray::detail::ComplexExtractor< Array_ >::RealElement |
typedef ComplexValue::value_type ndarray::detail::ComplexExtractor< Array_ >::RealValue |
typedef ArrayRef<RealElement,ND::value,0> ndarray::detail::ComplexExtractor< Array_ >::Result |
|
inlinestatic |
Definition at line 57 of file casts.h.
ndarray::detail::ComplexExtractor< Array_ >::BOOST_STATIC_ASSERT | ( | boost::is_complex< ComplexValue >::value | ) |