public class BevelModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__bevel_angle
Field descriptor (offset) for struct member 'bevel_angle'.
|
static long[] |
__DNA__FIELD__defgrp_name
Field descriptor (offset) for struct member 'defgrp_name'.
|
static long[] |
__DNA__FIELD__e_flags
Field descriptor (offset) for struct member 'e_flags'.
|
static long[] |
__DNA__FIELD__flags
Field descriptor (offset) for struct member 'flags'.
|
static long[] |
__DNA__FIELD__lim_flags
Field descriptor (offset) for struct member 'lim_flags'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__res
Field descriptor (offset) for struct member 'res'.
|
static long[] |
__DNA__FIELD__val_flags
Field descriptor (offset) for struct member 'val_flags'.
|
static long[] |
__DNA__FIELD__value
Field descriptor (offset) for struct member 'value'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct BevelModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
BevelModifierData(BevelModifierData that) |
|
BevelModifierData(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<BevelModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getBevel_angle()
Get method for struct member 'bevel_angle'.
|
CArrayFacade<java.lang.Byte> |
getDefgrp_name()
Get method for struct member 'defgrp_name'.
|
short |
getE_flags()
Get method for struct member 'e_flags'.
|
short |
getFlags()
Get method for struct member 'flags'.
|
short |
getLim_flags()
Get method for struct member 'lim_flags'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
int |
getPad()
Get method for struct member 'pad'.
|
int |
getRes()
Get method for struct member 'res'.
|
short |
getVal_flags()
Get method for struct member 'val_flags'.
|
float |
getValue()
Get method for struct member 'value'.
|
void |
setBevel_angle(float bevel_angle)
Set method for struct member 'bevel_angle'.
|
void |
setDefgrp_name(CArrayFacade<java.lang.Byte> defgrp_name)
Set method for struct member 'defgrp_name'.
|
void |
setE_flags(short e_flags)
Set method for struct member 'e_flags'.
|
void |
setFlags(short flags)
Set method for struct member 'flags'.
|
void |
setLim_flags(short lim_flags)
Set method for struct member 'lim_flags'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setPad(int pad)
Set method for struct member 'pad'.
|
void |
setRes(int res)
Set method for struct member 'res'.
|
void |
setVal_flags(short val_flags)
Set method for struct member 'val_flags'.
|
void |
setValue(float value)
Set method for struct member 'value'.
|
__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 BevelModifierData.
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:
BevelModifierData bevelmodifierdata = ...; CPointer<Object> p = bevelmodifierdata.__dna__addressof(BevelModifierData.__DNA__FIELD__modifier); CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
public static final long[] __DNA__FIELD__value
This is how you get a reference on the corresponding field in the struct:
BevelModifierData bevelmodifierdata = ...; CPointer<Object> p = bevelmodifierdata.__dna__addressof(BevelModifierData.__DNA__FIELD__value); CPointer<Float> p_value = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__res
This is how you get a reference on the corresponding field in the struct:
BevelModifierData bevelmodifierdata = ...; CPointer<Object> p = bevelmodifierdata.__dna__addressof(BevelModifierData.__DNA__FIELD__res); CPointer<Integer> p_res = 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:
BevelModifierData bevelmodifierdata = ...; CPointer<Object> p = bevelmodifierdata.__dna__addressof(BevelModifierData.__DNA__FIELD__pad); CPointer<Integer> p_pad = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__flags
This is how you get a reference on the corresponding field in the struct:
BevelModifierData bevelmodifierdata = ...; CPointer<Object> p = bevelmodifierdata.__dna__addressof(BevelModifierData.__DNA__FIELD__flags); CPointer<Short> p_flags = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__val_flags
This is how you get a reference on the corresponding field in the struct:
BevelModifierData bevelmodifierdata = ...; CPointer<Object> p = bevelmodifierdata.__dna__addressof(BevelModifierData.__DNA__FIELD__val_flags); CPointer<Short> p_val_flags = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__lim_flags
This is how you get a reference on the corresponding field in the struct:
BevelModifierData bevelmodifierdata = ...; CPointer<Object> p = bevelmodifierdata.__dna__addressof(BevelModifierData.__DNA__FIELD__lim_flags); CPointer<Short> p_lim_flags = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__e_flags
This is how you get a reference on the corresponding field in the struct:
BevelModifierData bevelmodifierdata = ...; CPointer<Object> p = bevelmodifierdata.__dna__addressof(BevelModifierData.__DNA__FIELD__e_flags); CPointer<Short> p_e_flags = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__bevel_angle
This is how you get a reference on the corresponding field in the struct:
BevelModifierData bevelmodifierdata = ...; CPointer<Object> p = bevelmodifierdata.__dna__addressof(BevelModifierData.__DNA__FIELD__bevel_angle); CPointer<Float> p_bevel_angle = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__defgrp_name
This is how you get a reference on the corresponding field in the struct:
BevelModifierData bevelmodifierdata = ...; CPointer<Object> p = bevelmodifierdata.__dna__addressof(BevelModifierData.__DNA__FIELD__defgrp_name); CPointer<CArrayFacade<Byte>> p_defgrp_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public BevelModifierData(long __address, Block __block, BlockTable __blockTable)
protected BevelModifierData(BevelModifierData that)
public ModifierData getModifier() throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public void setModifier(ModifierData modifier) throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public float getValue() throws java.io.IOException
java.io.IOException
__DNA__FIELD__value
public void setValue(float value) throws java.io.IOException
java.io.IOException
__DNA__FIELD__value
public int getRes() throws java.io.IOException
java.io.IOException
__DNA__FIELD__res
public void setRes(int res) throws java.io.IOException
java.io.IOException
__DNA__FIELD__res
public int getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(int pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public short getFlags() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public void setFlags(short flags) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public short getVal_flags() throws java.io.IOException
java.io.IOException
__DNA__FIELD__val_flags
public void setVal_flags(short val_flags) throws java.io.IOException
java.io.IOException
__DNA__FIELD__val_flags
public short getLim_flags() throws java.io.IOException
java.io.IOException
__DNA__FIELD__lim_flags
public void setLim_flags(short lim_flags) throws java.io.IOException
java.io.IOException
__DNA__FIELD__lim_flags
public short getE_flags() throws java.io.IOException
java.io.IOException
__DNA__FIELD__e_flags
public void setE_flags(short e_flags) throws java.io.IOException
java.io.IOException
__DNA__FIELD__e_flags
public float getBevel_angle() throws java.io.IOException
java.io.IOException
__DNA__FIELD__bevel_angle
public void setBevel_angle(float bevel_angle) throws java.io.IOException
java.io.IOException
__DNA__FIELD__bevel_angle
public CArrayFacade<java.lang.Byte> getDefgrp_name() throws java.io.IOException
java.io.IOException
__DNA__FIELD__defgrp_name
public void setDefgrp_name(CArrayFacade<java.lang.Byte> defgrp_name) throws java.io.IOException
java.io.IOException
__DNA__FIELD__defgrp_name
public CPointer<BevelModifierData> __io__addressof()