Gecode::Slice minimodel.hh class A A ArrayTraits< A >::ArgsType typedef ArrayTraits<A>::ArgsType Gecode::Slice< A >::ArgsType ArgsType The type of the Args-array type for ValueType values. ArgsType ArgsType Gecode::Slice< A >::_r _r The elements of the slice. unsigned int unsigned int Gecode::Slice< A >::_fc _fc From column. unsigned int unsigned int Gecode::Slice< A >::_tc _tc To column. unsigned int unsigned int Gecode::Slice< A >::_fr _fr From row. unsigned int unsigned int Gecode::Slice< A >::_tr _tr To row. Gecode::Slice< A >::Slice (const Matrix< A > &a, int fc, int tc, int fr, int tr) Slice const Matrix< A > & a int fc int tc int fr int tr Construct slice. Slice & Slice< A > & Gecode::Slice< A >::reverse (void) reverse void Reverses the contents of the slice, and returns a reference to it. forceinline Gecode::Slice< A >::operator ArgsType (void) operator ArgsType void Cast to array type. Gecode::Slice< A >::operator Matrix< ArgsType > (void) operator Matrix< ArgsType > void Cast to matrix type. Gecode::Slice< A >::operator const ArgsType (void) const operator const ArgsType void Cast to array type. Gecode::Slice< A >::operator const Matrix< ArgsType > (void) const operator const Matrix< ArgsType > void Cast to matrix type. A slice of a matrix. This class represents a slice of the matrix. It is used to get context-dependent behaviour. The slice will be automatically converted to an ArgsType Args-array or to a Matrix<ArgsType> depending on the context where it is used. Gecode::Slice_fc Gecode::Slice_fr Gecode::Slice_r Gecode::Slice_tc Gecode::Slice_tr Gecode::SliceArgsType Gecode::Sliceoperator ArgsType Gecode::Sliceoperator const ArgsType Gecode::Sliceoperator const Matrix< ArgsType > Gecode::Sliceoperator Matrix< ArgsType > Gecode::Slicereverse Gecode::SliceSlice