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_s
alg
ST_Agraph_s
clust
ST_pointf
coord
ST_elist
flat_in
ST_elist
flat_out
boolean
has_port
ST_Agrec_s
hdr
int
heapindex
double
height
int
hops
double
ht
int
id
ST_elist
in
ST_Agnode_s
inleaf
ST_textlabel_t
label
int
lim
int
low
double
lw
int
mark
double
mval
ST_Agnode_s
next
int
node_type
int
onstack
int
order
ST_elist
other
ST_elist
out
ST_Agnode_s
outleaf
ST_Agedge_s
par
ST_Agnode_s
prev
int
priority
int
rank
int
ranktype
double
rw
ST_elist
save_in
ST_elist
save_out
ST_shape_desc
shape
ST_polygon_t
shape_info
int
showboxes
ST_elist
tree_in
ST_elist
tree_out
ST_Agnode_s
UF_parent
int
UF_size
int
weight_class
double
width
ST_textlabel_t
xlabel
-
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)
void
setDouble(java.lang.String fieldName, double data)
void
setInt(java.lang.String fieldName, int data)
__ptr__
setPtr(java.lang.String fieldName, __ptr__ newData)
void
setStruct(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:
castTo
in interface__ptr__
- Specified by:
castTo
in interfaceStarStruct
- Overrides:
castTo
in classUnsupportedStarStruct
-
setDouble
public void setDouble(java.lang.String fieldName, double data)
- Specified by:
setDouble
in interface__c__fields
- Specified by:
setDouble
in interfaceStarStruct
- Overrides:
setDouble
in classUnsupportedStarStruct
-
setInt
public void setInt(java.lang.String fieldName, int data)
- Specified by:
setInt
in interface__c__fields
- Specified by:
setInt
in interfaceStarStruct
- Overrides:
setInt
in classUnsupportedStarStruct
-
setPtr
public __ptr__ setPtr(java.lang.String fieldName, __ptr__ newData)
- Specified by:
setPtr
in interface__c__fields
- Specified by:
setPtr
in interfaceStarStruct
- Overrides:
setPtr
in classUnsupportedStarStruct
-
setStruct
public void setStruct(java.lang.String fieldName, __struct__ newData)
- Specified by:
setStruct
in interface__c__fields
- Specified by:
setStruct
in interfaceStarStruct
- Overrides:
setStruct
in classUnsupportedStarStruct
-
-