|
Classes |
| class | NDIndex< Dim > |
| class | Touches< Dim > |
| class | Contains< Dim > |
| class | Split< Dim > |
Functions |
| template<unsigned Dim> |
| NDIndex< Dim > | operator+ (const NDIndex< Dim > &, const int *) |
| template<unsigned Dim> |
| NDIndex< Dim > | operator+ (const int *, const NDIndex< Dim > &) |
| template<unsigned Dim> |
| NDIndex< Dim > | operator- (const NDIndex< Dim > &, const int *) |
| template<unsigned Dim> |
| NDIndex< Dim > | operator- (const int *, const NDIndex< Dim > &) |
| template<unsigned Dim> |
| NDIndex< Dim > | operator- (const NDIndex< Dim > &) |
| template<unsigned Dim> |
| NDIndex< Dim > | operator * (const NDIndex< Dim > &, const int *) |
| template<unsigned Dim> |
| NDIndex< Dim > | operator * (const int *, const NDIndex< Dim > &) |
| template<unsigned Dim> |
| NDIndex< Dim > | operator/ (const NDIndex< Dim > &, const int *) |
| template<unsigned Dim> |
| bool | operator< (const NDIndex< Dim > &, const NDIndex< Dim > &) |
| template<unsigned Dim, unsigned Dim2> |
| bool | operator== (const NDIndex< Dim > &, const NDIndex< Dim2 > &) |
| template<unsigned Dim> |
| ostream & | operator<< (ostream &, const NDIndex< Dim > &) |
| template<unsigned D1, unsigned D2> |
| NDIndex< D1 > | plugBase (const NDIndex< D1 > &, const NDIndex< D2 > &) |