Package h
Class ST_spline_info_t
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- h.ST_spline_info_t
-
- All Implemented Interfaces:
__ptr__
,__struct__
public final class ST_spline_info_t extends UnsupportedStarStruct
-
-
Field Summary
Fields Modifier and Type Field Description int
LeftBound
int
Multisep
ST_boxf[]
Rank_box
int
RightBound
int
Splinesep
-
Fields inherited from class smetana.core.UnsupportedStarStruct
CPT, SPY_ME, UID
-
-
Constructor Summary
Constructors Constructor Description ST_spline_info_t()
-
Method Summary
-
Methods inherited from class smetana.core.UnsupportedStarStruct
___, castTo, copy, getTheField, isSameThan, unsupported
-
-
-
-
Field Detail
-
LeftBound
public int LeftBound
-
RightBound
public int RightBound
-
Splinesep
public int Splinesep
-
Multisep
public int Multisep
-
Rank_box
public ST_boxf[] Rank_box
-
-