public class LinearTransformAttributes extends AttributeSubject
Constructor and Description |
---|
LinearTransformAttributes() |
LinearTransformAttributes(int nMoreFields) |
LinearTransformAttributes(LinearTransformAttributes obj) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(LinearTransformAttributes obj) |
boolean |
GetInvertLinearTransform() |
double |
GetM00() |
double |
GetM01() |
double |
GetM02() |
double |
GetM03() |
double |
GetM10() |
double |
GetM11() |
double |
GetM12() |
double |
GetM13() |
double |
GetM20() |
double |
GetM21() |
double |
GetM22() |
double |
GetM23() |
double |
GetM30() |
double |
GetM31() |
double |
GetM32() |
double |
GetM33() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
boolean |
GetTransformVectors() |
int |
Offset()
Returns the offset into the selected table where this state object's fields begin.
|
void |
ReadAtts(int index,
CommunicationBuffer buf)
Reads the specified index's data from the buffer into the object.
|
void |
SetInvertLinearTransform(boolean invertLinearTransform_) |
void |
SetM00(double m00_) |
void |
SetM01(double m01_) |
void |
SetM02(double m02_) |
void |
SetM03(double m03_) |
void |
SetM10(double m10_) |
void |
SetM11(double m11_) |
void |
SetM12(double m12_) |
void |
SetM13(double m13_) |
void |
SetM20(double m20_) |
void |
SetM21(double m21_) |
void |
SetM22(double m22_) |
void |
SetM23(double m23_) |
void |
SetM30(double m30_) |
void |
SetM31(double m31_) |
void |
SetM32(double m32_) |
void |
SetM33(double m33_) |
void |
SetTransformVectors(boolean transformVectors_) |
java.lang.String |
toString(java.lang.String indent) |
void |
WriteAtts(CommunicationBuffer buf)
Writes the selected fields of the object to the buffer.
|
Attach, boolArrayToString, boolToString, boolVectorToString, Detach, doubleArrayToString, doubleToString, doubleVectorToString, floatArrayToString, floatToString, floatVectorToString, GetAttributeId, GetClassName, intArrayToString, intToString, intVectorToString, IsSelected, Notify, NumAttributes, NumAttributesSelected, Read, Select, SelectAll, SetAttributeId, stringToString, stringVectorToString, toString, ucharArrayToString, ucharToString, ucharVectorToString, UnSelectAll, Write, WriteSelect
public LinearTransformAttributes()
public LinearTransformAttributes(int nMoreFields)
public LinearTransformAttributes(LinearTransformAttributes obj)
public int Offset()
AttributeSubject
Offset
in class AttributeSubject
public int GetNumAdditionalAttributes()
AttributeSubject
GetNumAdditionalAttributes
in class AttributeSubject
public boolean equals(LinearTransformAttributes obj)
public void SetM00(double m00_)
public void SetM01(double m01_)
public void SetM02(double m02_)
public void SetM03(double m03_)
public void SetM10(double m10_)
public void SetM11(double m11_)
public void SetM12(double m12_)
public void SetM13(double m13_)
public void SetM20(double m20_)
public void SetM21(double m21_)
public void SetM22(double m22_)
public void SetM23(double m23_)
public void SetM30(double m30_)
public void SetM31(double m31_)
public void SetM32(double m32_)
public void SetM33(double m33_)
public void SetInvertLinearTransform(boolean invertLinearTransform_)
public void SetTransformVectors(boolean transformVectors_)
public double GetM00()
public double GetM01()
public double GetM02()
public double GetM03()
public double GetM10()
public double GetM11()
public double GetM12()
public double GetM13()
public double GetM20()
public double GetM21()
public double GetM22()
public double GetM23()
public double GetM30()
public double GetM31()
public double GetM32()
public double GetM33()
public boolean GetInvertLinearTransform()
public boolean GetTransformVectors()
public void WriteAtts(CommunicationBuffer buf)
AttributeSubject
WriteAtts
in class AttributeSubject
buf
- The communication buffer to which the object will be written.public void ReadAtts(int index, CommunicationBuffer buf)
AttributeSubject
ReadAtts
in class AttributeSubject
buf
- The communication buffer to from which the object will be read.public java.lang.String toString(java.lang.String indent)
toString
in class AttributeSubject