Package h
Class ST_Agnodeinfo_t
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- smetana.core.UnsupportedStructAndPtr
-
- h.ST_Agnodeinfo_t
-
- All Implemented Interfaces:
__c__fields,__ptr__,__struct__,AllH,Area,InternalData,StarStruct
public class ST_Agnodeinfo_t extends UnsupportedStructAndPtr
-
-
Field Summary
Fields Modifier and Type Field Description ST_Agedge_salgST_Agraph_sclustST_pointfcoordST_elistflat_inST_elistflat_outbooleanhas_portST_Agrec_shdrintheapindexdoubleheightinthopsdoublehtintidST_elistinST_Agnode_sinleafST_textlabel_tlabelintlimintlowdoublelwintmarkdoublemvalST_Agnode_snextintnode_typeintonstackintorderST_elistotherST_elistoutST_Agnode_soutleafST_Agedge_sparST_Agnode_sprevintpriorityintrankintranktypedoublerwST_elistsave_inST_elistsave_outST_shape_descshapeST_polygon_tshape_infointshowboxesST_elisttree_inST_elisttree_outST_Agnode_sUF_parentintUF_sizeintweight_classdoublewidthST_textlabel_txlabel-
Fields inherited from class smetana.core.UnsupportedStarStruct
UID
-
-
Constructor Summary
Constructors Constructor Description ST_Agnodeinfo_t()ST_Agnodeinfo_t(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description __ptr__castTo(java.lang.Class dest)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, copyDataFrom, getArea, getDebug, getDouble, getInt, getPtr, getRealClass, getStruct, 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
-
shape
public ST_shape_desc shape
-
shape_info
public ST_polygon_t shape_info
-
coord
public final ST_pointf coord
-
width
public double width
-
height
public double height
-
ht
public double ht
-
lw
public double lw
-
rw
public double rw
-
label
public ST_textlabel_t label
-
xlabel
public ST_textlabel_t xlabel
-
alg
public ST_Agedge_s alg
-
id
public int id
-
heapindex
public int heapindex
-
hops
public int hops
-
showboxes
public int showboxes
-
has_port
public boolean has_port
-
node_type
public int node_type
-
mark
public int mark
-
onstack
public int onstack
-
ranktype
public int ranktype
-
weight_class
public int weight_class
-
next
public ST_Agnode_s next
-
prev
public ST_Agnode_s prev
-
in
public final ST_elist in
-
out
public final ST_elist out
-
flat_out
public final ST_elist flat_out
-
flat_in
public final ST_elist flat_in
-
other
public final ST_elist other
-
clust
public ST_Agraph_s clust
-
UF_size
public int UF_size
-
UF_parent
public ST_Agnode_s UF_parent
-
inleaf
public ST_Agnode_s inleaf
-
outleaf
public ST_Agnode_s outleaf
-
rank
public int rank
-
order
public int order
-
mval
public double mval
-
save_in
public final ST_elist save_in
-
save_out
public final ST_elist save_out
-
tree_in
public final ST_elist tree_in
-
tree_out
public final ST_elist tree_out
-
par
public ST_Agedge_s par
-
low
public int low
-
lim
public int lim
-
priority
public int priority
-
-
Constructor Detail
-
ST_Agnodeinfo_t
public ST_Agnodeinfo_t()
-
ST_Agnodeinfo_t
public ST_Agnodeinfo_t(StarStruct parent)
-
-
Method Detail
-
castTo
public __ptr__ castTo(java.lang.Class dest)
- Specified by:
castToin interface__ptr__- Specified by:
castToin interfaceStarStruct- Overrides:
castToin 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
-
setStruct
public void setStruct(java.lang.String fieldName, __struct__ newData)- Specified by:
setStructin interface__c__fields- Specified by:
setStructin interfaceStarStruct- Overrides:
setStructin classUnsupportedStarStruct
-
-