public class ConstructDataBinningAttributes extends AttributeSubject
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
ConstructDataBinningAttributes() |
ConstructDataBinningAttributes(ConstructDataBinningAttributes obj) |
ConstructDataBinningAttributes(int nMoreFields) |
Modifier and Type | Method and Description |
---|---|
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.
|
Attach, boolArrayToString, boolToString, boolVectorToString, 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
public static final int BINNINGSCHEME_UNIFORM
public static final int BINNINGSCHEME_UNKNOWN
public static final int REDUCTIONOPERATOR_AVERAGE
public static final int REDUCTIONOPERATOR_MINIMUM
public static final int REDUCTIONOPERATOR_MAXIMUM
public static final int REDUCTIONOPERATOR_STANDARDDEVIATION
public static final int REDUCTIONOPERATOR_VARIANCE
public static final int REDUCTIONOPERATOR_SUM
public static final int REDUCTIONOPERATOR_COUNT
public static final int REDUCTIONOPERATOR_RMS
public static final int REDUCTIONOPERATOR_PDF
public static final int OUTOFBOUNDSBEHAVIOR_CLAMP
public static final int OUTOFBOUNDSBEHAVIOR_DISCARD
public static final int BINTYPE_VARIABLE
public static final int BINTYPE_X
public static final int BINTYPE_Y
public static final int BINTYPE_Z
public ConstructDataBinningAttributes()
public ConstructDataBinningAttributes(int nMoreFields)
public ConstructDataBinningAttributes(ConstructDataBinningAttributes obj)
public int Offset()
AttributeSubject
Offset
in class AttributeSubject
public int GetNumAdditionalAttributes()
AttributeSubject
GetNumAdditionalAttributes
in class AttributeSubject
public boolean equals(ConstructDataBinningAttributes obj)
public void SetName(java.lang.String name_)
public void SetVarnames(java.util.Vector varnames_)
public void SetBinType(java.util.Vector binType_)
public void SetBinBoundaries(java.util.Vector binBoundaries_)
public void SetReductionOperator(int reductionOperator_)
public void SetVarForReductionOperator(java.lang.String varForReductionOperator_)
public void SetUndefinedValue(double undefinedValue_)
public void SetBinningScheme(int binningScheme_)
public void SetNumBins(java.util.Vector numBins_)
public void SetOverTime(boolean overTime_)
public void SetTimeStart(int timeStart_)
public void SetTimeEnd(int timeEnd_)
public void SetTimeStride(int timeStride_)
public void SetOutOfBoundsBehavior(int outOfBoundsBehavior_)
public java.lang.String GetName()
public java.util.Vector GetVarnames()
public java.util.Vector GetBinType()
public java.util.Vector GetBinBoundaries()
public int GetReductionOperator()
public java.lang.String GetVarForReductionOperator()
public double GetUndefinedValue()
public int GetBinningScheme()
public java.util.Vector GetNumBins()
public boolean GetOverTime()
public int GetTimeStart()
public int GetTimeEnd()
public int GetTimeStride()
public int GetOutOfBoundsBehavior()
public void WriteAtts(CommunicationBuffer buf)
AttributeSubject
WriteAtts
in class AttributeSubject
buf
- The communication buffer to which the object will be written.public void ReadAtts(int index, CommunicationBuffer buf)
AttributeSubject
ReadAtts
in class AttributeSubject
buf
- The communication buffer to from which the object will be read.public java.lang.String toString(java.lang.String indent)
toString
in class AttributeSubject