Uses of Class
adams.core.base.Mat5ArrayDimensions
-
Packages that use Mat5ArrayDimensions Package Description adams.flow.source -
-
Uses of Mat5ArrayDimensions in adams.flow.source
Fields in adams.flow.source declared as Mat5ArrayDimensions Modifier and Type Field Description protected Mat5ArrayDimensions
NewMat5Matrix. m_Dimensions
the dimensions of the matrix.protected Mat5ArrayDimensions
NewMat5Struct. m_Dimensions
the dimensions of the matrix.Methods in adams.flow.source that return Mat5ArrayDimensions Modifier and Type Method Description Mat5ArrayDimensions
NewMat5Matrix. getDimensions()
Returns the dimensions to obtain.Mat5ArrayDimensions
NewMat5Struct. getDimensions()
Returns the dimensions to obtain.Methods in adams.flow.source with parameters of type Mat5ArrayDimensions Modifier and Type Method Description void
NewMat5Matrix. setDimensions(Mat5ArrayDimensions value)
Sets the dimensions to obtain.void
NewMat5Struct. setDimensions(Mat5ArrayDimensions value)
Sets the dimensions to obtain.
-