public class PickAttributes extends AttributeSubject
Modifier and Type | Field and Description |
---|---|
static int |
COORDINATETYPE_RZ |
static int |
COORDINATETYPE_XY |
static int |
COORDINATETYPE_ZR |
static int |
PICKTYPE_CURVENODE |
static int |
PICKTYPE_CURVEZONE |
static int |
PICKTYPE_DOMAINNODE |
static int |
PICKTYPE_DOMAINZONE |
static int |
PICKTYPE_NODE |
static int |
PICKTYPE_NODELABEL |
static int |
PICKTYPE_ZONE |
static int |
PICKTYPE_ZONELABEL |
static int |
TIMECURVETYPE_MULTIPLE_Y_AXES |
static int |
TIMECURVETYPE_SINGLE_Y_AXIS |
Constructor and Description |
---|
PickAttributes() |
PickAttributes(int nMoreFields) |
PickAttributes(PickAttributes obj) |
Modifier and Type | Method and Description |
---|---|
void |
AddVarInfo(PickVarInfo obj) |
void |
ClearVarInfos() |
boolean |
equals(PickAttributes obj) |
java.lang.String |
GetActiveVariable() |
java.lang.String |
GetBlockPieceName() |
java.util.Vector |
GetBnodeCoords() |
java.util.Vector |
GetBzoneCoords() |
java.util.Vector |
GetCellCoordinates() |
double[] |
GetCellPoint() |
boolean |
GetClearWindow() |
boolean |
GetConciseOutput() |
boolean |
GetCreateSpreadsheet() |
java.lang.String |
GetDatabaseName() |
int |
GetDimension() |
java.util.Vector |
GetDnodeCoords() |
int |
GetDomain() |
boolean |
GetDoTimeCurve() |
java.util.Vector |
GetDzoneCoords() |
boolean |
GetElementIsGhost() |
boolean |
GetElementIsGlobal() |
java.lang.String |
GetElementLabel() |
int |
GetElementNumber() |
boolean |
GetError() |
java.lang.String |
GetErrorMessage() |
java.lang.String |
GetFloatFormat() |
java.lang.String |
GetForcedPickLabel() |
boolean |
GetFulfilled() |
java.util.Vector |
GetGhosts() |
int |
GetGhostType() |
int |
GetGlobalElement() |
java.util.Vector |
GetGlobalIncidentElements() |
java.lang.String |
GetGroupPieceName() |
int |
GetHasMixedGhostTypes() |
boolean |
GetHasRangeOutput() |
java.util.Vector |
GetIncidentElements() |
boolean |
GetIncludeGhosts() |
int |
GetInputTopoDim() |
java.util.Vector |
GetInvalidVars() |
boolean |
GetLinesData() |
boolean |
GetLocationSuccessful() |
boolean |
GetMatSelected() |
int |
GetMeshCoordType() |
java.lang.String |
GetMeshInfo() |
boolean |
GetNeedActualCoords() |
boolean |
GetNeedTransformMessage() |
double[] |
GetNodePoint() |
boolean |
GetNotifyEnabled() |
int |
GetNumAdditionalAttributes()
Returns the number of attributes added in this level of the state object.
|
int |
GetNumVarInfos() |
boolean |
GetOverridePickLabel() |
int[] |
GetPickHighlightColor() |
java.lang.String |
GetPickLetter() |
double[] |
GetPickPoint() |
int |
GetPickType() |
java.util.Vector |
GetPlotBounds() |
MapNode |
GetPlotRequested() |
java.util.Vector |
GetPnodeCoords() |
double[] |
GetPreviousPoint() |
MapNode |
GetRangeOutput() |
double[] |
GetRayPoint1() |
double[] |
GetRayPoint2() |
int |
GetRealElementNumber() |
java.util.Vector |
GetRealIncidentElements() |
java.lang.String |
GetRemovedPicks() |
boolean |
GetRemoveLabelTwins() |
boolean |
GetRequiresGlyphPick() |
boolean |
GetReusePickLetter() |
boolean |
GetShowDistanceToPrevious() |
boolean |
GetShowGlobalIds() |
boolean |
GetShowIncidentElements() |
boolean |
GetShowMeshName() |
boolean |
GetShowNodeBlockLogicalCoords() |
boolean |
GetShowNodeDomainLogicalCoords() |
boolean |
GetShowNodeId() |
boolean |
GetShowNodePhysicalCoords() |
boolean |
GetShowPickHighlight() |
boolean |
GetShowPickLetter() |
boolean |
GetShowTimeStep() |
boolean |
GetShowZoneBlockLogicalCoords() |
boolean |
GetShowZoneDomainLogicalCoords() |
boolean |
GetShowZoneId() |
java.lang.String |
GetSubsetName() |
boolean |
GetSwivelFocusToPick() |
int |
GetTimeCurveType() |
MapNode |
GetTimeOptions() |
boolean |
GetTimePreserveCoord() |
int |
GetTimeStep() |
boolean |
GetUseLabelAsPickLetter() |
java.util.Vector |
GetVariables() |
java.util.Vector |
GetVarInfo() |
PickVarInfo |
GetVarInfo(int i) |
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 |
RemoveVarInfo(int index) |
void |
SetActiveVariable(java.lang.String activeVariable_) |
void |
SetBlockPieceName(java.lang.String blockPieceName_) |
void |
SetBnodeCoords(java.util.Vector bnodeCoords_) |
void |
SetBzoneCoords(java.util.Vector bzoneCoords_) |
void |
SetCellCoordinates(java.util.Vector cellCoordinates_) |
void |
SetCellPoint(double[] cellPoint_) |
void |
SetCellPoint(double e0,
double e1,
double e2) |
void |
SetClearWindow(boolean clearWindow_) |
void |
SetConciseOutput(boolean conciseOutput_) |
void |
SetCreateSpreadsheet(boolean createSpreadsheet_) |
void |
SetDatabaseName(java.lang.String databaseName_) |
void |
SetDimension(int dimension_) |
void |
SetDnodeCoords(java.util.Vector dnodeCoords_) |
void |
SetDomain(int domain_) |
void |
SetDoTimeCurve(boolean doTimeCurve_) |
void |
SetDzoneCoords(java.util.Vector dzoneCoords_) |
void |
SetElementIsGhost(boolean elementIsGhost_) |
void |
SetElementIsGlobal(boolean elementIsGlobal_) |
void |
SetElementLabel(java.lang.String elementLabel_) |
void |
SetElementNumber(int elementNumber_) |
void |
SetError(boolean error_) |
void |
SetErrorMessage(java.lang.String errorMessage_) |
void |
SetFloatFormat(java.lang.String floatFormat_) |
void |
SetForcedPickLabel(java.lang.String forcedPickLabel_) |
void |
SetFulfilled(boolean fulfilled_) |
void |
SetGhosts(java.util.Vector ghosts_) |
void |
SetGhostType(int ghostType_) |
void |
SetGlobalElement(int globalElement_) |
void |
SetGlobalIncidentElements(java.util.Vector globalIncidentElements_) |
void |
SetGroupPieceName(java.lang.String groupPieceName_) |
void |
SetHasMixedGhostTypes(int hasMixedGhostTypes_) |
void |
SetHasRangeOutput(boolean hasRangeOutput_) |
void |
SetIncidentElements(java.util.Vector incidentElements_) |
void |
SetIncludeGhosts(boolean includeGhosts_) |
void |
SetInputTopoDim(int inputTopoDim_) |
void |
SetInvalidVars(java.util.Vector invalidVars_) |
void |
SetLinesData(boolean linesData_) |
void |
SetLocationSuccessful(boolean locationSuccessful_) |
void |
SetMatSelected(boolean matSelected_) |
void |
SetMeshCoordType(int meshCoordType_) |
void |
SetMeshInfo(java.lang.String meshInfo_) |
void |
SetNeedActualCoords(boolean needActualCoords_) |
void |
SetNeedTransformMessage(boolean needTransformMessage_) |
void |
SetNodePoint(double[] nodePoint_) |
void |
SetNodePoint(double e0,
double e1,
double e2) |
void |
SetNotifyEnabled(boolean notifyEnabled_) |
void |
SetOverridePickLabel(boolean overridePickLabel_) |
void |
SetPickHighlightColor(int[] pickHighlightColor_) |
void |
SetPickHighlightColor(int e0,
int e1,
int e2) |
void |
SetPickLetter(java.lang.String pickLetter_) |
void |
SetPickPoint(double[] pickPoint_) |
void |
SetPickPoint(double e0,
double e1,
double e2) |
void |
SetPickType(int pickType_) |
void |
SetPlotBounds(java.util.Vector plotBounds_) |
void |
SetPlotRequested(MapNode plotRequested_) |
void |
SetPnodeCoords(java.util.Vector pnodeCoords_) |
void |
SetPreviousPoint(double[] previousPoint_) |
void |
SetPreviousPoint(double e0,
double e1,
double e2) |
void |
SetRangeOutput(MapNode rangeOutput_) |
void |
SetRayPoint1(double[] rayPoint1_) |
void |
SetRayPoint1(double e0,
double e1,
double e2) |
void |
SetRayPoint2(double[] rayPoint2_) |
void |
SetRayPoint2(double e0,
double e1,
double e2) |
void |
SetRealElementNumber(int realElementNumber_) |
void |
SetRealIncidentElements(java.util.Vector realIncidentElements_) |
void |
SetRemovedPicks(java.lang.String removedPicks_) |
void |
SetRemoveLabelTwins(boolean removeLabelTwins_) |
void |
SetRequiresGlyphPick(boolean requiresGlyphPick_) |
void |
SetReusePickLetter(boolean reusePickLetter_) |
void |
SetShowDistanceToPrevious(boolean showDistanceToPrevious_) |
void |
SetShowGlobalIds(boolean showGlobalIds_) |
void |
SetShowIncidentElements(boolean showIncidentElements_) |
void |
SetShowMeshName(boolean showMeshName_) |
void |
SetShowNodeBlockLogicalCoords(boolean showNodeBlockLogicalCoords_) |
void |
SetShowNodeDomainLogicalCoords(boolean showNodeDomainLogicalCoords_) |
void |
SetShowNodeId(boolean showNodeId_) |
void |
SetShowNodePhysicalCoords(boolean showNodePhysicalCoords_) |
void |
SetShowPickHighlight(boolean showPickHighlight_) |
void |
SetShowPickLetter(boolean showPickLetter_) |
void |
SetShowTimeStep(boolean showTimeStep_) |
void |
SetShowZoneBlockLogicalCoords(boolean showZoneBlockLogicalCoords_) |
void |
SetShowZoneDomainLogicalCoords(boolean showZoneDomainLogicalCoords_) |
void |
SetShowZoneId(boolean showZoneId_) |
void |
SetSubsetName(java.lang.String subsetName_) |
void |
SetSwivelFocusToPick(boolean swivelFocusToPick_) |
void |
SetTimeCurveType(int timeCurveType_) |
void |
SetTimeOptions(MapNode timeOptions_) |
void |
SetTimePreserveCoord(boolean timePreserveCoord_) |
void |
SetTimeStep(int timeStep_) |
void |
SetUseLabelAsPickLetter(boolean useLabelAsPickLetter_) |
void |
SetVariables(java.util.Vector variables_) |
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 PICKTYPE_ZONE
public static final int PICKTYPE_NODE
public static final int PICKTYPE_CURVEZONE
public static final int PICKTYPE_CURVENODE
public static final int PICKTYPE_DOMAINZONE
public static final int PICKTYPE_DOMAINNODE
public static final int PICKTYPE_ZONELABEL
public static final int PICKTYPE_NODELABEL
public static final int COORDINATETYPE_XY
public static final int COORDINATETYPE_RZ
public static final int COORDINATETYPE_ZR
public static final int TIMECURVETYPE_SINGLE_Y_AXIS
public static final int TIMECURVETYPE_MULTIPLE_Y_AXES
public PickAttributes()
public PickAttributes(int nMoreFields)
public PickAttributes(PickAttributes obj)
public int Offset()
AttributeSubject
Offset
in class AttributeSubject
public int GetNumAdditionalAttributes()
AttributeSubject
GetNumAdditionalAttributes
in class AttributeSubject
public boolean equals(PickAttributes obj)
public void SetVariables(java.util.Vector variables_)
public void SetShowIncidentElements(boolean showIncidentElements_)
public void SetShowNodeId(boolean showNodeId_)
public void SetShowNodeDomainLogicalCoords(boolean showNodeDomainLogicalCoords_)
public void SetShowNodeBlockLogicalCoords(boolean showNodeBlockLogicalCoords_)
public void SetShowNodePhysicalCoords(boolean showNodePhysicalCoords_)
public void SetShowZoneId(boolean showZoneId_)
public void SetShowZoneDomainLogicalCoords(boolean showZoneDomainLogicalCoords_)
public void SetShowZoneBlockLogicalCoords(boolean showZoneBlockLogicalCoords_)
public void SetClearWindow(boolean clearWindow_)
public void SetPickLetter(java.lang.String pickLetter_)
public void SetFulfilled(boolean fulfilled_)
public void SetPickType(int pickType_)
public void SetDomain(int domain_)
public void SetElementNumber(int elementNumber_)
public void SetIncidentElements(java.util.Vector incidentElements_)
public void SetCellCoordinates(java.util.Vector cellCoordinates_)
public void SetTimeStep(int timeStep_)
public void SetDimension(int dimension_)
public void SetDatabaseName(java.lang.String databaseName_)
public void SetActiveVariable(java.lang.String activeVariable_)
public void SetPickPoint(double[] pickPoint_)
public void SetPickPoint(double e0, double e1, double e2)
public void SetCellPoint(double[] cellPoint_)
public void SetCellPoint(double e0, double e1, double e2)
public void SetNodePoint(double[] nodePoint_)
public void SetNodePoint(double e0, double e1, double e2)
public void SetPlotBounds(java.util.Vector plotBounds_)
public void SetRayPoint1(double[] rayPoint1_)
public void SetRayPoint1(double e0, double e1, double e2)
public void SetRayPoint2(double[] rayPoint2_)
public void SetRayPoint2(double e0, double e1, double e2)
public void SetMeshInfo(java.lang.String meshInfo_)
public void SetRealElementNumber(int realElementNumber_)
public void SetRealIncidentElements(java.util.Vector realIncidentElements_)
public void SetPnodeCoords(java.util.Vector pnodeCoords_)
public void SetDnodeCoords(java.util.Vector dnodeCoords_)
public void SetBnodeCoords(java.util.Vector bnodeCoords_)
public void SetDzoneCoords(java.util.Vector dzoneCoords_)
public void SetBzoneCoords(java.util.Vector bzoneCoords_)
public void SetNeedTransformMessage(boolean needTransformMessage_)
public void SetInvalidVars(java.util.Vector invalidVars_)
public void SetDoTimeCurve(boolean doTimeCurve_)
public void SetErrorMessage(java.lang.String errorMessage_)
public void SetError(boolean error_)
public void SetMatSelected(boolean matSelected_)
public void SetNeedActualCoords(boolean needActualCoords_)
public void SetConciseOutput(boolean conciseOutput_)
public void SetShowTimeStep(boolean showTimeStep_)
public void SetShowMeshName(boolean showMeshName_)
public void SetBlockPieceName(java.lang.String blockPieceName_)
public void SetGroupPieceName(java.lang.String groupPieceName_)
public void SetGhosts(java.util.Vector ghosts_)
public void SetIncludeGhosts(boolean includeGhosts_)
public void SetElementIsGhost(boolean elementIsGhost_)
public void SetRequiresGlyphPick(boolean requiresGlyphPick_)
public void SetLocationSuccessful(boolean locationSuccessful_)
public void SetUseLabelAsPickLetter(boolean useLabelAsPickLetter_)
public void SetShowGlobalIds(boolean showGlobalIds_)
public void SetGlobalElement(int globalElement_)
public void SetGlobalIncidentElements(java.util.Vector globalIncidentElements_)
public void SetElementIsGlobal(boolean elementIsGlobal_)
public void SetShowPickLetter(boolean showPickLetter_)
public void SetHasRangeOutput(boolean hasRangeOutput_)
public void SetRangeOutput(MapNode rangeOutput_)
public void SetElementLabel(java.lang.String elementLabel_)
public void SetReusePickLetter(boolean reusePickLetter_)
public void SetGhostType(int ghostType_)
public void SetHasMixedGhostTypes(int hasMixedGhostTypes_)
public void SetLinesData(boolean linesData_)
public void SetShowPickHighlight(boolean showPickHighlight_)
public void SetNotifyEnabled(boolean notifyEnabled_)
public void SetInputTopoDim(int inputTopoDim_)
public void SetMeshCoordType(int meshCoordType_)
public void SetCreateSpreadsheet(boolean createSpreadsheet_)
public void SetSubsetName(java.lang.String subsetName_)
public void SetFloatFormat(java.lang.String floatFormat_)
public void SetTimePreserveCoord(boolean timePreserveCoord_)
public void SetTimeCurveType(int timeCurveType_)
public void SetTimeOptions(MapNode timeOptions_)
public void SetPlotRequested(MapNode plotRequested_)
public void SetPickHighlightColor(int[] pickHighlightColor_)
public void SetPickHighlightColor(int e0, int e1, int e2)
public void SetRemovedPicks(java.lang.String removedPicks_)
public void SetSwivelFocusToPick(boolean swivelFocusToPick_)
public void SetOverridePickLabel(boolean overridePickLabel_)
public void SetForcedPickLabel(java.lang.String forcedPickLabel_)
public void SetRemoveLabelTwins(boolean removeLabelTwins_)
public void SetPreviousPoint(double[] previousPoint_)
public void SetPreviousPoint(double e0, double e1, double e2)
public void SetShowDistanceToPrevious(boolean showDistanceToPrevious_)
public java.util.Vector GetVariables()
public boolean GetShowIncidentElements()
public boolean GetShowNodeId()
public boolean GetShowNodeDomainLogicalCoords()
public boolean GetShowNodeBlockLogicalCoords()
public boolean GetShowNodePhysicalCoords()
public boolean GetShowZoneId()
public boolean GetShowZoneDomainLogicalCoords()
public boolean GetShowZoneBlockLogicalCoords()
public boolean GetClearWindow()
public java.lang.String GetPickLetter()
public boolean GetFulfilled()
public int GetPickType()
public int GetDomain()
public int GetElementNumber()
public java.util.Vector GetIncidentElements()
public java.util.Vector GetCellCoordinates()
public int GetTimeStep()
public int GetDimension()
public java.lang.String GetDatabaseName()
public java.lang.String GetActiveVariable()
public double[] GetPickPoint()
public double[] GetCellPoint()
public double[] GetNodePoint()
public java.util.Vector GetPlotBounds()
public double[] GetRayPoint1()
public double[] GetRayPoint2()
public java.lang.String GetMeshInfo()
public int GetRealElementNumber()
public java.util.Vector GetRealIncidentElements()
public java.util.Vector GetPnodeCoords()
public java.util.Vector GetDnodeCoords()
public java.util.Vector GetBnodeCoords()
public java.util.Vector GetDzoneCoords()
public java.util.Vector GetBzoneCoords()
public boolean GetNeedTransformMessage()
public java.util.Vector GetVarInfo()
public java.util.Vector GetInvalidVars()
public boolean GetDoTimeCurve()
public java.lang.String GetErrorMessage()
public boolean GetError()
public boolean GetMatSelected()
public boolean GetNeedActualCoords()
public boolean GetConciseOutput()
public boolean GetShowTimeStep()
public boolean GetShowMeshName()
public java.lang.String GetBlockPieceName()
public java.lang.String GetGroupPieceName()
public java.util.Vector GetGhosts()
public boolean GetIncludeGhosts()
public boolean GetElementIsGhost()
public boolean GetRequiresGlyphPick()
public boolean GetLocationSuccessful()
public boolean GetUseLabelAsPickLetter()
public boolean GetShowGlobalIds()
public int GetGlobalElement()
public java.util.Vector GetGlobalIncidentElements()
public boolean GetElementIsGlobal()
public boolean GetShowPickLetter()
public boolean GetHasRangeOutput()
public MapNode GetRangeOutput()
public java.lang.String GetElementLabel()
public boolean GetReusePickLetter()
public int GetGhostType()
public int GetHasMixedGhostTypes()
public boolean GetLinesData()
public boolean GetShowPickHighlight()
public boolean GetNotifyEnabled()
public int GetInputTopoDim()
public int GetMeshCoordType()
public boolean GetCreateSpreadsheet()
public java.lang.String GetSubsetName()
public java.lang.String GetFloatFormat()
public boolean GetTimePreserveCoord()
public int GetTimeCurveType()
public MapNode GetTimeOptions()
public MapNode GetPlotRequested()
public int[] GetPickHighlightColor()
public java.lang.String GetRemovedPicks()
public boolean GetSwivelFocusToPick()
public boolean GetOverridePickLabel()
public java.lang.String GetForcedPickLabel()
public boolean GetRemoveLabelTwins()
public double[] GetPreviousPoint()
public boolean GetShowDistanceToPrevious()
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
public void AddVarInfo(PickVarInfo obj)
public void ClearVarInfos()
public void RemoveVarInfo(int index)
public int GetNumVarInfos()
public PickVarInfo GetVarInfo(int i)