Package h
Class ST_Agedgeinfo_t
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- smetana.core.UnsupportedStructAndPtr
-
- h.ST_Agedgeinfo_t
-
- All Implemented Interfaces:
__c__fields,__ptr__,__struct__,AllH,Area,InternalData,StarStruct
public class ST_Agedgeinfo_t extends UnsupportedStructAndPtr
-
-
Field Summary
Fields Modifier and Type Field Description intadjacentbooleanconc_opp_flagintcountintcutvaluedoubledistintedge_typeST_Agrec_shdrST_textlabel_thead_labelST_porthead_portST_textlabel_tlabelbooleanlabel_ontopintminlenintshowboxesST_splinessplST_textlabel_ttail_labelST_porttail_portST_Agedge_sto_origST_Agedge_sto_virtinttree_indexintweightST_textlabel_txlabelintxpenalty-
Fields inherited from class smetana.core.UnsupportedStarStruct
UID
-
-
Constructor Summary
Constructors Constructor Description ST_Agedgeinfo_t()ST_Agedgeinfo_t(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description __ptr__castTo(java.lang.Class dest)voidcopyDataFrom(__struct__ other)__struct__getStruct()voidsetDouble(java.lang.String fieldName, double data)voidsetInt(java.lang.String fieldName, int data)__ptr__setPtr(java.lang.String fieldName, __ptr__ newData)voidsetStruct(java.lang.String fieldName, __struct__ newData)-
Methods inherited from class smetana.core.UnsupportedStructAndPtr
___, ____, amp, copy, getInternalData
-
Methods inherited from class smetana.core.UnsupportedStarStruct
addVirtualBytes, comparePointer, copyDataFrom, getArea, getDebug, getDouble, getInt, getPtr, getRealClass, getUID36, isSameThan, memcopyFrom, minus, plus, setDouble, setInt, setPtr, setStruct, unsupported
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface smetana.core.__ptr__
comparePointer, getDouble, getInt, getPtr, minus, setDouble, setInt, setPtr, unsupported
-
-
-
-
Field Detail
-
hdr
public final ST_Agrec_s hdr
-
spl
public ST_splines spl
-
tail_port
public final ST_port tail_port
-
head_port
public final ST_port head_port
-
label
public ST_textlabel_t label
-
head_label
public ST_textlabel_t head_label
-
tail_label
public ST_textlabel_t tail_label
-
xlabel
public ST_textlabel_t xlabel
-
edge_type
public int edge_type
-
adjacent
public int adjacent
-
label_ontop
public boolean label_ontop
-
to_orig
public ST_Agedge_s to_orig
-
dist
public double dist
-
showboxes
public int showboxes
-
conc_opp_flag
public boolean conc_opp_flag
-
xpenalty
public int xpenalty
-
weight
public int weight
-
cutvalue
public int cutvalue
-
tree_index
public int tree_index
-
count
public int count
-
minlen
public int minlen
-
to_virt
public ST_Agedge_s to_virt
-
-
Constructor Detail
-
ST_Agedgeinfo_t
public ST_Agedgeinfo_t()
-
ST_Agedgeinfo_t
public ST_Agedgeinfo_t(StarStruct parent)
-
-
Method Detail
-
copyDataFrom
public void copyDataFrom(__struct__ other)
- Specified by:
copyDataFromin interface__ptr__- Specified by:
copyDataFromin interfaceStarStruct- Overrides:
copyDataFromin classUnsupportedStarStruct
-
castTo
public __ptr__ castTo(java.lang.Class dest)
- Specified by:
castToin interface__ptr__- Specified by:
castToin interfaceStarStruct- Overrides:
castToin classUnsupportedStarStruct
-
setStruct
public void setStruct(java.lang.String fieldName, __struct__ newData)- Specified by:
setStructin interface__c__fields- Specified by:
setStructin interfaceStarStruct- Overrides:
setStructin classUnsupportedStarStruct
-
setDouble
public void setDouble(java.lang.String fieldName, double data)- Specified by:
setDoublein interface__c__fields- Specified by:
setDoublein interfaceStarStruct- Overrides:
setDoublein classUnsupportedStarStruct
-
setInt
public void setInt(java.lang.String fieldName, int data)- Specified by:
setIntin interface__c__fields- Specified by:
setIntin interfaceStarStruct- Overrides:
setIntin classUnsupportedStarStruct
-
setPtr
public __ptr__ setPtr(java.lang.String fieldName, __ptr__ newData)
- Specified by:
setPtrin interface__c__fields- Specified by:
setPtrin interfaceStarStruct- Overrides:
setPtrin classUnsupportedStarStruct
-
getStruct
public __struct__ getStruct()
- Specified by:
getStructin interface__ptr__- Specified by:
getStructin interfaceStarStruct- Overrides:
getStructin classUnsupportedStarStruct
-
-