public class SurfaceFilterAttributes extends AttributeSubject
Modifier and Type | Field and Description |
---|---|
static int |
LIMITSMODE_CURRENTPLOT |
static int |
LIMITSMODE_ORIGINALDATA |
static int |
SCALING_LINEAR |
static int |
SCALING_LOG |
static int |
SCALING_SKEW |
static int |
SCALINGMODE_ALWAYS |
static int |
SCALINGMODE_AUTO |
static int |
SCALINGMODE_NEVER |
Constructor and Description |
---|
SurfaceFilterAttributes() |
SurfaceFilterAttributes(int nMoreFields) |
SurfaceFilterAttributes(SurfaceFilterAttributes obj) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(SurfaceFilterAttributes obj) |
boolean |
GetGenerateNodalOutput() |
int |
GetLimitsMode() |
double |
GetMax() |
boolean |
GetMaxFlag() |
double |
GetMin() |
boolean |
GetMinFlag() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
int |
GetScaling() |
double |
GetSkewFactor() |
int |
GetUseXYLimits() |
java.lang.String |
GetVariable() |
boolean |
GetZeroFlag() |
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 |
SetGenerateNodalOutput(boolean generateNodalOutput_) |
void |
SetLimitsMode(int limitsMode_) |
void |
SetMax(double max_) |
void |
SetMaxFlag(boolean maxFlag_) |
void |
SetMin(double min_) |
void |
SetMinFlag(boolean minFlag_) |
void |
SetScaling(int scaling_) |
void |
SetSkewFactor(double skewFactor_) |
void |
SetUseXYLimits(int useXYLimits_) |
void |
SetVariable(java.lang.String variable_) |
void |
SetZeroFlag(boolean zeroFlag_) |
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 SCALING_LINEAR
public static final int SCALING_LOG
public static final int SCALING_SKEW
public static final int LIMITSMODE_ORIGINALDATA
public static final int LIMITSMODE_CURRENTPLOT
public static final int SCALINGMODE_NEVER
public static final int SCALINGMODE_AUTO
public static final int SCALINGMODE_ALWAYS
public SurfaceFilterAttributes()
public SurfaceFilterAttributes(int nMoreFields)
public SurfaceFilterAttributes(SurfaceFilterAttributes obj)
public int Offset()
AttributeSubject
Offset
in class AttributeSubject
public int GetNumAdditionalAttributes()
AttributeSubject
GetNumAdditionalAttributes
in class AttributeSubject
public boolean equals(SurfaceFilterAttributes obj)
public void SetLimitsMode(int limitsMode_)
public void SetMinFlag(boolean minFlag_)
public void SetMaxFlag(boolean maxFlag_)
public void SetScaling(int scaling_)
public void SetSkewFactor(double skewFactor_)
public void SetMin(double min_)
public void SetMax(double max_)
public void SetZeroFlag(boolean zeroFlag_)
public void SetVariable(java.lang.String variable_)
public void SetUseXYLimits(int useXYLimits_)
public void SetGenerateNodalOutput(boolean generateNodalOutput_)
public int GetLimitsMode()
public boolean GetMinFlag()
public boolean GetMaxFlag()
public int GetScaling()
public double GetSkewFactor()
public double GetMin()
public double GetMax()
public boolean GetZeroFlag()
public java.lang.String GetVariable()
public int GetUseXYLimits()
public boolean GetGenerateNodalOutput()
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