Class bActionModifier
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.bActionModifier
-
public class bActionModifier extends CFacade
Generated facet for DNA struct type 'bActionModifier'.Class Documentation
Blender Source Code
simple uniform modifier structure, assumed it can hold all type info
-
-
Field Summary
Fields Modifier and Type Field 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.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description bActionModifier(long __address, Block __block, BlockTable __blockTable)
protected
bActionModifier(bActionModifier that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__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, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct bActionModifier.It is required when allocating a new block to store data for bActionModifier.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__next
public static final long[] __DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.Pointer Arithmetics
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});
Metadata
- Field: 'next'
- Signature: 'bActionModifier*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__prev
public static final long[] __DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.Pointer Arithmetics
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});
Metadata
- Field: 'prev'
- Signature: 'bActionModifier*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__type
public static final long[] __DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.Pointer Arithmetics
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});
Metadata
- Field: 'type'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__flag
public static final long[] __DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.Pointer Arithmetics
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});
Metadata
- Field: 'flag'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__channel
public static final long[] __DNA__FIELD__channel
Field descriptor (offset) for struct member 'channel'.Pointer Arithmetics
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});
Metadata
- Field: 'channel'
- Signature: 'char[32]'
- Actual Size (32bit/64bit): 32/32
-
__DNA__FIELD__noisesize
public static final long[] __DNA__FIELD__noisesize
Field descriptor (offset) for struct member 'noisesize'.Field Documentation
Blender Source Code
noise modifier
Pointer Arithmetics
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});
Metadata
- Field: 'noisesize'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__turbul
public static final long[] __DNA__FIELD__turbul
Field descriptor (offset) for struct member 'turbul'.Pointer Arithmetics
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});
Metadata
- Field: 'turbul'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__channels
public static final long[] __DNA__FIELD__channels
Field descriptor (offset) for struct member 'channels'.Pointer Arithmetics
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});
Metadata
- Field: 'channels'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__no_rot_axis
public static final long[] __DNA__FIELD__no_rot_axis
Field descriptor (offset) for struct member 'no_rot_axis'.Field Documentation
Blender Source Code
path deform modifier
Pointer Arithmetics
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});
Metadata
- Field: 'no_rot_axis'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__ob
public static final long[] __DNA__FIELD__ob
Field descriptor (offset) for struct member 'ob'.Pointer Arithmetics
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});
Metadata
- Field: 'ob'
- Signature: 'Object*'
- Actual Size (32bit/64bit): 4/8
-
-
Constructor Detail
-
bActionModifier
public bActionModifier(long __address, Block __block, BlockTable __blockTable)
-
bActionModifier
protected bActionModifier(bActionModifier that)
-
-
Method Detail
-
getNext
public CPointer<bActionModifier> getNext() throws java.io.IOException
Get method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
setNext
public void setNext(CPointer<bActionModifier> next) throws java.io.IOException
Set method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
getPrev
public CPointer<bActionModifier> getPrev() throws java.io.IOException
Get method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
setPrev
public void setPrev(CPointer<bActionModifier> prev) throws java.io.IOException
Set method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
getType
public short getType() throws java.io.IOException
Get method for struct member 'type'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__type
-
setType
public void setType(short type) throws java.io.IOException
Set method for struct member 'type'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__type
-
getFlag
public short getFlag() throws java.io.IOException
Get method for struct member 'flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
setFlag
public void setFlag(short flag) throws java.io.IOException
Set method for struct member 'flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
getChannel
public CArrayFacade<java.lang.Byte> getChannel() throws java.io.IOException
Get method for struct member 'channel'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__channel
-
setChannel
public void setChannel(CArrayFacade<java.lang.Byte> channel) throws java.io.IOException
Set method for struct member 'channel'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__channel
-
getNoisesize
public float getNoisesize() throws java.io.IOException
Get method for struct member 'noisesize'.Field Documentation
Blender Source Code
noise modifier
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__noisesize
-
setNoisesize
public void setNoisesize(float noisesize) throws java.io.IOException
Set method for struct member 'noisesize'.Field Documentation
Blender Source Code
noise modifier
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__noisesize
-
getTurbul
public float getTurbul() throws java.io.IOException
Get method for struct member 'turbul'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__turbul
-
setTurbul
public void setTurbul(float turbul) throws java.io.IOException
Set method for struct member 'turbul'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__turbul
-
getChannels
public short getChannels() throws java.io.IOException
Get method for struct member 'channels'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__channels
-
setChannels
public void setChannels(short channels) throws java.io.IOException
Set method for struct member 'channels'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__channels
-
getNo_rot_axis
public short getNo_rot_axis() throws java.io.IOException
Get method for struct member 'no_rot_axis'.Field Documentation
Blender Source Code
path deform modifier
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__no_rot_axis
-
setNo_rot_axis
public void setNo_rot_axis(short no_rot_axis) throws java.io.IOException
Set method for struct member 'no_rot_axis'.Field Documentation
Blender Source Code
path deform modifier
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__no_rot_axis
-
getOb
public CPointer<BlenderObject> getOb() throws java.io.IOException
Get method for struct member 'ob'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__ob
-
setOb
public void setOb(CPointer<BlenderObject> ob) throws java.io.IOException
Set method for struct member 'ob'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__ob
-
__io__addressof
public CPointer<bActionModifier> __io__addressof()
Instantiates a pointer on this instance.
-
-