public class NoiseGpencilModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__factor
Field descriptor (offset) for struct member 'factor'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__gp_frame
Field descriptor (offset) for struct member 'gp_frame'.
|
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__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__pass_index
Field descriptor (offset) for struct member 'pass_index'.
|
static long[] |
__DNA__FIELD__rng
Field descriptor (offset) for struct member 'rng'.
|
static long[] |
__DNA__FIELD__scene_frame
Field descriptor (offset) for struct member 'scene_frame'.
|
static long[] |
__DNA__FIELD__step
Field descriptor (offset) for struct member 'step'.
|
static long[] |
__DNA__FIELD__vgname
Field descriptor (offset) for struct member 'vgname'.
|
static long[] |
__DNA__FIELD__vrand1
Field descriptor (offset) for struct member 'vrand1'.
|
static long[] |
__DNA__FIELD__vrand2
Field descriptor (offset) for struct member 'vrand2'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NoiseGpencilModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NoiseGpencilModifierData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NoiseGpencilModifierData(NoiseGpencilModifierData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NoiseGpencilModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
float |
getFactor()
Get method for struct member 'factor'.
|
int |
getFlag()
Get method for struct member 'flag'.
|
int |
getGp_frame()
Get method for struct member 'gp_frame'.
|
int |
getLayer_pass()
Get method for struct member 'layer_pass'.
|
CArrayFacade<java.lang.Byte> |
getLayername()
Get method for struct member 'layername'.
|
GpencilModifierData |
getModifier()
Get method for struct member 'modifier'.
|
int |
getPass_index()
Get method for struct member 'pass_index'.
|
CPointer<java.lang.Object> |
getRng()
Get method for struct member 'rng'.
|
int |
getScene_frame()
Get method for struct member 'scene_frame'.
|
int |
getStep()
Get method for struct member 'step'.
|
CArrayFacade<java.lang.Byte> |
getVgname()
Get method for struct member 'vgname'.
|
float |
getVrand1()
Get method for struct member 'vrand1'.
|
float |
getVrand2()
Get method for struct member 'vrand2'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setFactor(float factor)
Set method for struct member 'factor'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setGp_frame(int gp_frame)
Set method for struct member 'gp_frame'.
|
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 |
setModifier(GpencilModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setPass_index(int pass_index)
Set method for struct member 'pass_index'.
|
void |
setRng(CPointer<java.lang.Object> rng)
Set method for struct member 'rng'.
|
void |
setScene_frame(int scene_frame)
Set method for struct member 'scene_frame'.
|
void |
setStep(int step)
Set method for struct member 'step'.
|
void |
setVgname(CArrayFacade<java.lang.Byte> vgname)
Set method for struct member 'vgname'.
|
void |
setVrand1(float vrand1)
Set method for struct member 'vrand1'.
|
void |
setVrand2(float vrand2)
Set method for struct member 'vrand2'.
|
__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 NoiseGpencilModifierData.
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:
NoiseGpencilModifierData noisegpencilmodifierdata = ...; CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD__modifier); CPointer<GpencilModifierData> p_modifier = p.cast(new Class[]{GpencilModifierData.class});
public static final long[] __DNA__FIELD__layername
Layer name.
This is how you get a reference on the corresponding field in the struct:
NoiseGpencilModifierData noisegpencilmodifierdata = ...; CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD__layername); CPointer<CArrayFacade<Byte>> p_layername = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__vgname
Optional vertexgroup name, MAX_VGROUP_NAME.
This is how you get a reference on the corresponding field in the struct:
NoiseGpencilModifierData noisegpencilmodifierdata = ...; CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD__vgname); CPointer<CArrayFacade<Byte>> p_vgname = 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:
NoiseGpencilModifierData noisegpencilmodifierdata = ...; CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD__pass_index); CPointer<Integer> p_pass_index = 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:
NoiseGpencilModifierData noisegpencilmodifierdata = ...; CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__factor
Factor of noise.
This is how you get a reference on the corresponding field in the struct:
NoiseGpencilModifierData noisegpencilmodifierdata = ...; CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD__factor); CPointer<Float> p_factor = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__step
How many frames before recalculate randoms.
This is how you get a reference on the corresponding field in the struct:
NoiseGpencilModifierData noisegpencilmodifierdata = ...; CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD__step); CPointer<Integer> p_step = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__gp_frame
This is how you get a reference on the corresponding field in the struct:
NoiseGpencilModifierData noisegpencilmodifierdata = ...; CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD__gp_frame); CPointer<Integer> p_gp_frame = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__scene_frame
This is how you get a reference on the corresponding field in the struct:
NoiseGpencilModifierData noisegpencilmodifierdata = ...; CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD__scene_frame); CPointer<Integer> p_scene_frame = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__vrand1
This is how you get a reference on the corresponding field in the struct:
NoiseGpencilModifierData noisegpencilmodifierdata = ...; CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD__vrand1); CPointer<Float> p_vrand1 = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__vrand2
This is how you get a reference on the corresponding field in the struct:
NoiseGpencilModifierData noisegpencilmodifierdata = ...; CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD__vrand2); CPointer<Float> p_vrand2 = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__rng
This is how you get a reference on the corresponding field in the struct:
NoiseGpencilModifierData noisegpencilmodifierdata = ...; CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD__rng); CPointer<CPointer<Object>> p_rng = p.cast(new Class[]{CPointer.class, Object.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:
NoiseGpencilModifierData noisegpencilmodifierdata = ...; CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD__layer_pass); CPointer<Integer> p_layer_pass = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
NoiseGpencilModifierData noisegpencilmodifierdata = ...; CPointer<Object> p = noisegpencilmodifierdata.__dna__addressof(NoiseGpencilModifierData.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public NoiseGpencilModifierData(long __address, Block __block, BlockTable __blockTable)
protected NoiseGpencilModifierData(NoiseGpencilModifierData 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 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 CArrayFacade<java.lang.Byte> getVgname() throws java.io.IOException
Optional vertexgroup name, MAX_VGROUP_NAME.
java.io.IOException
__DNA__FIELD__vgname
public void setVgname(CArrayFacade<java.lang.Byte> vgname) throws java.io.IOException
Optional vertexgroup name, MAX_VGROUP_NAME.
java.io.IOException
__DNA__FIELD__vgname
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 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 float getFactor() throws java.io.IOException
Factor of noise.
java.io.IOException
__DNA__FIELD__factor
public void setFactor(float factor) throws java.io.IOException
Factor of noise.
java.io.IOException
__DNA__FIELD__factor
public int getStep() throws java.io.IOException
How many frames before recalculate randoms.
java.io.IOException
__DNA__FIELD__step
public void setStep(int step) throws java.io.IOException
How many frames before recalculate randoms.
java.io.IOException
__DNA__FIELD__step
public int getGp_frame() throws java.io.IOException
java.io.IOException
__DNA__FIELD__gp_frame
public void setGp_frame(int gp_frame) throws java.io.IOException
java.io.IOException
__DNA__FIELD__gp_frame
public int getScene_frame() throws java.io.IOException
java.io.IOException
__DNA__FIELD__scene_frame
public void setScene_frame(int scene_frame) throws java.io.IOException
java.io.IOException
__DNA__FIELD__scene_frame
public float getVrand1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__vrand1
public void setVrand1(float vrand1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__vrand1
public float getVrand2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__vrand2
public void setVrand2(float vrand2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__vrand2
public CPointer<java.lang.Object> getRng() throws java.io.IOException
java.io.IOException
__DNA__FIELD__rng
public void setRng(CPointer<java.lang.Object> rng) throws java.io.IOException
java.io.IOException
__DNA__FIELD__rng
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 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 CPointer<NoiseGpencilModifierData> __io__addressof()