Simbody
3.5
|
Use this class to represent sets of acceptable values for each of the storage attributes (packing, position, order, diagonal). More...
Public Member Functions | |
Mask () | |
Mask (PackingMask pkm, PlacementMask plm, OrderMask om, DiagonalMask dm) | |
Mask & | setToUncommitted () |
bool | isUncommitted () const |
bool | isSatisfiedBy (Packing pack, Placement place, Order ord, Diagonal diag) const |
bool | isSatisfiedBy (const MatrixStorage &actual) const |
Public Attributes | |
PackingMask | packing |
PlacementMask | placement |
OrderMask | order |
DiagonalMask | diagonal |
Use this class to represent sets of acceptable values for each of the storage attributes (packing, position, order, diagonal).
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
PackingMask SimTK::MatrixStorage::Mask::packing |
PlacementMask SimTK::MatrixStorage::Mask::placement |
OrderMask SimTK::MatrixStorage::Mask::order |
DiagonalMask SimTK::MatrixStorage::Mask::diagonal |