llnl.visit
Class ConstructDataBinningAttributes

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

public class ConstructDataBinningAttributes
extends AttributeSubject


Field Summary
static int BINNINGSCHEME_UNIFORM
           
static int BINNINGSCHEME_UNKNOWN
           
static int BINTYPE_VARIABLE
           
static int BINTYPE_X
           
static int BINTYPE_Y
           
static int BINTYPE_Z
           
static int OUTOFBOUNDSBEHAVIOR_CLAMP
           
static int OUTOFBOUNDSBEHAVIOR_DISCARD
           
static int REDUCTIONOPERATOR_AVERAGE
           
static int REDUCTIONOPERATOR_COUNT
           
static int REDUCTIONOPERATOR_MAXIMUM
           
static int REDUCTIONOPERATOR_MINIMUM
           
static int REDUCTIONOPERATOR_PDF
           
static int REDUCTIONOPERATOR_RMS
           
static int REDUCTIONOPERATOR_STANDARDDEVIATION
           
static int REDUCTIONOPERATOR_SUM
           
static int REDUCTIONOPERATOR_VARIANCE
           
 
Constructor Summary
ConstructDataBinningAttributes()
           
ConstructDataBinningAttributes(ConstructDataBinningAttributes obj)
           
ConstructDataBinningAttributes(int nMoreFields)
           
 
Method Summary
 boolean equals(ConstructDataBinningAttributes obj)
           
 java.util.Vector GetBinBoundaries()
           
 int GetBinningScheme()
           
 java.util.Vector GetBinType()
           
 java.lang.String GetName()
           
 int GetNumAdditionalAttributes()
          Returns the number of attributes added in this level of the state object.
 java.util.Vector GetNumBins()
           
 int GetOutOfBoundsBehavior()
           
 boolean GetOverTime()
           
 int GetReductionOperator()
           
 int GetTimeEnd()
           
 int GetTimeStart()
           
 int GetTimeStride()
           
 double GetUndefinedValue()
           
 java.lang.String GetVarForReductionOperator()
           
 java.util.Vector GetVarnames()
           
 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 SetBinBoundaries(java.util.Vector binBoundaries_)
           
 void SetBinningScheme(int binningScheme_)
           
 void SetBinType(java.util.Vector binType_)
           
 void SetName(java.lang.String name_)
           
 void SetNumBins(java.util.Vector numBins_)
           
 void SetOutOfBoundsBehavior(int outOfBoundsBehavior_)
           
 void SetOverTime(boolean overTime_)
           
 void SetReductionOperator(int reductionOperator_)
           
 void SetTimeEnd(int timeEnd_)
           
 void SetTimeStart(int timeStart_)
           
 void SetTimeStride(int timeStride_)
           
 void SetUndefinedValue(double undefinedValue_)
           
 void SetVarForReductionOperator(java.lang.String varForReductionOperator_)
           
 void SetVarnames(java.util.Vector varnames_)
           
 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

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
Constructor Detail

ConstructDataBinningAttributes

public ConstructDataBinningAttributes()

ConstructDataBinningAttributes

public ConstructDataBinningAttributes(int nMoreFields)

ConstructDataBinningAttributes

public ConstructDataBinningAttributes(ConstructDataBinningAttributes 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(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