llnl.visit
Class GlobalAttributes

java.lang.Object
  extended by llnl.visit.AttributeSubject
      extended by llnl.visit.GlobalAttributes

public class GlobalAttributes
extends AttributeSubject


Field Summary
static int BACKENDTYPE_DAX
           
static int BACKENDTYPE_EAVL
           
static int BACKENDTYPE_PISTON
           
static int BACKENDTYPE_VTK
           
static int PRECISIONTYPE_DOUBLE
           
static int PRECISIONTYPE_FLOAT
           
static int PRECISIONTYPE_NATIVE
           
 
Constructor Summary
GlobalAttributes()
           
GlobalAttributes(GlobalAttributes obj)
           
GlobalAttributes(int nMoreFields)
           
 
Method Summary
 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.
 
Methods inherited from class llnl.visit.AttributeSubject
Attach, boolToString, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PRECISIONTYPE_FLOAT

public static final int PRECISIONTYPE_FLOAT
See Also:
Constant Field Values

PRECISIONTYPE_NATIVE

public static final int PRECISIONTYPE_NATIVE
See Also:
Constant Field Values

PRECISIONTYPE_DOUBLE

public static final int PRECISIONTYPE_DOUBLE
See Also:
Constant Field Values

BACKENDTYPE_VTK

public static final int BACKENDTYPE_VTK
See Also:
Constant Field Values

BACKENDTYPE_DAX

public static final int BACKENDTYPE_DAX
See Also:
Constant Field Values

BACKENDTYPE_EAVL

public static final int BACKENDTYPE_EAVL
See Also:
Constant Field Values

BACKENDTYPE_PISTON

public static final int BACKENDTYPE_PISTON
See Also:
Constant Field Values
Constructor Detail

GlobalAttributes

public GlobalAttributes()

GlobalAttributes

public GlobalAttributes(int nMoreFields)

GlobalAttributes

public GlobalAttributes(GlobalAttributes obj)
Method Detail

Offset

public int Offset()
Description copied from class: AttributeSubject
Returns the offset into the selected table where this state object's fields begin.

Overrides:
Offset in class AttributeSubject
Returns:
An offset into the selected table.

GetNumAdditionalAttributes

public int GetNumAdditionalAttributes()
Description copied from class: AttributeSubject
Returns the number of attributes added in this level of the state object.

Overrides:
GetNumAdditionalAttributes in class AttributeSubject
Returns:
The number of attributes added in this level of the state object.

equals

public boolean equals(GlobalAttributes obj)

SetSources

public void SetSources(java.util.Vector sources_)

SetWindows

public void SetWindows(java.util.Vector windows_)

SetActiveWindow

public void SetActiveWindow(int activeWindow_)

SetIconifiedFlag

public void SetIconifiedFlag(boolean iconifiedFlag_)

SetAutoUpdateFlag

public void SetAutoUpdateFlag(boolean autoUpdateFlag_)

SetReplacePlots

public void SetReplacePlots(boolean replacePlots_)

SetApplyOperator

public void SetApplyOperator(boolean applyOperator_)

SetApplySelection

public void SetApplySelection(boolean applySelection_)

SetApplyWindow

public void SetApplyWindow(boolean applyWindow_)

SetExecuting

public void SetExecuting(boolean executing_)

SetWindowLayout

public void SetWindowLayout(int windowLayout_)

SetMakeDefaultConfirm

public void SetMakeDefaultConfirm(boolean makeDefaultConfirm_)

SetCloneWindowOnFirstRef

public void SetCloneWindowOnFirstRef(boolean cloneWindowOnFirstRef_)

SetAutomaticallyAddOperator

public void SetAutomaticallyAddOperator(boolean automaticallyAddOperator_)

SetTryHarderCyclesTimes

public void SetTryHarderCyclesTimes(boolean tryHarderCyclesTimes_)

SetTreatAllDBsAsTimeVarying

public void SetTreatAllDBsAsTimeVarying(boolean treatAllDBsAsTimeVarying_)

SetCreateMeshQualityExpressions

public void SetCreateMeshQualityExpressions(boolean createMeshQualityExpressions_)

