Public Types | |
enum | { Options = _Options } |
typedef ConstraintDataBase< ConstraintModelTpl< _Scalar, _Options, ConstraintCollectionTpl > > | Base |
typedef ConstraintCollectionTpl< Scalar, Options > | ConstraintCollection |
typedef ConstraintCollection::ConstraintDataVariant | ConstraintDataVariant |
typedef ConstraintCollection::ConstraintModelVariant | ConstraintModelVariant |
typedef _Scalar | Scalar |
Public Types inherited from ConstraintDataBase< ConstraintDataTpl< _Scalar, _Options, ConstraintCollectionTpl > > | |
typedef traits< ConstraintDataTpl< _Scalar, _Options, ConstraintCollectionTpl > >::ConstraintModel | ConstraintModel |
typedef traits< ConstraintDataTpl< _Scalar, _Options, ConstraintCollectionTpl > >::Scalar | Scalar |
Public Types inherited from NumericalBase< Derived > | |
typedef traits< Derived >::Scalar | Scalar |
Public Member Functions | |
template<typename ContraintDataDerived > | |
ConstraintDataTpl (const ConstraintDataBase< ContraintDataDerived > &cdata) | |
ConstraintDataTpl (const ConstraintDataVariant &cdata_variant) | |
template<typename ConstraintDataDerived > | |
bool | isEqual (const ConstraintDataBase< ConstraintDataDerived > &other) const |
bool | isEqual (const ConstraintDataTpl &other) const |
bool | operator!= (const ConstraintDataTpl &other) const |
bool | operator== (const ConstraintDataTpl &other) const |
ConstraintDataVariant & | toVariant () |
const ConstraintDataVariant & | toVariant () const |
Public Member Functions inherited from ConstraintDataBase< ConstraintDataTpl< _Scalar, _Options, ConstraintCollectionTpl > > | |
ConstraintDataTpl< _Scalar, _Options, ConstraintCollectionTpl > & | derived () |
const ConstraintDataTpl< _Scalar, _Options, ConstraintCollectionTpl > & | derived () const |
Definition at line 34 of file constraint-data-generic.hpp.