llnl.visit
Class SimilarityTransformAttributes

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

public class SimilarityTransformAttributes
extends AttributeSubject


Field Summary
static int ANGLETYPE_DEG
           
static int ANGLETYPE_RAD
           
 
Constructor Summary
SimilarityTransformAttributes()
           
SimilarityTransformAttributes(int nMoreFields)
           
SimilarityTransformAttributes(SimilarityTransformAttributes obj)
           
 
Method Summary
 boolean equals(SimilarityTransformAttributes obj)
           
 boolean GetDoRotate()
           
 boolean GetDoScale()
           
 boolean GetDoTranslate()
           
 int GetNumAdditionalAttributes()
          Returns the number of attributes added in this level of the state object.
 double GetRotateAmount()
           
 double[] GetRotateAxis()
           
 double[] GetRotateOrigin()
           
 int GetRotateType()
           
 double[] GetScaleOrigin()
           
 double GetScaleX()
           
 double GetScaleY()
           
 double GetScaleZ()
           
 boolean GetTransformVectors()
           
 double GetTranslateX()
           
 double GetTranslateY()
           
 double GetTranslateZ()
           
 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 SetDoRotate(boolean doRotate_)
           
 void SetDoScale(boolean doScale_)
           
 void SetDoTranslate(boolean doTranslate_)
           
 void SetRotateAmount(double rotateAmount_)
           
 void SetRotateAxis(double[] rotateAxis_)
           
 void SetRotateAxis(double e0, double e1, double e2)
           
 void SetRotateOrigin(double[] rotateOrigin_)
           
 void SetRotateOrigin(double e0, double e1, double e2)
           
 void SetRotateType(int rotateType_)
           
 void SetScaleOrigin(double[] scaleOrigin_)
           
 void SetScaleOrigin(double e0, double e1, double e2)
           
 void SetScaleX(double scaleX_)
           
 void SetScaleY(double scaleY_)
           
 void SetScaleZ(double scaleZ_)
           
 void SetTransformVectors(boolean transformVectors_)
           
 void SetTranslateX(double translateX_)
           
 void SetTranslateY(double translateY_)
           
 void SetTranslateZ(double translateZ_)
           
 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
 

Field Detail

ANGLETYPE_DEG

public static final int ANGLETYPE_DEG
See Also:
Constant Field Values

ANGLETYPE_RAD

public static final int ANGLETYPE_RAD
See Also:
Constant Field Values
Constructor Detail

SimilarityTransformAttributes

public SimilarityTransformAttributes()

SimilarityTransformAttributes

public SimilarityTransformAttributes(int nMoreFields)

SimilarityTransformAttributes

public SimilarityTransformAttributes(SimilarityTransformAttributes 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(SimilarityTransformAttributes obj)

SetDoRotate

public void SetDoRotate(boolean doRotate_)

SetRotateOrigin

public void SetRotateOrigin(double[] rotateOrigin_)

SetRotateOrigin

public void SetRotateOrigin(double e0,
                            double e1,
                            double e2)

SetRotateAxis

public void SetRotateAxis(double[] rotateAxis_)

SetRotateAxis

public void SetRotateAxis(double e0,
                          double e1,
                          double e2)

SetRotateAmount

public void SetRotateAmount(double rotateAmount_)

SetRotateType

public void SetRotateType(int rotateType_)

SetDoScale

public void SetDoScale(boolean doScale_)

SetScaleOrigin

public void SetScaleOrigin(double[] scaleOrigin_)

SetScaleOrigin

public void SetScaleOrigin(double e0,
                           double e1,
                           double e2)

SetScaleX

public void SetScaleX(double scaleX_)

SetScaleY

public void SetScaleY(double scaleY_)

SetScaleZ

public void SetScaleZ(double scaleZ_)

SetDoTranslate

public void SetDoTranslate(boolean doTranslate_)

SetTranslateX

public void SetTranslateX(double translateX_)

SetTranslateY

public void SetTranslateY(double translateY_)

SetTranslateZ

public void SetTranslateZ(double translateZ_)

SetTransformVectors

public void SetTransformVectors(boolean transformVectors_)

GetDoRotate

public boolean GetDoRotate()

GetRotateOrigin

public double[] GetRotateOrigin()

GetRotateAxis

public double[] GetRotateAxis()

GetRotateAmount

public double GetRotateAmount()

GetRotateType

public int GetRotateType()

GetDoScale

public boolean GetDoScale()

GetScaleOrigin

public double[] GetScaleOrigin()

GetScaleX

public double GetScaleX()

GetScaleY

public double GetScaleY()

GetScaleZ

public double GetScaleZ()

GetDoTranslate

public boolean GetDoTranslate()

GetTranslateX

public double GetTranslateX()

GetTranslateY

public double GetTranslateY()

GetTranslateZ

public double GetTranslateZ()

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