SetCreateTimeDerivativeExpressions

public void SetCreateTimeDerivativeExpressions(boolean createTimeDerivativeExpressions_)

SetCreateVectorMagnitudeExpressions

public void SetCreateVectorMagnitudeExpressions(boolean createVectorMagnitudeExpressions_)

SetNewPlotsInheritSILRestriction

public void SetNewPlotsInheritSILRestriction(boolean newPlotsInheritSILRestriction_)

SetUserDirForSessionFiles

public void SetUserDirForSessionFiles(boolean userDirForSessionFiles_)

SetSaveCrashRecoveryFile

public void SetSaveCrashRecoveryFile(boolean saveCrashRecoveryFile_)

SetIgnoreExtentsFromDbs

public void SetIgnoreExtentsFromDbs(boolean ignoreExtentsFromDbs_)

SetExpandNewPlots

public void SetExpandNewPlots(boolean expandNewPlots_)

SetUserRestoreSessionFile

public void SetUserRestoreSessionFile(boolean userRestoreSessionFile_)

SetPrecisionType

public void SetPrecisionType(int precisionType_)

SetBackendType

public void SetBackendType(int backendType_)

SetRemoveDuplicateNodes

public void SetRemoveDuplicateNodes(boolean removeDuplicateNodes_)

GetSources

public java.util.Vector GetSources()

GetWindows

public java.util.Vector GetWindows()

GetActiveWindow

public int GetActiveWindow()

GetIconifiedFlag

public boolean GetIconifiedFlag()

GetAutoUpdateFlag

public boolean GetAutoUpdateFlag()

GetReplacePlots

public boolean GetReplacePlots()

GetApplyOperator

public boolean GetApplyOperator()

GetApplySelection

public boolean GetApplySelection()

GetApplyWindow

public boolean GetApplyWindow()

GetExecuting

public boolean GetExecuting()

GetWindowLayout

public int GetWindowLayout()

GetMakeDefaultConfirm

public boolean GetMakeDefaultConfirm()

GetCloneWindowOnFirstRef

public boolean GetCloneWindowOnFirstRef()

GetAutomaticallyAddOperator

public boolean GetAutomaticallyAddOperator()

GetTryHarderCyclesTimes

public boolean GetTryHarderCyclesTimes()

GetTreatAllDBsAsTimeVarying

public boolean GetTreatAllDBsAsTimeVarying()

GetCreateMeshQualityExpressions

public boolean GetCreateMeshQualityExpressions()

GetCreateTimeDerivativeExpressions

public boolean GetCreateTimeDerivativeExpressions()

GetCreateVectorMagnitudeExpressions

public boolean GetCreateVectorMagnitudeExpressions()

GetNewPlotsInheritSILRestriction

public boolean GetNewPlotsInheritSILRestriction()

GetUserDirForSessionFiles

public boolean GetUserDirForSessionFiles()

GetSaveCrashRecoveryFile

public boolean GetSaveCrashRecoveryFile()

GetIgnoreExtentsFromDbs

public boolean GetIgnoreExtentsFromDbs()

GetExpandNewPlots

public boolean GetExpandNewPlots()

GetUserRestoreSessionFile

public boolean GetUserRestoreSessionFile()

GetPrecisionType

public int GetPrecisionType()

GetBackendType

public int GetBackendType()

GetRemoveDuplicateNodes

public boolean GetRemoveDuplicateNodes()

WriteAtts

public void WriteAtts(CommunicationBuffer buf)
Description copied from class: AttributeSubject
Writes the selected fields of the object to the buffer.

Overrides:
WriteAtts in class AttributeSubject
Parameters:
buf - The communication buffer to which the object will be written.

ReadAtts

public void ReadAtts(int index,
                     CommunicationBuffer buf)
Description copied from class: AttributeSubject
Reads the specified index's data from the buffer into the object.

Specified by:
ReadAtts in class AttributeSubject
buf - The communication buffer to from which the object will be read.

toString

public java.lang.String toString(java.lang.String indent)
Overrides:
toString in class AttributeSubject