Uses of Class
fi.tut.mei.resdescapi.rdapi.model.rd.PitchAndQuantityCT
-
Packages that use PitchAndQuantityCT Package Description fi.tut.mei.resdescapi.rdapi.model.rd -
-
Uses of PitchAndQuantityCT in fi.tut.mei.resdescapi.rdapi.model.rd
Fields in fi.tut.mei.resdescapi.rdapi.model.rd declared as PitchAndQuantityCT Modifier and Type Field Description protected PitchAndQuantityCT
MatrixLocationsCT. x
protected PitchAndQuantityCT
MatrixLocationsCT. y
protected PitchAndQuantityCT
MatrixLocationsCT. z
Methods in fi.tut.mei.resdescapi.rdapi.model.rd that return PitchAndQuantityCT Modifier and Type Method Description PitchAndQuantityCT
ObjectFactory. createPitchAndQuantityCT()
Create an instance ofPitchAndQuantityCT
PitchAndQuantityCT
MatrixLocationsCT. getX()
Gets the value of the x property.PitchAndQuantityCT
MatrixLocationsCT. getY()
Gets the value of the y property.PitchAndQuantityCT
MatrixLocationsCT. getZ()
Gets the value of the z property.Methods in fi.tut.mei.resdescapi.rdapi.model.rd with parameters of type PitchAndQuantityCT Modifier and Type Method Description void
MatrixLocationsCT. setX(PitchAndQuantityCT value)
Sets the value of the x property.void
MatrixLocationsCT. setY(PitchAndQuantityCT value)
Sets the value of the y property.void
MatrixLocationsCT. setZ(PitchAndQuantityCT value)
Sets the value of the z property.
-