STK++ 0.9.13
|
specialization for vectors and points. More...
#include <STK_ExprBaseFunctors.h>
Public Types | |
typedef Functor< Derived > | ByColFunctor |
typedef ApplyFunctor< Derived, ByColFunctor > | ColOp |
typedef ApplyWeightedFunctor< Derived, ByColFunctor > | ColWeightedOp |
typedef Functor< Derived > | ByRowFunctor |
typedef ApplyFunctor< Derived, ByRowFunctor > | RowOp |
typedef ApplyWeightedFunctor< Derived, ByRowFunctor > | RowWeightedOp |
specialization for vectors and points.
In this case the functor apply directly to the Derived
class.
Definition at line 89 of file STK_ExprBaseFunctors.h.
typedef Functor<Derived> STK::hidden::FunctorSelector< Derived, Functor, true >::ByColFunctor |
Definition at line 91 of file STK_ExprBaseFunctors.h.
typedef Functor<Derived> STK::hidden::FunctorSelector< Derived, Functor, true >::ByRowFunctor |
Definition at line 95 of file STK_ExprBaseFunctors.h.
typedef ApplyFunctor<Derived, ByColFunctor> STK::hidden::FunctorSelector< Derived, Functor, true >::ColOp |
Definition at line 92 of file STK_ExprBaseFunctors.h.
typedef ApplyWeightedFunctor<Derived, ByColFunctor> STK::hidden::FunctorSelector< Derived, Functor, true >::ColWeightedOp |
Definition at line 93 of file STK_ExprBaseFunctors.h.
typedef ApplyFunctor<Derived, ByRowFunctor> STK::hidden::FunctorSelector< Derived, Functor, true >::RowOp |
Definition at line 96 of file STK_ExprBaseFunctors.h.
typedef ApplyWeightedFunctor<Derived, ByRowFunctor> STK::hidden::FunctorSelector< Derived, Functor, true >::RowWeightedOp |
Definition at line 97 of file STK_ExprBaseFunctors.h.