llnl.visit
Class QueryList
java.lang.Object
llnl.visit.AttributeSubject
llnl.visit.QueryList
public class QueryList
- extends AttributeSubject
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 |
QUERYTYPE_DATABASEQUERY
public static final int QUERYTYPE_DATABASEQUERY
- See Also:
- Constant Field Values
QUERYTYPE_POINTQUERY
public static final int QUERYTYPE_POINTQUERY
- See Also:
- Constant Field Values
QUERYTYPE_LINEQUERY
public static final int QUERYTYPE_LINEQUERY
- See Also:
- Constant Field Values
WINDOWTYPE_BASIC
public static final int WINDOWTYPE_BASIC
- See Also:
- Constant Field Values
WINDOWTYPE_DOMAINNODE
public static final int WINDOWTYPE_DOMAINNODE
- See Also:
- Constant Field Values
WINDOWTYPE_DOMAINNODEVARS
public static final int WINDOWTYPE_DOMAINNODEVARS
- See Also:
- Constant Field Values
WINDOWTYPE_DOMAINZONE
public static final int WINDOWTYPE_DOMAINZONE
- See Also:
- Constant Field Values
WINDOWTYPE_DOMAINZONEVARS
public static final int WINDOWTYPE_DOMAINZONEVARS
- See Also:
- Constant Field Values
WINDOWTYPE_ACTUALDATA
public static final int WINDOWTYPE_ACTUALDATA
- See Also:
- Constant Field Values
WINDOWTYPE_ACTUALDATAVARS
public static final int WINDOWTYPE_ACTUALDATAVARS
- See Also:
- Constant Field Values
WINDOWTYPE_LINEDISTRIBUTION
public static final int WINDOWTYPE_LINEDISTRIBUTION
- See Also:
- Constant Field Values
WINDOWTYPE_HOHLRAUMFLUX
public static final int WINDOWTYPE_HOHLRAUMFLUX
- See Also:
- Constant Field Values
WINDOWTYPE_CONNCOMPSUMMARY
public static final int WINDOWTYPE_CONNCOMPSUMMARY
- See Also:
- Constant Field Values
WINDOWTYPE_SHAPELETSDECOMP
public static final int WINDOWTYPE_SHAPELETSDECOMP
- See Also:
- Constant Field Values
WINDOWTYPE_XRAYIMAGE
public static final int WINDOWTYPE_XRAYIMAGE
- See Also:
- Constant Field Values
WINDOWTYPE_LINESAMPLERINFO
public static final int WINDOWTYPE_LINESAMPLERINFO
- See Also:
- Constant Field Values
WINDOWTYPE_STREAMLINEINFO
public static final int WINDOWTYPE_STREAMLINEINFO
- See Also:
- Constant Field Values
WINDOWTYPE_PICK
public static final int WINDOWTYPE_PICK
- See Also:
- Constant Field Values
WINDOWTYPE_LINEOUT
public static final int WINDOWTYPE_LINEOUT
- See Also:
- Constant Field Values
WINDOWTYPE_COMPACTNESS
public static final int WINDOWTYPE_COMPACTNESS
- See Also:
- Constant Field Values
GROUPS_CURVERELATED
public static final int GROUPS_CURVERELATED
- See Also:
- Constant Field Values
GROUPS_MESHRELATED
public static final int GROUPS_MESHRELATED
- See Also:
- Constant Field Values
GROUPS_TIMERELATED
public static final int GROUPS_TIMERELATED
- See Also:
- Constant Field Values
GROUPS_VARIABLERELATED
public static final int GROUPS_VARIABLERELATED
- See Also:
- Constant Field Values
GROUPS_SHAPERELATED
public static final int GROUPS_SHAPERELATED
- See Also:
- Constant Field Values
GROUPS_CONNECTEDCOMPONENTSRELATED
public static final int GROUPS_CONNECTEDCOMPONENTSRELATED
- See Also:
- Constant Field Values
GROUPS_MISCELLANEOUS
public static final int GROUPS_MISCELLANEOUS
- See Also:
- Constant Field Values
GROUPS_NUMGROUPS
public static final int GROUPS_NUMGROUPS
- See Also:
- Constant Field Values
QUERYMODE_QUERYONLY
public static final int QUERYMODE_QUERYONLY
- See Also:
- Constant Field Values
QUERYMODE_QUERYANDTIME
public static final int QUERYMODE_QUERYANDTIME
- See Also:
- Constant Field Values
QUERYMODE_TIMEONLY
public static final int QUERYMODE_TIMEONLY
- See Also:
- Constant Field Values
QueryList
public QueryList()
QueryList
public QueryList(int nMoreFields)
QueryList
public QueryList(QueryList obj)
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(QueryList obj)
SetNames
public void SetNames(java.util.Vector names_)
SetTypes
public void SetTypes(java.util.Vector types_)
SetGroups
public void SetGroups(java.util.Vector groups_)
SetNumInputs
public void SetNumInputs(java.util.Vector numInputs_)
SetAllowedVarTypes
public void SetAllowedVarTypes(java.util.Vector allowedVarTypes_)
SetWinType
public void SetWinType(java.util.Vector winType_)
SetQueryMode
public void SetQueryMode(java.util.Vector queryMode_)
SetNumVars
public void SetNumVars(java.util.Vector numVars_)
SetCanBePublic
public void SetCanBePublic(java.util.Vector canBePublic_)
SetRequiresVarSelection
public void SetRequiresVarSelection(java.util.Vector requiresVarSelection_)
GetNames
public java.util.Vector GetNames()
GetTypes
public java.util.Vector GetTypes()
GetGroups
public java.util.Vector GetGroups()
GetNumInputs
public java.util.Vector GetNumInputs()
GetAllowedVarTypes
public java.util.Vector GetAllowedVarTypes()
GetWinType
public java.util.Vector GetWinType()
GetQueryMode
public java.util.Vector GetQueryMode()
GetNumVars
public java.util.Vector GetNumVars()
GetCanBePublic
public java.util.Vector GetCanBePublic()
GetRequiresVarSelection
public java.util.Vector GetRequiresVarSelection()
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