public class bRadarSensor extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__angle
Field descriptor (offset) for struct member 'angle'.
|
static long[] |
__DNA__FIELD__axis
Field descriptor (offset) for struct member 'axis'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.
|
static long[] |
__DNA__FIELD__range
Field descriptor (offset) for struct member 'range'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bRadarSensor.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bRadarSensor(bRadarSensor that) |
|
bRadarSensor(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bRadarSensor> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getAngle()
Get method for struct member 'angle'.
|
short |
getAxis()
Get method for struct member 'axis'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
CArrayFacade<java.lang.Byte> |
getName()
Get method for struct member 'name'.
|
float |
getRange()
Get method for struct member 'range'.
|
void |
setAngle(float angle)
Set method for struct member 'angle'.
|
void |
setAxis(short axis)
Set method for struct member 'axis'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setName(CArrayFacade<java.lang.Byte> name)
Set method for struct member 'name'.
|
void |
setRange(float range)
Set method for struct member 'range'.
|
__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 bRadarSensor.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__name
This is how you get a reference on the corresponding field in the struct:
bRadarSensor bradarsensor = ...; CPointer<Object> p = bradarsensor.__dna__addressof(bRadarSensor.__DNA__FIELD__name); CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__angle
This is how you get a reference on the corresponding field in the struct:
bRadarSensor bradarsensor = ...; CPointer<Object> p = bradarsensor.__dna__addressof(bRadarSensor.__DNA__FIELD__angle); CPointer<Float> p_angle = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__range
This is how you get a reference on the corresponding field in the struct:
bRadarSensor bradarsensor = ...; CPointer<Object> p = bradarsensor.__dna__addressof(bRadarSensor.__DNA__FIELD__range); CPointer<Float> p_range = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
bRadarSensor bradarsensor = ...; CPointer<Object> p = bradarsensor.__dna__addressof(bRadarSensor.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__axis
This is how you get a reference on the corresponding field in the struct:
bRadarSensor bradarsensor = ...; CPointer<Object> p = bradarsensor.__dna__addressof(bRadarSensor.__DNA__FIELD__axis); CPointer<Short> p_axis = p.cast(new Class[]{Short.class});
public bRadarSensor(long __address, Block __block, BlockTable __blockTable)
protected bRadarSensor(bRadarSensor that)
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 float getAngle() throws java.io.IOException
java.io.IOException
__DNA__FIELD__angle
public void setAngle(float angle) throws java.io.IOException
java.io.IOException
__DNA__FIELD__angle
public float getRange() throws java.io.IOException
java.io.IOException
__DNA__FIELD__range
public void setRange(float range) throws java.io.IOException
java.io.IOException
__DNA__FIELD__range
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 getAxis() throws java.io.IOException
java.io.IOException
__DNA__FIELD__axis
public void setAxis(short axis) throws java.io.IOException
java.io.IOException
__DNA__FIELD__axis
public CPointer<bRadarSensor> __io__addressof()