public class WeightedNormalModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__defgrp_name
Field descriptor (offset) for struct member 'defgrp_name'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__mode
Field descriptor (offset) for struct member 'mode'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__thresh
Field descriptor (offset) for struct member 'thresh'.
|
static long[] |
__DNA__FIELD__weight
Field descriptor (offset) for struct member 'weight'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct WeightedNormalModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
WeightedNormalModifierData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
WeightedNormalModifierData(WeightedNormalModifierData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<WeightedNormalModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
getDefgrp_name()
Get method for struct member 'defgrp_name'.
|
byte |
getFlag()
Get method for struct member 'flag'.
|
byte |
getMode()
Get method for struct member 'mode'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
float |
getThresh()
Get method for struct member 'thresh'.
|
short |
getWeight()
Get method for struct member 'weight'.
|
void |
setDefgrp_name(CArrayFacade<java.lang.Byte> defgrp_name)
Set method for struct member 'defgrp_name'.
|
void |
setFlag(byte flag)
Set method for struct member 'flag'.
|
void |
setMode(byte mode)
Set method for struct member 'mode'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setThresh(float thresh)
Set method for struct member 'thresh'.
|
void |
setWeight(short weight)
Set method for struct member 'weight'.
|
__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 WeightedNormalModifierData.
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:
WeightedNormalModifierData weightednormalmodifierdata = ...; CPointer<Object> p = weightednormalmodifierdata.__dna__addressof(WeightedNormalModifierData.__DNA__FIELD__modifier); CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
public static final long[] __DNA__FIELD__defgrp_name
MAX_VGROUP_NAME.
This is how you get a reference on the corresponding field in the struct:
WeightedNormalModifierData weightednormalmodifierdata = ...; CPointer<Object> p = weightednormalmodifierdata.__dna__addressof(WeightedNormalModifierData.__DNA__FIELD__defgrp_name); CPointer<CArrayFacade<Byte>> p_defgrp_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__mode
This is how you get a reference on the corresponding field in the struct:
WeightedNormalModifierData weightednormalmodifierdata = ...; CPointer<Object> p = weightednormalmodifierdata.__dna__addressof(WeightedNormalModifierData.__DNA__FIELD__mode); CPointer<Byte> p_mode = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
WeightedNormalModifierData weightednormalmodifierdata = ...; CPointer<Object> p = weightednormalmodifierdata.__dna__addressof(WeightedNormalModifierData.__DNA__FIELD__flag); CPointer<Byte> p_flag = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__weight
This is how you get a reference on the corresponding field in the struct:
WeightedNormalModifierData weightednormalmodifierdata = ...; CPointer<Object> p = weightednormalmodifierdata.__dna__addressof(WeightedNormalModifierData.__DNA__FIELD__weight); CPointer<Short> p_weight = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__thresh
This is how you get a reference on the corresponding field in the struct:
WeightedNormalModifierData weightednormalmodifierdata = ...; CPointer<Object> p = weightednormalmodifierdata.__dna__addressof(WeightedNormalModifierData.__DNA__FIELD__thresh); CPointer<Float> p_thresh = p.cast(new Class[]{Float.class});
public WeightedNormalModifierData(long __address, Block __block, BlockTable __blockTable)
protected WeightedNormalModifierData(WeightedNormalModifierData 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 CArrayFacade<java.lang.Byte> getDefgrp_name() throws java.io.IOException
MAX_VGROUP_NAME.
java.io.IOException
__DNA__FIELD__defgrp_name
public void setDefgrp_name(CArrayFacade<java.lang.Byte> defgrp_name) throws java.io.IOException
MAX_VGROUP_NAME.
java.io.IOException
__DNA__FIELD__defgrp_name
public byte getMode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mode
public void setMode(byte mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mode
public byte getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(byte flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public short getWeight() throws java.io.IOException
java.io.IOException
__DNA__FIELD__weight
public void setWeight(short weight) throws java.io.IOException
java.io.IOException
__DNA__FIELD__weight
public float getThresh() throws java.io.IOException
java.io.IOException
__DNA__FIELD__thresh
public void setThresh(float thresh) throws java.io.IOException
java.io.IOException
__DNA__FIELD__thresh
public CPointer<WeightedNormalModifierData> __io__addressof()