public class ArrayGpencilModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__count
Field descriptor (offset) for struct member 'count'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__layer_pass
Field descriptor (offset) for struct member 'layer_pass'.
|
static long[] |
__DNA__FIELD__layername
Field descriptor (offset) for struct member 'layername'.
|
static long[] |
__DNA__FIELD__mat_rpl
Field descriptor (offset) for struct member 'mat_rpl'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__object
Field descriptor (offset) for struct member 'object'.
|
static long[] |
__DNA__FIELD__offset
Field descriptor (offset) for struct member 'offset'.
|
static long[] |
__DNA__FIELD__pass_index
Field descriptor (offset) for struct member 'pass_index'.
|
static long[] |
__DNA__FIELD__rnd
Field descriptor (offset) for struct member 'rnd'.
|
static long[] |
__DNA__FIELD__rnd_rot
Field descriptor (offset) for struct member 'rnd_rot'.
|
static long[] |
__DNA__FIELD__rnd_size
Field descriptor (offset) for struct member 'rnd_size'.
|
static long[] |
__DNA__FIELD__rot
Field descriptor (offset) for struct member 'rot'.
|
static long[] |
__DNA__FIELD__scale
Field descriptor (offset) for struct member 'scale'.
|
static long[] |
__DNA__FIELD__shift
Field descriptor (offset) for struct member 'shift'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct ArrayGpencilModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
ArrayGpencilModifierData(ArrayGpencilModifierData that) |
|
ArrayGpencilModifierData(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<ArrayGpencilModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
int |
getCount()
Get method for struct member 'count'.
|
int |
getFlag()
Get method for struct member 'flag'.
|
int |
getLayer_pass()
Get method for struct member 'layer_pass'.
|
CArrayFacade<java.lang.Byte> |
getLayername()
Get method for struct member 'layername'.
|
int |
getMat_rpl()
Get method for struct member 'mat_rpl'.
|
GpencilModifierData |
getModifier()
Get method for struct member 'modifier'.
|
CPointer<BlenderObject> |
getObject()
Get method for struct member 'object'.
|
CArrayFacade<java.lang.Float> |
getOffset()
Get method for struct member 'offset'.
|
int |
getPass_index()
Get method for struct member 'pass_index'.
|
float |
getRnd_rot()
Get method for struct member 'rnd_rot'.
|
float |
getRnd_size()
Get method for struct member 'rnd_size'.
|
CArrayFacade<java.lang.Float> |
getRnd()
Get method for struct member 'rnd'.
|
CArrayFacade<java.lang.Float> |
getRot()
Get method for struct member 'rot'.
|
CArrayFacade<java.lang.Float> |
getScale()
Get method for struct member 'scale'.
|
CArrayFacade<java.lang.Float> |
getShift()
Get method for struct member 'shift'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setCount(int count)
Set method for struct member 'count'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setLayer_pass(int layer_pass)
Set method for struct member 'layer_pass'.
|
void |
setLayername(CArrayFacade<java.lang.Byte> layername)
Set method for struct member 'layername'.
|
void |
setMat_rpl(int mat_rpl)
Set method for struct member 'mat_rpl'.
|
void |
setModifier(GpencilModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setObject(CPointer<BlenderObject> object)
Set method for struct member 'object'.
|
void |
setOffset(CArrayFacade<java.lang.Float> offset)
Set method for struct member 'offset'.
|
void |
setPass_index(int pass_index)
Set method for struct member 'pass_index'.
|
void |
setRnd_rot(float rnd_rot)
Set method for struct member 'rnd_rot'.
|
void |
setRnd_size(float rnd_size)
Set method for struct member 'rnd_size'.
|
void |
setRnd(CArrayFacade<java.lang.Float> rnd)
Set method for struct member 'rnd'.
|
void |
setRot(CArrayFacade<java.lang.Float> rot)
Set method for struct member 'rot'.
|
void |
setScale(CArrayFacade<java.lang.Float> scale)
Set method for struct member 'scale'.
|
void |
setShift(CArrayFacade<java.lang.Float> shift)
Set method for struct member 'shift'.
|
__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 ArrayGpencilModifierData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__modifier
This is how you get a reference on the corresponding field in the struct:
ArrayGpencilModifierData arraygpencilmodifierdata = ...; CPointer<Object> p = arraygpencilmodifierdata.__dna__addressof(ArrayGpencilModifierData.__DNA__FIELD__modifier); CPointer<GpencilModifierData> p_modifier = p.cast(new Class[]{GpencilModifierData.class});
public static final long[] __DNA__FIELD__object
This is how you get a reference on the corresponding field in the struct:
ArrayGpencilModifierData arraygpencilmodifierdata = ...; CPointer<Object> p = arraygpencilmodifierdata.__dna__addressof(ArrayGpencilModifierData.__DNA__FIELD__object); CPointer<CPointer<BlenderObject>> p_object = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__count
Number of elements in array.
This is how you get a reference on the corresponding field in the struct:
ArrayGpencilModifierData arraygpencilmodifierdata = ...; CPointer<Object> p = arraygpencilmodifierdata.__dna__addressof(ArrayGpencilModifierData.__DNA__FIELD__count); CPointer<Integer> p_count = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__flag
Several flags.
This is how you get a reference on the corresponding field in the struct:
ArrayGpencilModifierData arraygpencilmodifierdata = ...; CPointer<Object> p = arraygpencilmodifierdata.__dna__addressof(ArrayGpencilModifierData.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__offset
Location increments.
This is how you get a reference on the corresponding field in the struct:
ArrayGpencilModifierData arraygpencilmodifierdata = ...; CPointer<Object> p = arraygpencilmodifierdata.__dna__addressof(ArrayGpencilModifierData.__DNA__FIELD__offset); CPointer<CArrayFacade<Float>> p_offset = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__shift
Shift increment.
This is how you get a reference on the corresponding field in the struct:
ArrayGpencilModifierData arraygpencilmodifierdata = ...; CPointer<Object> p = arraygpencilmodifierdata.__dna__addressof(ArrayGpencilModifierData.__DNA__FIELD__shift); CPointer<CArrayFacade<Float>> p_shift = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__rnd_size
Random size factor.
This is how you get a reference on the corresponding field in the struct:
ArrayGpencilModifierData arraygpencilmodifierdata = ...; CPointer<Object> p = arraygpencilmodifierdata.__dna__addressof(ArrayGpencilModifierData.__DNA__FIELD__rnd_size); CPointer<Float> p_rnd_size = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__rnd_rot
Random size factor.
This is how you get a reference on the corresponding field in the struct:
ArrayGpencilModifierData arraygpencilmodifierdata = ...; CPointer<Object> p = arraygpencilmodifierdata.__dna__addressof(ArrayGpencilModifierData.__DNA__FIELD__rnd_rot); CPointer<Float> p_rnd_rot = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__rot
Rotation changes.
This is how you get a reference on the corresponding field in the struct:
ArrayGpencilModifierData arraygpencilmodifierdata = ...; CPointer<Object> p = arraygpencilmodifierdata.__dna__addressof(ArrayGpencilModifierData.__DNA__FIELD__rot); CPointer<CArrayFacade<Float>> p_rot = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__scale
Scale changes.
This is how you get a reference on the corresponding field in the struct:
ArrayGpencilModifierData arraygpencilmodifierdata = ...; CPointer<Object> p = arraygpencilmodifierdata.__dna__addressof(ArrayGpencilModifierData.__DNA__FIELD__scale); CPointer<CArrayFacade<Float>> p_scale = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__rnd
(first element is the index) random values.
This is how you get a reference on the corresponding field in the struct:
ArrayGpencilModifierData arraygpencilmodifierdata = ...; CPointer<Object> p = arraygpencilmodifierdata.__dna__addressof(ArrayGpencilModifierData.__DNA__FIELD__rnd); CPointer<CArrayFacade<Float>> p_rnd = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
ArrayGpencilModifierData arraygpencilmodifierdata = ...; CPointer<Object> p = arraygpencilmodifierdata.__dna__addressof(ArrayGpencilModifierData.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__pass_index
Custom index for passes.
This is how you get a reference on the corresponding field in the struct:
ArrayGpencilModifierData arraygpencilmodifierdata = ...; CPointer<Object> p = arraygpencilmodifierdata.__dna__addressof(ArrayGpencilModifierData.__DNA__FIELD__pass_index); CPointer<Integer> p_pass_index = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__layername
Layer name.
This is how you get a reference on the corresponding field in the struct:
ArrayGpencilModifierData arraygpencilmodifierdata = ...; CPointer<Object> p = arraygpencilmodifierdata.__dna__addressof(ArrayGpencilModifierData.__DNA__FIELD__layername); CPointer<CArrayFacade<Byte>> p_layername = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__mat_rpl
Material
replace (0 keep default).
This is how you get a reference on the corresponding field in the struct:
ArrayGpencilModifierData arraygpencilmodifierdata = ...; CPointer<Object> p = arraygpencilmodifierdata.__dna__addressof(ArrayGpencilModifierData.__DNA__FIELD__mat_rpl); CPointer<Integer> p_mat_rpl = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__layer_pass
Custom index for passes.
This is how you get a reference on the corresponding field in the struct:
ArrayGpencilModifierData arraygpencilmodifierdata = ...; CPointer<Object> p = arraygpencilmodifierdata.__dna__addressof(ArrayGpencilModifierData.__DNA__FIELD__layer_pass); CPointer<Integer> p_layer_pass = p.cast(new Class[]{Integer.class});
public ArrayGpencilModifierData(long __address, Block __block, BlockTable __blockTable)
protected ArrayGpencilModifierData(ArrayGpencilModifierData that)
public GpencilModifierData getModifier() throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public void setModifier(GpencilModifierData modifier) throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public CPointer<BlenderObject> getObject() throws java.io.IOException
java.io.IOException
__DNA__FIELD__object
public void setObject(CPointer<BlenderObject> object) throws java.io.IOException
java.io.IOException
__DNA__FIELD__object
public int getCount() throws java.io.IOException
Number of elements in array.
java.io.IOException
__DNA__FIELD__count
public void setCount(int count) throws java.io.IOException
Number of elements in array.
java.io.IOException
__DNA__FIELD__count
public int getFlag() throws java.io.IOException
Several flags.
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
Several flags.
java.io.IOException
__DNA__FIELD__flag
public CArrayFacade<java.lang.Float> getOffset() throws java.io.IOException
Location increments.
java.io.IOException
__DNA__FIELD__offset
public void setOffset(CArrayFacade<java.lang.Float> offset) throws java.io.IOException
Location increments.
java.io.IOException
__DNA__FIELD__offset
public CArrayFacade<java.lang.Float> getShift() throws java.io.IOException
Shift increment.
java.io.IOException
__DNA__FIELD__shift
public void setShift(CArrayFacade<java.lang.Float> shift) throws java.io.IOException
Shift increment.
java.io.IOException
__DNA__FIELD__shift
public float getRnd_size() throws java.io.IOException
Random size factor.
java.io.IOException
__DNA__FIELD__rnd_size
public void setRnd_size(float rnd_size) throws java.io.IOException
Random size factor.
java.io.IOException
__DNA__FIELD__rnd_size
public float getRnd_rot() throws java.io.IOException
Random size factor.
java.io.IOException
__DNA__FIELD__rnd_rot
public void setRnd_rot(float rnd_rot) throws java.io.IOException
Random size factor.
java.io.IOException
__DNA__FIELD__rnd_rot
public CArrayFacade<java.lang.Float> getRot() throws java.io.IOException
Rotation changes.
java.io.IOException
__DNA__FIELD__rot
public void setRot(CArrayFacade<java.lang.Float> rot) throws java.io.IOException
Rotation changes.
java.io.IOException
__DNA__FIELD__rot
public CArrayFacade<java.lang.Float> getScale() throws java.io.IOException
Scale changes.
java.io.IOException
__DNA__FIELD__scale
public void setScale(CArrayFacade<java.lang.Float> scale) throws java.io.IOException
Scale changes.
java.io.IOException
__DNA__FIELD__scale
public CArrayFacade<java.lang.Float> getRnd() throws java.io.IOException
(first element is the index) random values.
java.io.IOException
__DNA__FIELD__rnd
public void setRnd(CArrayFacade<java.lang.Float> rnd) throws java.io.IOException
(first element is the index) random values.
java.io.IOException
__DNA__FIELD__rnd
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public int getPass_index() throws java.io.IOException
Custom index for passes.
java.io.IOException
__DNA__FIELD__pass_index
public void setPass_index(int pass_index) throws java.io.IOException
Custom index for passes.
java.io.IOException
__DNA__FIELD__pass_index
public CArrayFacade<java.lang.Byte> getLayername() throws java.io.IOException
Layer name.
java.io.IOException
__DNA__FIELD__layername
public void setLayername(CArrayFacade<java.lang.Byte> layername) throws java.io.IOException
Layer name.
java.io.IOException
__DNA__FIELD__layername
public int getMat_rpl() throws java.io.IOException
Material
replace (0 keep default).
java.io.IOException
__DNA__FIELD__mat_rpl
public void setMat_rpl(int mat_rpl) throws java.io.IOException
Material
replace (0 keep default).
java.io.IOException
__DNA__FIELD__mat_rpl
public int getLayer_pass() throws java.io.IOException
Custom index for passes.
java.io.IOException
__DNA__FIELD__layer_pass
public void setLayer_pass(int layer_pass) throws java.io.IOException
Custom index for passes.
java.io.IOException
__DNA__FIELD__layer_pass
public CPointer<ArrayGpencilModifierData> __io__addressof()