public class ThresholdOpAttributes extends AttributeSubject
Modifier and Type | Field and Description |
---|---|
static int |
BOUNDSINPUTTYPE_CUSTOM |
static int |
BOUNDSINPUTTYPE_DEFAULT |
static int |
OUTPUTMESHTYPE_INPUTZONES |
static int |
OUTPUTMESHTYPE_POINTMESH |
static int |
ZONEPORTION_ENTIREZONE |
static int |
ZONEPORTION_PARTOFZONE |
Constructor and Description |
---|
ThresholdOpAttributes() |
ThresholdOpAttributes(int nMoreFields) |
ThresholdOpAttributes(ThresholdOpAttributes obj) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(ThresholdOpAttributes obj) |
int |
GetBoundsInputType() |
java.util.Vector |
GetBoundsRange() |
boolean |
GetDefaultVarIsScalar() |
java.lang.String |
GetDefaultVarName() |
java.util.Vector |
GetListedVarNames() |
java.util.Vector |
GetLowerBounds() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
int |
GetOutputMeshType() |
java.util.Vector |
GetUpperBounds() |
java.util.Vector |
GetZonePortions() |
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 |
SetBoundsInputType(int boundsInputType_) |
void |
SetBoundsRange(java.util.Vector boundsRange_) |
void |
SetDefaultVarIsScalar(boolean defaultVarIsScalar_) |
void |
SetDefaultVarName(java.lang.String defaultVarName_) |
void |
SetListedVarNames(java.util.Vector listedVarNames_) |
void |
SetLowerBounds(java.util.Vector lowerBounds_) |
void |
SetOutputMeshType(int outputMeshType_) |
void |
SetUpperBounds(java.util.Vector upperBounds_) |
void |
SetZonePortions(java.util.Vector zonePortions_) |
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 OUTPUTMESHTYPE_INPUTZONES
public static final int OUTPUTMESHTYPE_POINTMESH
public static final int ZONEPORTION_ENTIREZONE
public static final int ZONEPORTION_PARTOFZONE
public static final int BOUNDSINPUTTYPE_DEFAULT
public static final int BOUNDSINPUTTYPE_CUSTOM
public ThresholdOpAttributes()
public ThresholdOpAttributes(int nMoreFields)
public ThresholdOpAttributes(ThresholdOpAttributes obj)
public int Offset()
AttributeSubject
Offset
in class AttributeSubject
public int GetNumAdditionalAttributes()
AttributeSubject
GetNumAdditionalAttributes
in class AttributeSubject
public boolean equals(ThresholdOpAttributes obj)
public void SetOutputMeshType(int outputMeshType_)
public void SetBoundsInputType(int boundsInputType_)
public void SetListedVarNames(java.util.Vector listedVarNames_)
public void SetZonePortions(java.util.Vector zonePortions_)
public void SetLowerBounds(java.util.Vector lowerBounds_)
public void SetUpperBounds(java.util.Vector upperBounds_)
public void SetDefaultVarName(java.lang.String defaultVarName_)
public void SetDefaultVarIsScalar(boolean defaultVarIsScalar_)
public void SetBoundsRange(java.util.Vector boundsRange_)
public int GetOutputMeshType()
public int GetBoundsInputType()
public java.util.Vector GetListedVarNames()
public java.util.Vector GetZonePortions()
public java.util.Vector GetLowerBounds()
public java.util.Vector GetUpperBounds()
public java.lang.String GetDefaultVarName()
public boolean GetDefaultVarIsScalar()
public java.util.Vector GetBoundsRange()
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