llnl.visit
Class ContourOpAttributes
java.lang.Object
llnl.visit.AttributeSubject
llnl.visit.ContourOpAttributes
public class ContourOpAttributes
- extends AttributeSubject
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 |
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
ContourOpAttributes
public ContourOpAttributes()
ContourOpAttributes
public ContourOpAttributes(int nMoreFields)
ContourOpAttributes
public ContourOpAttributes(ContourOpAttributes obj)
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