Package smetana.core
Class UnsupportedStructAndPtr
- java.lang.Object
-
- smetana.core.UnsupportedStarStruct
-
- smetana.core.UnsupportedStructAndPtr
-
- All Implemented Interfaces:
__c__fields
,__ptr__
,__struct__
,AllH
,Area
,InternalData
,StarStruct
- Direct Known Subclasses:
ST_adjmatrix_t
,ST_Agattr_s
,ST_Agcbstack_s
,ST_Agclos_s
,ST_Agdatadict_s
,ST_Agdesc_s
,ST_Agdisc_s
,ST_Agdstate_s
,ST_Agedge_s
,ST_Agedgeinfo_t
,ST_Agedgepair_s
,ST_Agiddisc_s
,ST_Agmemdisc_s
,ST_Agnode_s
,ST_Agnodeinfo_t
,ST_Agobj_s
,ST_Agraph_s
,ST_Agraphinfo_t
,ST_Agrec_s
,ST_Agsubnode_s
,ST_Agsym_s
,ST_Agtag_s
,ST_arrowdir_t
,ST_arrowname_t
,ST_arrowtype_t
,ST_aspect_t
,ST_BestPos_t
,ST_bezier
,ST_boxf
,ST_Branch_t
,ST_cinfo_t
,ST_deque_t
,ST_dt_s
,ST_dtdata_s
,ST_dtdisc_s
,ST_dthold_s
,ST_dtlink_s
,ST_dtmethod_s
,ST_elist
,ST_EMPTY
,ST_fontinfo
,ST_GVC_s
,ST_GVCOMMON_t
,ST_gvlayout_engine_s
,ST_gvlayout_features_t
,ST_gvplugin_active_layout_t
,ST_gvplugin_available_s
,ST_gvplugin_installed_t
,ST_HDict_t
,ST_IMapEntry_t
,ST_inside_t
,ST_label_params_t
,ST_layout_t
,ST_LeafList_t
,ST_nlist_t
,ST_Node_t___
,ST_nodequeue
,ST_object_t
,ST_pack_info
,ST_PartitionVars
,ST_path
,ST_pathend_t
,ST_Pedge_t
,ST_point
,ST_pointf
,ST_pointnlink_t
,ST_polygon_t
,ST_port
,ST_Ppoly_t
,ST_rank_t
,ST_Rect_t
,ST_RTree
,ST_shape_desc
,ST_shape_functions
,ST_spline_info_t
,ST_splineInfo
,ST_splines
,ST_SplitQ_t
,ST_tedge_t
,ST_textfont_t
,ST_textlabel_t
,ST_textspan_t
,ST_tna_t
,ST_triangle_t
,ST_xlabel_t
,ST_XLabels_t
public class UnsupportedStructAndPtr extends UnsupportedStarStruct implements __struct__, __ptr__
-
-
Field Summary
-
Fields inherited from class smetana.core.UnsupportedStarStruct
UID
-
-
Constructor Summary
Constructors Constructor Description UnsupportedStructAndPtr()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
___(__struct__ other)
void
____(__ptr__ other)
StarStruct
amp()
__struct__
copy()
StarStruct
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, 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
-
-
-
-
Method Detail
-
copy
public __struct__ copy()
- Specified by:
copy
in interface__struct__
-
___
public void ___(__struct__ other)
- Specified by:
___
in interface__struct__
-
____
public void ____(__ptr__ other)
- Specified by:
____
in interface__struct__
-
amp
public StarStruct amp()
- Specified by:
amp
in interface__struct__
-
getInternalData
public StarStruct getInternalData()
- Specified by:
getInternalData
in interface__struct__
-
-