public class InternalResampleAttributes extends AttributeSubject
Constructor and Description |
---|
InternalResampleAttributes() |
InternalResampleAttributes(int nMoreFields) |
InternalResampleAttributes(InternalResampleAttributes obj) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(InternalResampleAttributes obj) |
boolean |
GetArbitratorLessThan() |
java.lang.String |
GetArbitratorVarName() |
float |
GetDefaultVal() |
int |
GetDepth() |
boolean |
GetDistributedResample() |
int |
GetHeight() |
double |
GetMaxX() |
double |
GetMaxY() |
double |
GetMaxZ() |
double |
GetMinX() |
double |
GetMinY() |
double |
GetMinZ() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
boolean |
GetPerRankResample() |
boolean |
GetPrefersPowersOfTwo() |
int |
GetTargetVal() |
boolean |
GetUseArbitrator() |
boolean |
GetUseBounds() |
boolean |
GetUseTargetVal() |
int |
GetWidth() |
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 |
SetArbitratorLessThan(boolean arbitratorLessThan_) |
void |
SetArbitratorVarName(java.lang.String arbitratorVarName_) |
void |
SetDefaultVal(float defaultVal_) |
void |
SetDepth(int depth_) |
void |
SetDistributedResample(boolean distributedResample_) |
void |
SetHeight(int height_) |
void |
SetMaxX(double maxX_) |
void |
SetMaxY(double maxY_) |
void |
SetMaxZ(double maxZ_) |
void |
SetMinX(double minX_) |
void |
SetMinY(double minY_) |
void |
SetMinZ(double minZ_) |
void |
SetPerRankResample(boolean perRankResample_) |
void |
SetPrefersPowersOfTwo(boolean prefersPowersOfTwo_) |
void |
SetTargetVal(int targetVal_) |
void |
SetUseArbitrator(boolean useArbitrator_) |
void |
SetUseBounds(boolean useBounds_) |
void |
SetUseTargetVal(boolean useTargetVal_) |
void |
SetWidth(int width_) |
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 InternalResampleAttributes()
public InternalResampleAttributes(int nMoreFields)
public InternalResampleAttributes(InternalResampleAttributes obj)
public int Offset()
AttributeSubject
Offset
in class AttributeSubject
public int GetNumAdditionalAttributes()
AttributeSubject
GetNumAdditionalAttributes
in class AttributeSubject
public boolean equals(InternalResampleAttributes obj)
public void SetUseTargetVal(boolean useTargetVal_)
public void SetTargetVal(int targetVal_)
public void SetWidth(int width_)
public void SetHeight(int height_)
public void SetDepth(int depth_)
public void SetPrefersPowersOfTwo(boolean prefersPowersOfTwo_)
public void SetDefaultVal(float defaultVal_)
public void SetUseBounds(boolean useBounds_)
public void SetMinX(double minX_)
public void SetMinY(double minY_)
public void SetMinZ(double minZ_)
public void SetMaxX(double maxX_)
public void SetMaxY(double maxY_)
public void SetMaxZ(double maxZ_)
public void SetUseArbitrator(boolean useArbitrator_)
public void SetArbitratorLessThan(boolean arbitratorLessThan_)
public void SetArbitratorVarName(java.lang.String arbitratorVarName_)
public void SetDistributedResample(boolean distributedResample_)
public void SetPerRankResample(boolean perRankResample_)
public boolean GetUseTargetVal()
public int GetTargetVal()
public int GetWidth()
public int GetHeight()
public int GetDepth()
public boolean GetPrefersPowersOfTwo()
public float GetDefaultVal()
public boolean GetUseBounds()
public double GetMinX()
public double GetMinY()
public double GetMinZ()
public double GetMaxX()
public double GetMaxY()
public double GetMaxZ()
public boolean GetUseArbitrator()
public boolean GetArbitratorLessThan()
public java.lang.String GetArbitratorVarName()
public boolean GetDistributedResample()
public boolean GetPerRankResample()
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