llnl.visit
Class ConstructDataBinningAttributes
java.lang.Object
llnl.visit.AttributeSubject
llnl.visit.ConstructDataBinningAttributes
public class ConstructDataBinningAttributes
- 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 |
BINNINGSCHEME_UNIFORM
public static final int BINNINGSCHEME_UNIFORM
- See Also:
- Constant Field Values
BINNINGSCHEME_UNKNOWN
public static final int BINNINGSCHEME_UNKNOWN
- See Also:
- Constant Field Values
REDUCTIONOPERATOR_AVERAGE
public static final int REDUCTIONOPERATOR_AVERAGE
- See Also:
- Constant Field Values
REDUCTIONOPERATOR_MINIMUM
public static final int REDUCTIONOPERATOR_MINIMUM
- See Also:
- Constant Field Values
REDUCTIONOPERATOR_MAXIMUM
public static final int REDUCTIONOPERATOR_MAXIMUM
- See Also:
- Constant Field Values
REDUCTIONOPERATOR_STANDARDDEVIATION
public static final int REDUCTIONOPERATOR_STANDARDDEVIATION
- See Also:
- Constant Field Values
REDUCTIONOPERATOR_VARIANCE
public static final int REDUCTIONOPERATOR_VARIANCE
- See Also:
- Constant Field Values
REDUCTIONOPERATOR_SUM
public static final int REDUCTIONOPERATOR_SUM
- See Also:
- Constant Field Values
REDUCTIONOPERATOR_COUNT
public static final int REDUCTIONOPERATOR_COUNT
- See Also:
- Constant Field Values
REDUCTIONOPERATOR_RMS
public static final int REDUCTIONOPERATOR_RMS
- See Also:
- Constant Field Values
REDUCTIONOPERATOR_PDF
public static final int REDUCTIONOPERATOR_PDF
- See Also:
- Constant Field Values
OUTOFBOUNDSBEHAVIOR_CLAMP
public static final int OUTOFBOUNDSBEHAVIOR_CLAMP
- See Also:
- Constant Field Values
OUTOFBOUNDSBEHAVIOR_DISCARD
public static final int OUTOFBOUNDSBEHAVIOR_DISCARD
- See Also:
- Constant Field Values
BINTYPE_VARIABLE
public static final int BINTYPE_VARIABLE
- See Also:
- Constant Field Values
BINTYPE_X
public static final int BINTYPE_X
- See Also:
- Constant Field Values
BINTYPE_Y
public static final int BINTYPE_Y
- See Also:
- Constant Field Values
BINTYPE_Z
public static final int BINTYPE_Z
- See Also:
- Constant Field Values
ConstructDataBinningAttributes
public ConstructDataBinningAttributes()
ConstructDataBinningAttributes
public ConstructDataBinningAttributes(int nMoreFields)
ConstructDataBinningAttributes
public ConstructDataBinningAttributes(ConstructDataBinningAttributes 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(ConstructDataBinningAttributes obj)
SetName
public void SetName(java.lang.String name_)
SetVarnames
public void SetVarnames(java.util.Vector varnames_)
SetBinType
public void SetBinType(java.util.Vector binType_)
SetBinBoundaries
public void SetBinBoundaries(java.util.Vector binBoundaries_)
SetReductionOperator
public void SetReductionOperator(int reductionOperator_)
SetVarForReductionOperator
public void SetVarForReductionOperator(java.lang.String varForReductionOperator_)
SetUndefinedValue
public void SetUndefinedValue(double undefinedValue_)
SetBinningScheme
public void SetBinningScheme(int binningScheme_)
SetNumBins
public void SetNumBins(java.util.Vector numBins_)
SetOverTime
public void SetOverTime(boolean overTime_)
SetTimeStart
public void SetTimeStart(int timeStart_)
SetTimeEnd
public void SetTimeEnd(int timeEnd_)
SetTimeStride
public void SetTimeStride(int timeStride_)
SetOutOfBoundsBehavior
public void SetOutOfBoundsBehavior(int outOfBoundsBehavior_)
GetName
public java.lang.String GetName()
GetVarnames
public java.util.Vector GetVarnames()
GetBinType
public java.util.Vector GetBinType()
GetBinBoundaries
public java.util.Vector GetBinBoundaries()
GetReductionOperator
public int GetReductionOperator()
GetVarForReductionOperator
public java.lang.String GetVarForReductionOperator()
GetUndefinedValue
public double GetUndefinedValue()
GetBinningScheme
public int GetBinningScheme()
GetNumBins
public java.util.Vector GetNumBins()
GetOverTime
public boolean GetOverTime()
GetTimeStart
public int GetTimeStart()
GetTimeEnd
public int GetTimeEnd()
GetTimeStride
public int GetTimeStride()
GetOutOfBoundsBehavior
public int GetOutOfBoundsBehavior()
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