Uses of Class
adams.core.base.Mat5ArrayElementIndex
-
Packages that use Mat5ArrayElementIndex Package Description adams.data.conversion adams.data.matlab adams.flow.transformer -
-
Uses of Mat5ArrayElementIndex in adams.data.conversion
Fields in adams.data.conversion declared as Mat5ArrayElementIndex Modifier and Type Field Description protected Mat5ArrayElementIndex
Mat5StructToMap. m_Index
the index to retrieve.Methods in adams.data.conversion that return Mat5ArrayElementIndex Modifier and Type Method Description Mat5ArrayElementIndex
Mat5StructToMap. getIndex()
Returns the (optional) index for multi-dimensional structs to retrieve just the specified single element instead of all.Methods in adams.data.conversion with parameters of type Mat5ArrayElementIndex Modifier and Type Method Description void
Mat5StructToMap. setIndex(Mat5ArrayElementIndex value)
Sets the (optional) index for multi-dimensional structs to retrieve just the specified single element instead of all. -
Uses of Mat5ArrayElementIndex in adams.data.matlab
Methods in adams.data.matlab that return Mat5ArrayElementIndex Modifier and Type Method Description Mat5ArrayElementIndex
MatlabArrayIndexSupporter. getIndex()
Returns the index to obtain.Methods in adams.data.matlab with parameters of type Mat5ArrayElementIndex Modifier and Type Method Description void
MatlabArrayIndexSupporter. setIndex(Mat5ArrayElementIndex value)
Sets the index to obtain. -
Uses of Mat5ArrayElementIndex in adams.flow.transformer
Fields in adams.flow.transformer declared as Mat5ArrayElementIndex Modifier and Type Field Description protected Mat5ArrayElementIndex
Mat5ArraySubset. m_Index
the element index to use.protected Mat5ArrayElementIndex
Mat5GetMatrixElement. m_Index
the element index to use.protected Mat5ArrayElementIndex
Mat5SetMatrixElement. m_Index
the element index to use.Methods in adams.flow.transformer that return Mat5ArrayElementIndex Modifier and Type Method Description Mat5ArrayElementIndex
Mat5ArraySubset. getIndex()
Returns the index to obtain.Mat5ArrayElementIndex
Mat5GetMatrixElement. getIndex()
Returns the index to obtain.Mat5ArrayElementIndex
Mat5SetMatrixElement. getIndex()
Returns the index to obtain.Methods in adams.flow.transformer with parameters of type Mat5ArrayElementIndex Modifier and Type Method Description void
Mat5ArraySubset. setIndex(Mat5ArrayElementIndex value)
Sets the index to obtain.void
Mat5GetMatrixElement. setIndex(Mat5ArrayElementIndex value)
Sets the index to obtain.void
Mat5SetMatrixElement. setIndex(Mat5ArrayElementIndex value)
Sets the index to obtain.
-