public class bSensor extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__data
Field descriptor (offset) for struct member 'data'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__freq
Field descriptor (offset) for struct member 'freq'.
|
static long[] |
__DNA__FIELD__invert
Field descriptor (offset) for struct member 'invert'.
|
static long[] |
__DNA__FIELD__level
Field descriptor (offset) for struct member 'level'.
|
static long[] |
__DNA__FIELD__links
Field descriptor (offset) for struct member 'links'.
|
static long[] |
__DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__ob
Field descriptor (offset) for struct member 'ob'.
|
static long[] |
__DNA__FIELD__otype
Field descriptor (offset) for struct member 'otype'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__pad1
Field descriptor (offset) for struct member 'pad1'.
|
static long[] |
__DNA__FIELD__pad2
Field descriptor (offset) for struct member 'pad2'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__pulse
Field descriptor (offset) for struct member 'pulse'.
|
static long[] |
__DNA__FIELD__tap
Field descriptor (offset) for struct member 'tap'.
|
static long[] |
__DNA__FIELD__totlinks
Field descriptor (offset) for struct member 'totlinks'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bSensor.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bSensor(bSensor that) |
|
bSensor(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bSensor> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<java.lang.Object> |
getData()
Get method for struct member 'data'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
short |
getFreq()
Get method for struct member 'freq'.
|
short |
getInvert()
Get method for struct member 'invert'.
|
short |
getLevel()
Get method for struct member 'level'.
|
CPointer<CPointer<bController>> |
getLinks()
Get method for struct member 'links'.
|
CArrayFacade<java.lang.Byte> |
getName()
Get method for struct member 'name'.
|
CPointer<bSensor> |
getNext()
Get method for struct member 'next'.
|
CPointer<BlenderObject> |
getOb()
Get method for struct member 'ob'.
|
short |
getOtype()
Get method for struct member 'otype'.
|
short |
getPad()
Get method for struct member 'pad'.
|
short |
getPad1()
Get method for struct member 'pad1'.
|
short |
getPad2()
Get method for struct member 'pad2'.
|
CPointer<bSensor> |
getPrev()
Get method for struct member 'prev'.
|
short |
getPulse()
Get method for struct member 'pulse'.
|
short |
getTap()
Get method for struct member 'tap'.
|
short |
getTotlinks()
Get method for struct member 'totlinks'.
|
short |
getType()
Get method for struct member 'type'.
|
void |
setData(CPointer<java.lang.Object> data)
Set method for struct member 'data'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setFreq(short freq)
Set method for struct member 'freq'.
|
void |
setInvert(short invert)
Set method for struct member 'invert'.
|
void |
setLevel(short level)
Set method for struct member 'level'.
|
void |
setLinks(CPointer<CPointer<bController>> links)
Set method for struct member 'links'.
|
void |
setName(CArrayFacade<java.lang.Byte> name)
Set method for struct member 'name'.
|
void |
setNext(CPointer<bSensor> next)
Set method for struct member 'next'.
|
void |
setOb(CPointer<BlenderObject> ob)
Set method for struct member 'ob'.
|
void |
setOtype(short otype)
Set method for struct member 'otype'.
|
void |
setPad(short pad)
Set method for struct member 'pad'.
|
void |
setPad1(short pad1)
Set method for struct member 'pad1'.
|
void |
setPad2(short pad2)
Set method for struct member 'pad2'.
|
void |
setPrev(CPointer<bSensor> prev)
Set method for struct member 'prev'.
|
void |
setPulse(short pulse)
Set method for struct member 'pulse'.
|
void |
setTap(short tap)
Set method for struct member 'tap'.
|
void |
setTotlinks(short totlinks)
Set method for struct member 'totlinks'.
|
void |
setType(short type)
Set method for struct member 'type'.
|
__io__addressof, __io__addressof, __io__equals, __io__generic__copy, __io__generic__copy, __io__instanceof, __io__native__copy, __io__newInstance, __io__same__encoding, __io__sizeof, __io__sizeof, __io__subclassof
public static final int __DNA__SDNA_INDEX
It is required when allocating a new block to store data for bSensor.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__next
This is how you get a reference on the corresponding field in the struct:
bSensor bsensor = ...; CPointer<Object> p = bsensor.__dna__addressof(bSensor.__DNA__FIELD__next); CPointer<CPointer<bSensor>> p_next = p.cast(new Class[]{CPointer.class, bSensor.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
bSensor bsensor = ...; CPointer<Object> p = bsensor.__dna__addressof(bSensor.__DNA__FIELD__prev); CPointer<CPointer<bSensor>> p_prev = p.cast(new Class[]{CPointer.class, bSensor.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
bSensor bsensor = ...; CPointer<Object> p = bsensor.__dna__addressof(bSensor.__DNA__FIELD__type); CPointer<Short> p_type = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__otype
This is how you get a reference on the corresponding field in the struct:
bSensor bsensor = ...; CPointer<Object> p = bsensor.__dna__addressof(bSensor.__DNA__FIELD__otype); CPointer<Short> p_otype = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
bSensor bsensor = ...; CPointer<Object> p = bsensor.__dna__addressof(bSensor.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pulse
This is how you get a reference on the corresponding field in the struct:
bSensor bsensor = ...; CPointer<Object> p = bsensor.__dna__addressof(bSensor.__DNA__FIELD__pulse); CPointer<Short> p_pulse = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__freq
This is how you get a reference on the corresponding field in the struct:
bSensor bsensor = ...; CPointer<Object> p = bsensor.__dna__addressof(bSensor.__DNA__FIELD__freq); CPointer<Short> p_freq = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__totlinks
This is how you get a reference on the corresponding field in the struct:
bSensor bsensor = ...; CPointer<Object> p = bsensor.__dna__addressof(bSensor.__DNA__FIELD__totlinks); CPointer<Short> p_totlinks = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad1
This is how you get a reference on the corresponding field in the struct:
bSensor bsensor = ...; CPointer<Object> p = bsensor.__dna__addressof(bSensor.__DNA__FIELD__pad1); CPointer<Short> p_pad1 = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad2
This is how you get a reference on the corresponding field in the struct:
bSensor bsensor = ...; CPointer<Object> p = bsensor.__dna__addressof(bSensor.__DNA__FIELD__pad2); CPointer<Short> p_pad2 = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__name
This is how you get a reference on the corresponding field in the struct:
bSensor bsensor = ...; CPointer<Object> p = bsensor.__dna__addressof(bSensor.__DNA__FIELD__name); CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__data
This is how you get a reference on the corresponding field in the struct:
bSensor bsensor = ...; CPointer<Object> p = bsensor.__dna__addressof(bSensor.__DNA__FIELD__data); CPointer<CPointer<Object>> p_data = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__links
This is how you get a reference on the corresponding field in the struct:
bSensor bsensor = ...; CPointer<Object> p = bsensor.__dna__addressof(bSensor.__DNA__FIELD__links); CPointer<CPointer<CPointer<bController>>> p_links = p.cast(new Class[]{CPointer.class, CPointer.class, bController.class});
public static final long[] __DNA__FIELD__ob
This is how you get a reference on the corresponding field in the struct:
bSensor bsensor = ...; CPointer<Object> p = bsensor.__dna__addressof(bSensor.__DNA__FIELD__ob); CPointer<CPointer<BlenderObject>> p_ob = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__invert
This is how you get a reference on the corresponding field in the struct:
bSensor bsensor = ...; CPointer<Object> p = bsensor.__dna__addressof(bSensor.__DNA__FIELD__invert); CPointer<Short> p_invert = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__level
This is how you get a reference on the corresponding field in the struct:
bSensor bsensor = ...; CPointer<Object> p = bsensor.__dna__addressof(bSensor.__DNA__FIELD__level); CPointer<Short> p_level = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__tap
This is how you get a reference on the corresponding field in the struct:
bSensor bsensor = ...; CPointer<Object> p = bsensor.__dna__addressof(bSensor.__DNA__FIELD__tap); CPointer<Short> p_tap = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
bSensor bsensor = ...; CPointer<Object> p = bsensor.__dna__addressof(bSensor.__DNA__FIELD__pad); CPointer<Short> p_pad = p.cast(new Class[]{Short.class});
public bSensor(long __address, Block __block, BlockTable __blockTable)
protected bSensor(bSensor that)
public CPointer<bSensor> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<bSensor> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<bSensor> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<bSensor> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public short getType() throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public void setType(short type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public short getOtype() throws java.io.IOException
java.io.IOException
__DNA__FIELD__otype
public void setOtype(short otype) throws java.io.IOException
java.io.IOException
__DNA__FIELD__otype
public short getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public short getPulse() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pulse
public void setPulse(short pulse) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pulse
public short getFreq() throws java.io.IOException
java.io.IOException
__DNA__FIELD__freq
public void setFreq(short freq) throws java.io.IOException
java.io.IOException
__DNA__FIELD__freq
public short getTotlinks() throws java.io.IOException
java.io.IOException
__DNA__FIELD__totlinks
public void setTotlinks(short totlinks) throws java.io.IOException
java.io.IOException
__DNA__FIELD__totlinks
public short getPad1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad1
public void setPad1(short pad1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad1
public short getPad2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public void setPad2(short pad2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public CArrayFacade<java.lang.Byte> getName() throws java.io.IOException
java.io.IOException
__DNA__FIELD__name
public void setName(CArrayFacade<java.lang.Byte> name) throws java.io.IOException
java.io.IOException
__DNA__FIELD__name
public CPointer<java.lang.Object> getData() throws java.io.IOException
java.io.IOException
__DNA__FIELD__data
public void setData(CPointer<java.lang.Object> data) throws java.io.IOException
java.io.IOException
__DNA__FIELD__data
public CPointer<CPointer<bController>> getLinks() throws java.io.IOException
java.io.IOException
__DNA__FIELD__links
public void setLinks(CPointer<CPointer<bController>> links) throws java.io.IOException
java.io.IOException
__DNA__FIELD__links
public CPointer<BlenderObject> getOb() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ob
public void setOb(CPointer<BlenderObject> ob) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ob
public short getInvert() throws java.io.IOException
java.io.IOException
__DNA__FIELD__invert
public void setInvert(short invert) throws java.io.IOException
java.io.IOException
__DNA__FIELD__invert
public short getLevel() throws java.io.IOException
java.io.IOException
__DNA__FIELD__level
public void setLevel(short level) throws java.io.IOException
java.io.IOException
__DNA__FIELD__level
public short getTap() throws java.io.IOException
java.io.IOException
__DNA__FIELD__tap
public void setTap(short tap) throws java.io.IOException
java.io.IOException
__DNA__FIELD__tap
public short getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(short pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad