llnl.visit
Class ContourOpAttributes

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

public class ContourOpAttributes
extends AttributeSubject


Field Summary
static int CONTOURMETHOD_LEVEL
           
static int CONTOURMETHOD_PERCENT
           
static int CONTOURMETHOD_VALUE
           
static int CONTOURSCALING_LINEAR
           
static int CONTOURSCALING_LOG
           
 
Constructor Summary
ContourOpAttributes()
           
ContourOpAttributes(ContourOpAttributes obj)
           
ContourOpAttributes(int nMoreFields)
           
 
Method Summary
 boolean equals(ContourOpAttributes obj)
           
 int GetContourMethod()
           
 int GetContourNLevels()
           
 java.util.Vector GetContourPercent()
           
 java.util.Vector GetContourValue()
           
 double GetMax()
           
 boolean GetMaxFlag()
           
 double GetMin()
           
 boolean GetMinFlag()
           
 int GetNumAdditionalAttributes()
          Returns the number of attributes added in this level of the state object.
 int GetScaling()
           
 java.lang.String GetVariable()
           
 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 SetContourMethod(int contourMethod_)
           
 void SetContourNLevels(int contourNLevels_)
           
 void SetContourPercent(java.util.Vector contourPercent_)
           
 void SetContourValue(java.util.Vector contourValue_)
           
 void SetMax(double max_)
           
 void SetMaxFlag(boolean maxFlag_)
           
 void SetMin(double min_)
           
 void SetMinFlag(boolean minFlag_)
           
 void SetScaling(int scaling_)
           
 void SetVariable(java.lang.String variable_)
           
 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

CONTOURMETHOD_LEVEL

public static final int CONTOURMETHOD_LEVEL
See Also:
Constant Field Values

CONTOURMETHOD_VALUE

public static final int CONTOURMETHOD_VALUE
See Also:
Constant Field Values

CONTOURMETHOD_PERCENT

public static final int CONTOURMETHOD_PERCENT
See Also:
Constant Field Values

CONTOURSCALING_LINEAR

public static final int CONTOURSCALING_LINEAR
See Also:
Constant Field Values

CONTOURSCALING_LOG

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

ContourOpAttributes

public ContourOpAttributes()

ContourOpAttributes

public ContourOpAttributes(int nMoreFields)

ContourOpAttributes

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

SetContourNLevels

public void SetContourNLevels(int contourNLevels_)

SetContourValue

public void SetContourValue(java.util.Vector contourValue_)

SetContourPercent

public void SetContourPercent(java.util.Vector contourPercent_)

SetContourMethod

public void SetContourMethod(int contourMethod_)

SetMinFlag

public void SetMinFlag(boolean minFlag_)

SetMaxFlag

public void SetMaxFlag(boolean maxFlag_)

SetMin

public void SetMin(double min_)

SetMax

public void SetMax(double max_)

SetScaling

public void SetScaling(int scaling_)

SetVariable

public void SetVariable(java.lang.String variable_)

GetContourNLevels

public int GetContourNLevels()

GetContourValue

public java.util.Vector GetContourValue()

GetContourPercent

public java.util.Vector GetContourPercent()

GetContourMethod

public int GetContourMethod()

GetMinFlag

public boolean GetMinFlag()

GetMaxFlag

public boolean GetMaxFlag()

GetMin

public double GetMin()

GetMax

public double GetMax()

GetScaling

public int GetScaling()

GetVariable

public java.lang.String GetVariable()

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