|
LSSTApplications
8.0.0.0+107,8.0.0.1+13,9.1+18,9.2,master-g084aeec0a4,master-g0aced2eed8+6,master-g15627eb03c,master-g28afc54ef9,master-g3391ba5ea0,master-g3d0fb8ae5f,master-g4432ae2e89+36,master-g5c3c32f3ec+17,master-g60f1e072bb+1,master-g6a3ac32d1b,master-g76a88a4307+1,master-g7bce1f4e06+57,master-g8ff4092549+31,master-g98e65bf68e,master-ga6b77976b1+53,master-gae20e2b580+3,master-gb584cd3397+53,master-gc5448b162b+1,master-gc54cf9771d,master-gc69578ece6+1,master-gcbf758c456+22,master-gcec1da163f+63,master-gcf15f11bcc,master-gd167108223,master-gf44c96c709
LSSTDataManagementBasePackage
|
A template meta-sequence that defines an arbitrary view into an unspecified array. More...
#include <views.h>
Public Types | |
| typedef Seq_ | Sequence |
| A boost::fusion sequence type. More... | |
| typedef View< typename boost::fusion::result_of::push_back < Sequence const, index::Full > ::type > | Full |
The View that results from chaining an full dimension index () to this. More... | |
| typedef View< typename boost::fusion::result_of::push_back < Sequence const, index::Range > ::type > | Range |
The View that results from chaining a range (start,stop) to this. More... | |
| typedef View< typename boost::fusion::result_of::push_back < Sequence const, index::Slice > ::type > | Slice |
The View that results from chaining a slice (start,stop,step) to this. More... | |
| typedef View< typename boost::fusion::result_of::push_back < Sequence const, index::Scalar >::type > | Scalar |
The View that results from chaining a scalar (n) to this. More... | |
Public Member Functions | |
| View (Sequence seq) | |
| template<typename OtherSequence > | |
| View (OtherSequence const &other) | |
| template<typename OtherSequence > | |
| View (View< OtherSequence > const &other) | |
| Full | operator() () const |
| Chain the full next dimension to this. More... | |
| Range | operator() (int start, int stop) const |
| Chain a contiguous range of the next dimension to this. More... | |
| Slice | operator() (int start, int stop, int step) const |
| Chain a noncontiguous slice of the next dimension to this. More... | |
| Scalar | operator() (int n) const |
| Chain a single element of the next dimension to this. More... | |
Public Attributes | |
| Sequence | _seq |
| A boost::fusion sequence of index objects. More... | |
A template meta-sequence that defines an arbitrary view into an unspecified array.
A View is constructed from a call to the global view() function and subsequent chained calls to operator().
| typedef View<typename boost::fusion::result_of::push_back<Sequence const,index::Full>::type> ndarray::View< Seq_ >::Full |
| typedef View<typename boost::fusion::result_of::push_back<Sequence const,index::Range>::type> ndarray::View< Seq_ >::Range |
| typedef View<typename boost::fusion::result_of::push_back<Sequence const,index::Scalar>::type> ndarray::View< Seq_ >::Scalar |
| typedef Seq_ ndarray::View< Seq_ >::Sequence |
| typedef View<typename boost::fusion::result_of::push_back<Sequence const,index::Slice>::type> ndarray::View< Seq_ >::Slice |
|
inlineexplicit |
|
inlineexplicit |
|
inline |
|
inline |
Chain the full next dimension to this.
Definition at line 109 of file views.h.
|
inline |
Chain a contiguous range of the next dimension to this.
Definition at line 112 of file views.h.
|
inline |
Chain a noncontiguous slice of the next dimension to this.
Definition at line 117 of file views.h.
|
inline |
Chain a single element of the next dimension to this.
Definition at line 122 of file views.h.
| Sequence ndarray::View< Seq_ >::_seq |
1.8.5