llnl.visit
Class LinearTransformAttributes

java.lang.Object
  extended by llnl.visit.AttributeSubject
      extended by llnl.visit.LinearTransformAttributes

public class LinearTransformAttributes
extends AttributeSubject


Constructor Summary
LinearTransformAttributes()
           
LinearTransformAttributes(int nMoreFields)
           
LinearTransformAttributes(LinearTransformAttributes obj)
           
 
Method Summary
 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.
 
Methods inherited from class llnl.visit.AttributeSubject
Attach, boolToString, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinearTransformAttributes

public LinearTransformAttributes()

LinearTransformAttributes

public LinearTransformAttributes(int nMoreFields)

LinearTransformAttributes

public LinearTransformAttributes(LinearTransformAttributes obj)
Method Detail

Offset

public int Offset()
Description copied from class: AttributeSubject
Returns the offset into the selected table where this state object's fields begin.

Overrides:
Offset in class AttributeSubject
Returns:
An offset into the selected table.

GetNumAdditionalAttributes

public int GetNumAdditionalAttributes()
Description copied from class: AttributeSubject
Returns the number of attributes added in this level of the state object.

Overrides:
GetNumAdditionalAttributes in class AttributeSubject
Returns:
The number of attributes added in this level of the state object.

equals

public boolean equals(LinearTransformAttributes obj)

SetM00

public void SetM00(double m00_)

SetM01

public void SetM01(double m01_)

SetM02

public void SetM02(double m02_)

SetM03

public void SetM03(double m03_)

SetM10

public void SetM10(double m10_)

SetM11

public void SetM11(double m11_)

SetM12

public void SetM12(double m12_)

SetM13

public void SetM13(double m13_)

SetM20

public void SetM20(double m20_)

SetM21

public void SetM21(double m21_)

SetM22

public void SetM22(double m22_)

SetM23

public void SetM23(double m23_)

SetM30

public void SetM30(double m30_)

SetM31

public void SetM31(double m31_)

SetM32

public void SetM32(double m32_)

SetM33

public void SetM33(double m33_)

SetInvertLinearTransform

public void SetInvertLinearTransform(boolean invertLinearTransform_)

SetTransformVectors

public void SetTransformVectors(boolean transformVectors_)

GetM00

public double GetM00()

GetM01

public double GetM01()

GetM02

public double GetM02()

GetM03

public double GetM03()

GetM10

public double GetM10()

GetM11

public double GetM11()

GetM12

public double GetM12()

GetM13

public double GetM13()

GetM20

public double GetM20()

GetM21

public double GetM21()

GetM22

public double GetM22()

GetM23

public double GetM23()

GetM30

public double GetM30()

GetM31

public double GetM31()

GetM32

public double GetM32()

GetM33

public double GetM33()

GetInvertLinearTransform

public boolean GetInvertLinearTransform()

GetTransformVectors

public boolean GetTransformVectors()

WriteAtts

public void WriteAtts(CommunicationBuffer buf)
Description copied from class: AttributeSubject
Writes the selected fields of the object to the buffer.

Overrides:
WriteAtts in class AttributeSubject
Parameters:
buf - The communication buffer to which the object will be written.

ReadAtts

public void ReadAtts(int index,
                     CommunicationBuffer buf)
Description copied from class: AttributeSubject
Reads the specified index's data from the buffer into the object.

Specified by:
ReadAtts in class AttributeSubject
buf - The communication buffer to from which the object will be read.

toString

public java.lang.String toString(java.lang.String indent)
Overrides:
toString in class AttributeSubject