public class GlobalAttributes extends AttributeSubject
Modifier and Type | Field and Description |
---|---|
static int |
BACKENDTYPE_VTK |
static int |
BACKENDTYPE_VTKM |
static int |
PRECISIONTYPE_DOUBLE |
static int |
PRECISIONTYPE_FLOAT |
static int |
PRECISIONTYPE_NATIVE |
Constructor and Description |
---|
GlobalAttributes() |
GlobalAttributes(GlobalAttributes obj) |
GlobalAttributes(int nMoreFields) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(GlobalAttributes obj) |
int |
GetActiveWindow() |
boolean |
GetApplyOperator() |
boolean |
GetApplySelection() |
boolean |
GetApplyWindow() |
boolean |
GetAutomaticallyAddOperator() |
boolean |
GetAutoUpdateFlag() |
int |
GetBackendType() |
boolean |
GetCloneWindowOnFirstRef() |
boolean |
GetCreateMeshQualityExpressions() |
boolean |
GetCreateTimeDerivativeExpressions() |
boolean |
GetCreateVectorMagnitudeExpressions() |
boolean |
GetExecuting() |
boolean |
GetExpandNewPlots() |
boolean |
GetIconifiedFlag() |
boolean |
GetIgnoreExtentsFromDbs() |
boolean |
GetMakeDefaultConfirm() |
boolean |
GetNewPlotsInheritSILRestriction() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
int |
GetPrecisionType() |
boolean |
GetRemoveDuplicateNodes() |
boolean |
GetReplacePlots() |
boolean |
GetSaveCrashRecoveryFile() |
java.util.Vector |
GetSources() |
boolean |
GetTreatAllDBsAsTimeVarying() |
boolean |
GetTryHarderCyclesTimes() |
boolean |
GetUserDirForSessionFiles() |
boolean |
GetUserRestoreSessionFile() |
int |
GetWindowLayout() |
java.util.Vector |
GetWindows() |
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 |
SetActiveWindow(int activeWindow_) |
void |
SetApplyOperator(boolean applyOperator_) |
void |
SetApplySelection(boolean applySelection_) |
void |
SetApplyWindow(boolean applyWindow_) |
void |
SetAutomaticallyAddOperator(boolean automaticallyAddOperator_) |
void |
SetAutoUpdateFlag(boolean autoUpdateFlag_) |
void |
SetBackendType(int backendType_) |
void |
SetCloneWindowOnFirstRef(boolean cloneWindowOnFirstRef_) |
void |
SetCreateMeshQualityExpressions(boolean createMeshQualityExpressions_) |
void |
SetCreateTimeDerivativeExpressions(boolean createTimeDerivativeExpressions_) |
void |
SetCreateVectorMagnitudeExpressions(boolean createVectorMagnitudeExpressions_) |
void |
SetExecuting(boolean executing_) |
void |
SetExpandNewPlots(boolean expandNewPlots_) |
void |
SetIconifiedFlag(boolean iconifiedFlag_) |
void |
SetIgnoreExtentsFromDbs(boolean ignoreExtentsFromDbs_) |
void |
SetMakeDefaultConfirm(boolean makeDefaultConfirm_) |
void |
SetNewPlotsInheritSILRestriction(boolean newPlotsInheritSILRestriction_) |
void |
SetPrecisionType(int precisionType_) |
void |
SetRemoveDuplicateNodes(boolean removeDuplicateNodes_) |
void |
SetReplacePlots(boolean replacePlots_) |
void |
SetSaveCrashRecoveryFile(boolean saveCrashRecoveryFile_) |
void |
SetSources(java.util.Vector sources_) |
void |
SetTreatAllDBsAsTimeVarying(boolean treatAllDBsAsTimeVarying_) |
void |
SetTryHarderCyclesTimes(boolean tryHarderCyclesTimes_) |
void |
SetUserDirForSessionFiles(boolean userDirForSessionFiles_) |
void |
SetUserRestoreSessionFile(boolean userRestoreSessionFile_) |
void |
SetWindowLayout(int windowLayout_) |
void |
SetWindows(java.util.Vector windows_) |
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 PRECISIONTYPE_FLOAT
public static final int PRECISIONTYPE_NATIVE
public static final int PRECISIONTYPE_DOUBLE
public static final int BACKENDTYPE_VTK
public static final int BACKENDTYPE_VTKM
public GlobalAttributes()
public GlobalAttributes(int nMoreFields)
public GlobalAttributes(GlobalAttributes obj)
public int Offset()
AttributeSubject
Offset
in class AttributeSubject
public int GetNumAdditionalAttributes()
AttributeSubject
GetNumAdditionalAttributes
in class AttributeSubject
public boolean equals(GlobalAttributes obj)
public void SetSources(java.util.Vector sources_)
public void SetWindows(java.util.Vector windows_)
public void SetActiveWindow(int activeWindow_)
public void SetIconifiedFlag(boolean iconifiedFlag_)
public void SetAutoUpdateFlag(boolean autoUpdateFlag_)
public void SetReplacePlots(boolean replacePlots_)
public void SetApplyOperator(boolean applyOperator_)
public void SetApplySelection(boolean applySelection_)
public void SetApplyWindow(boolean applyWindow_)
public void SetExecuting(boolean executing_)
public void SetWindowLayout(int windowLayout_)
public void SetMakeDefaultConfirm(boolean makeDefaultConfirm_)
public void SetCloneWindowOnFirstRef(boolean cloneWindowOnFirstRef_)
public void SetAutomaticallyAddOperator(boolean automaticallyAddOperator_)
public void SetTryHarderCyclesTimes(boolean tryHarderCyclesTimes_)
public void SetTreatAllDBsAsTimeVarying(boolean treatAllDBsAsTimeVarying_)
public void SetCreateMeshQualityExpressions(boolean createMeshQualityExpressions_)
public void SetCreateTimeDerivativeExpressions(boolean createTimeDerivativeExpressions_)
public void SetCreateVectorMagnitudeExpressions(boolean createVectorMagnitudeExpressions_)
public void SetNewPlotsInheritSILRestriction(boolean newPlotsInheritSILRestriction_)
public void SetUserDirForSessionFiles(boolean userDirForSessionFiles_)
public void SetSaveCrashRecoveryFile(boolean saveCrashRecoveryFile_)
public void SetIgnoreExtentsFromDbs(boolean ignoreExtentsFromDbs_)
public void SetExpandNewPlots(boolean expandNewPlots_)
public void SetUserRestoreSessionFile(boolean userRestoreSessionFile_)
public void SetPrecisionType(int precisionType_)
public void SetBackendType(int backendType_)
public void SetRemoveDuplicateNodes(boolean removeDuplicateNodes_)
public java.util.Vector GetSources()
public java.util.Vector GetWindows()
public int GetActiveWindow()
public boolean GetIconifiedFlag()
public boolean GetAutoUpdateFlag()
public boolean GetReplacePlots()
public boolean GetApplyOperator()
public boolean GetApplySelection()
public boolean GetApplyWindow()
public boolean GetExecuting()
public int GetWindowLayout()
public boolean GetMakeDefaultConfirm()
public boolean GetCloneWindowOnFirstRef()
public boolean GetAutomaticallyAddOperator()
public boolean GetTryHarderCyclesTimes()
public boolean GetTreatAllDBsAsTimeVarying()
public boolean GetCreateMeshQualityExpressions()
public boolean GetCreateTimeDerivativeExpressions()
public boolean GetCreateVectorMagnitudeExpressions()
public boolean GetNewPlotsInheritSILRestriction()
public boolean GetUserDirForSessionFiles()
public boolean GetSaveCrashRecoveryFile()
public boolean GetIgnoreExtentsFromDbs()
public boolean GetExpandNewPlots()
public boolean GetUserRestoreSessionFile()
public int GetPrecisionType()
public int GetBackendType()
public boolean GetRemoveDuplicateNodes()
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