public class bActionModifier extends CFacade
simple uniform modifier structure, assumed it can hold all type info
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__channel
Field descriptor (offset) for struct member 'channel'.
|
static long[] |
__DNA__FIELD__channels
Field descriptor (offset) for struct member 'channels'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__no_rot_axis
Field descriptor (offset) for struct member 'no_rot_axis'.
|
static long[] |
__DNA__FIELD__noisesize
Field descriptor (offset) for struct member 'noisesize'.
|
static long[] |
__DNA__FIELD__ob
Field descriptor (offset) for struct member 'ob'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__turbul
Field descriptor (offset) for struct member 'turbul'.
|
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 bActionModifier.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bActionModifier(bActionModifier that) |
|
bActionModifier(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bActionModifier> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
getChannel()
Get method for struct member 'channel'.
|
short |
getChannels()
Get method for struct member 'channels'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
CPointer<bActionModifier> |
getNext()
Get method for struct member 'next'.
|
short |
getNo_rot_axis()
Get method for struct member 'no_rot_axis'.
|
float |
getNoisesize()
Get method for struct member 'noisesize'.
|
CPointer<BlenderObject> |
getOb()
Get method for struct member 'ob'.
|
CPointer<bActionModifier> |
getPrev()
Get method for struct member 'prev'.
|
float |
getTurbul()
Get method for struct member 'turbul'.
|
short |
getType()
Get method for struct member 'type'.
|
void |
setChannel(CArrayFacade<java.lang.Byte> channel)
Set method for struct member 'channel'.
|
void |
setChannels(short channels)
Set method for struct member 'channels'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setNext(CPointer<bActionModifier> next)
Set method for struct member 'next'.
|
void |
setNo_rot_axis(short no_rot_axis)
Set method for struct member 'no_rot_axis'.
|
void |
setNoisesize(float noisesize)
Set method for struct member 'noisesize'.
|
void |
setOb(CPointer<BlenderObject> ob)
Set method for struct member 'ob'.
|
void |
setPrev(CPointer<bActionModifier> prev)
Set method for struct member 'prev'.
|
void |
setTurbul(float turbul)
Set method for struct member 'turbul'.
|
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 bActionModifier.
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:
bActionModifier bactionmodifier = ...; CPointer<Object> p = bactionmodifier.__dna__addressof(bActionModifier.__DNA__FIELD__next); CPointer<CPointer<bActionModifier>> p_next = p.cast(new Class[]{CPointer.class, bActionModifier.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
bActionModifier bactionmodifier = ...; CPointer<Object> p = bactionmodifier.__dna__addressof(bActionModifier.__DNA__FIELD__prev); CPointer<CPointer<bActionModifier>> p_prev = p.cast(new Class[]{CPointer.class, bActionModifier.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
bActionModifier bactionmodifier = ...; CPointer<Object> p = bactionmodifier.__dna__addressof(bActionModifier.__DNA__FIELD__type); CPointer<Short> p_type = 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:
bActionModifier bactionmodifier = ...; CPointer<Object> p = bactionmodifier.__dna__addressof(bActionModifier.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__channel
This is how you get a reference on the corresponding field in the struct:
bActionModifier bactionmodifier = ...; CPointer<Object> p = bactionmodifier.__dna__addressof(bActionModifier.__DNA__FIELD__channel); CPointer<CArrayFacade<Byte>> p_channel = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__noisesize
noise modifier
This is how you get a reference on the corresponding field in the struct:
bActionModifier bactionmodifier = ...; CPointer<Object> p = bactionmodifier.__dna__addressof(bActionModifier.__DNA__FIELD__noisesize); CPointer<Float> p_noisesize = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__turbul
This is how you get a reference on the corresponding field in the struct:
bActionModifier bactionmodifier = ...; CPointer<Object> p = bactionmodifier.__dna__addressof(bActionModifier.__DNA__FIELD__turbul); CPointer<Float> p_turbul = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__channels
This is how you get a reference on the corresponding field in the struct:
bActionModifier bactionmodifier = ...; CPointer<Object> p = bactionmodifier.__dna__addressof(bActionModifier.__DNA__FIELD__channels); CPointer<Short> p_channels = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__no_rot_axis
path deform modifier
This is how you get a reference on the corresponding field in the struct:
bActionModifier bactionmodifier = ...; CPointer<Object> p = bactionmodifier.__dna__addressof(bActionModifier.__DNA__FIELD__no_rot_axis); CPointer<Short> p_no_rot_axis = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__ob
This is how you get a reference on the corresponding field in the struct:
bActionModifier bactionmodifier = ...; CPointer<Object> p = bactionmodifier.__dna__addressof(bActionModifier.__DNA__FIELD__ob); CPointer<CPointer<BlenderObject>> p_ob = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public bActionModifier(long __address, Block __block, BlockTable __blockTable)
protected bActionModifier(bActionModifier that)
public CPointer<bActionModifier> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<bActionModifier> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<bActionModifier> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<bActionModifier> 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 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 CArrayFacade<java.lang.Byte> getChannel() throws java.io.IOException
java.io.IOException
__DNA__FIELD__channel
public void setChannel(CArrayFacade<java.lang.Byte> channel) throws java.io.IOException
java.io.IOException
__DNA__FIELD__channel
public float getNoisesize() throws java.io.IOException
noise modifier
java.io.IOException
__DNA__FIELD__noisesize
public void setNoisesize(float noisesize) throws java.io.IOException
noise modifier
java.io.IOException
__DNA__FIELD__noisesize
public float getTurbul() throws java.io.IOException
java.io.IOException
__DNA__FIELD__turbul
public void setTurbul(float turbul) throws java.io.IOException
java.io.IOException
__DNA__FIELD__turbul
public short getChannels() throws java.io.IOException
java.io.IOException
__DNA__FIELD__channels
public void setChannels(short channels) throws java.io.IOException
java.io.IOException
__DNA__FIELD__channels
public short getNo_rot_axis() throws java.io.IOException
path deform modifier
java.io.IOException
__DNA__FIELD__no_rot_axis
public void setNo_rot_axis(short no_rot_axis) throws java.io.IOException
path deform modifier
java.io.IOException
__DNA__FIELD__no_rot_axis
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 CPointer<bActionModifier> __io__addressof()