Package h
Class ST_spline_info_t
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- smetana.core.UnsupportedStructAndPtr
-
- h.ST_spline_info_t
-
- All Implemented Interfaces:
__c__fields
,__ptr__
,__struct__
,AllH
,Area
,InternalData
,StarStruct
public class ST_spline_info_t extends UnsupportedStructAndPtr
-
-
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
UID
-
-
Constructor Summary
Constructors Constructor Description ST_spline_info_t()
ST_spline_info_t(StarStruct parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setInt(java.lang.String fieldName, int data)
-
Methods inherited from class smetana.core.UnsupportedStructAndPtr
___, ____, amp, copy, getInternalData
-
Methods inherited from class smetana.core.UnsupportedStarStruct
addVirtualBytes, castTo, comparePointer, copyDataFrom, copyDataFrom, getArea, getDebug, getDouble, getInt, getPtr, getRealClass, getStruct, getUID36, isSameThan, memcopyFrom, minus, plus, setDouble, setDouble, setInt, setPtr, setPtr, setStruct, 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
-
LeftBound
public int LeftBound
-
RightBound
public int RightBound
-
Splinesep
public int Splinesep
-
Multisep
public int Multisep
-
Rank_box
public ST_boxf[] Rank_box
-
-
Constructor Detail
-
ST_spline_info_t
public ST_spline_info_t()
-
ST_spline_info_t
public ST_spline_info_t(StarStruct parent)
-
-
Method Detail
-
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
-
-