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 <ViewBuilder.h>
Public Types | |
typedef ExpressionTraits< Array_ > | Traits |
typedef Traits::Element | Element |
typedef Traits::ND | InputND |
typedef Traits::RMC | InputRMC |
typedef Traits::Core | InputCore |
typedef boost::mpl::bool_ <(InputRMC::value< 0)> | IsColumnMajor |
typedef ViewNormalizer < InputND::value, InSeq > | Normalizer |
typedef ViewNormalizer < InputND::value, InSeq > ::Output | NormSeq |
typedef ViewTraits < InputND::value, InputRMC::value, NormSeq > | OutputTraits |
typedef OutputTraits::ND | OutputND |
typedef OutputTraits::RMC | OutputRMC |
typedef ArrayRef< Element, OutputND::value, OutputRMC::value > | OutputArray |
typedef Core< OutputND::value > | OutputCore |
Static Public Member Functions | |
static OutputArray | apply (Array_ const &array, InSeq const &seq) |
template<int M, int N> | |
static std::pair< Element *, typename OutputCore::Ptr > | process (NormSeq const &seq, CoreTransformer< Element, M, N > t) |
static std::pair< Element *, typename OutputCore::Ptr > | process (NormSeq const &seq, CoreTransformer< Element, 0, 0 > t) |
Definition at line 272 of file ViewBuilder.h.
typedef Traits::Element ndarray::detail::ViewBuilder< Array_, InSeq >::Element |
Definition at line 274 of file ViewBuilder.h.
typedef Traits::Core ndarray::detail::ViewBuilder< Array_, InSeq >::InputCore |
Definition at line 277 of file ViewBuilder.h.
typedef Traits::ND ndarray::detail::ViewBuilder< Array_, InSeq >::InputND |
Definition at line 275 of file ViewBuilder.h.
typedef Traits::RMC ndarray::detail::ViewBuilder< Array_, InSeq >::InputRMC |
Definition at line 276 of file ViewBuilder.h.
typedef boost::mpl::bool_<(InputRMC::value < 0)> ndarray::detail::ViewBuilder< Array_, InSeq >::IsColumnMajor |
Definition at line 278 of file ViewBuilder.h.
typedef ViewNormalizer<InputND::value,InSeq> ndarray::detail::ViewBuilder< Array_, InSeq >::Normalizer |
Definition at line 280 of file ViewBuilder.h.
typedef ViewNormalizer<InputND::value,InSeq>::Output ndarray::detail::ViewBuilder< Array_, InSeq >::NormSeq |
Definition at line 281 of file ViewBuilder.h.
typedef ArrayRef<Element,OutputND::value,OutputRMC::value> ndarray::detail::ViewBuilder< Array_, InSeq >::OutputArray |
Definition at line 287 of file ViewBuilder.h.
typedef Core<OutputND::value> ndarray::detail::ViewBuilder< Array_, InSeq >::OutputCore |
Definition at line 288 of file ViewBuilder.h.
typedef OutputTraits::ND ndarray::detail::ViewBuilder< Array_, InSeq >::OutputND |
Definition at line 284 of file ViewBuilder.h.
typedef OutputTraits::RMC ndarray::detail::ViewBuilder< Array_, InSeq >::OutputRMC |
Definition at line 285 of file ViewBuilder.h.
typedef ViewTraits<InputND::value,InputRMC::value,NormSeq> ndarray::detail::ViewBuilder< Array_, InSeq >::OutputTraits |
Definition at line 282 of file ViewBuilder.h.
typedef ExpressionTraits<Array_> ndarray::detail::ViewBuilder< Array_, InSeq >::Traits |
Definition at line 273 of file ViewBuilder.h.
|
inlinestatic |
Definition at line 290 of file ViewBuilder.h.
|
inlinestatic |
Definition at line 303 of file ViewBuilder.h.
|
inlinestatic |
Definition at line 308 of file ViewBuilder.h.