Package h
Class ST_shape_desc
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_shape_desc
-
- All Implemented Interfaces:
__ptr__
,__struct__
public final class ST_shape_desc extends UnsupportedStarStruct
-
-
Field Summary
Fields Modifier and Type Field Description ST_shape_functions
fns
CString
name
ST_polygon_t
polygon
boolean
usershape
-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_shape_desc()
-
Method Summary
-
Methods inherited from class smetana.core.UnsupportedStarStruct
___, castTo, copy, getTheField, isSameThan, unsupported
-
-
-
-
Field Detail
-
name
public CString name
-
fns
public ST_shape_functions fns
-
polygon
public ST_polygon_t polygon
-
usershape
public boolean usershape
-
-