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 Mat5ArrayDimensionsNewMat5Matrix. m_Dimensionsthe dimensions of the matrix.protected Mat5ArrayDimensionsNewMat5Struct. m_Dimensionsthe dimensions of the matrix.Methods in adams.flow.source that return Mat5ArrayDimensions Modifier and Type Method Description Mat5ArrayDimensionsNewMat5Matrix. getDimensions()Returns the dimensions to obtain.Mat5ArrayDimensionsNewMat5Struct. getDimensions()Returns the dimensions to obtain.Methods in adams.flow.source with parameters of type Mat5ArrayDimensions Modifier and Type Method Description voidNewMat5Matrix. setDimensions(Mat5ArrayDimensions value)Sets the dimensions to obtain.voidNewMat5Struct. setDimensions(Mat5ArrayDimensions value)Sets the dimensions to obtain.
-