|
LSSTApplications
1.1.2+25,10.0+13,10.0+132,10.0+133,10.0+224,10.0+41,10.0+8,10.0-1-g0f53050+14,10.0-1-g4b7b172+19,10.0-1-g61a5bae+98,10.0-1-g7408a83+3,10.0-1-gc1e0f5a+19,10.0-1-gdb4482e+14,10.0-11-g3947115+2,10.0-12-g8719d8b+2,10.0-15-ga3f480f+1,10.0-2-g4f67435,10.0-2-gcb4bc6c+26,10.0-28-gf7f57a9+1,10.0-3-g1bbe32c+14,10.0-3-g5b46d21,10.0-4-g027f45f+5,10.0-4-g86f66b5+2,10.0-4-gc4fccf3+24,10.0-40-g4349866+2,10.0-5-g766159b,10.0-5-gca2295e+25,10.0-6-g462a451+1
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.
1.8.5