public class CorrectiveSmoothModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__bind_coords_num
Field descriptor (offset) for struct member 'bind_coords_num'.
|
static long[] |
__DNA__FIELD__defgrp_name
Field descriptor (offset) for struct member 'defgrp_name'.
|
static long[] |
__DNA__FIELD__delta_cache_num
Field descriptor (offset) for struct member 'delta_cache_num'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__lambda
Field descriptor (offset) for struct member 'lambda'.
|
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__pad2
Field descriptor (offset) for struct member 'pad2'.
|
static long[] |
__DNA__FIELD__repeat
Field descriptor (offset) for struct member 'repeat'.
|
static long[] |
__DNA__FIELD__rest_source
Field descriptor (offset) for struct member 'rest_source'.
|
static long[] |
__DNA__FIELD__smooth_type
Field descriptor (offset) for struct member 'smooth_type'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct CorrectiveSmoothModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
CorrectiveSmoothModifierData(CorrectiveSmoothModifierData that) |
|
CorrectiveSmoothModifierData(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<CorrectiveSmoothModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getBind_coords_num()
Get method for struct member 'bind_coords_num'.
|
CArrayFacade<java.lang.Byte> |
getDefgrp_name()
Get method for struct member 'defgrp_name'.
|
int |
getDelta_cache_num()
Get method for struct member 'delta_cache_num'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
float |
getLambda()
Get method for struct member 'lambda'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
CArrayFacade<java.lang.Byte> |
getPad()
Get method for struct member 'pad'.
|
CArrayFacade<java.lang.Byte> |
getPad2()
Get method for struct member 'pad2'.
|
short |
getRepeat()
Get method for struct member 'repeat'.
|
byte |
getRest_source()
Get method for struct member 'rest_source'.
|
byte |
getSmooth_type()
Get method for struct member 'smooth_type'.
|
void |
setBind_coords_num(int bind_coords_num)
Set method for struct member 'bind_coords_num'.
|
void |
setDefgrp_name(CArrayFacade<java.lang.Byte> defgrp_name)
Set method for struct member 'defgrp_name'.
|
void |
setDelta_cache_num(int delta_cache_num)
Set method for struct member 'delta_cache_num'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setLambda(float lambda)
Set method for struct member 'lambda'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setPad(CArrayFacade<java.lang.Byte> pad)
Set method for struct member 'pad'.
|
void |
setPad2(CArrayFacade<java.lang.Byte> pad2)
Set method for struct member 'pad2'.
|
void |
setRepeat(short repeat)
Set method for struct member 'repeat'.
|
void |
setRest_source(byte rest_source)
Set method for struct member 'rest_source'.
|
void |
setSmooth_type(byte smooth_type)
Set method for struct member 'smooth_type'.
|
__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 CorrectiveSmoothModifierData.
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:
CorrectiveSmoothModifierData correctivesmoothmodifierdata = ...; CPointer<Object> p = correctivesmoothmodifierdata.__dna__addressof(CorrectiveSmoothModifierData.__DNA__FIELD__modifier); CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
public static final long[] __DNA__FIELD__bind_coords_num
note: -1 is used to bind
This is how you get a reference on the corresponding field in the struct:
CorrectiveSmoothModifierData correctivesmoothmodifierdata = ...; CPointer<Object> p = correctivesmoothmodifierdata.__dna__addressof(CorrectiveSmoothModifierData.__DNA__FIELD__bind_coords_num); CPointer<Integer> p_bind_coords_num = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__lambda
This is how you get a reference on the corresponding field in the struct:
CorrectiveSmoothModifierData correctivesmoothmodifierdata = ...; CPointer<Object> p = correctivesmoothmodifierdata.__dna__addressof(CorrectiveSmoothModifierData.__DNA__FIELD__lambda); CPointer<Float> p_lambda = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__repeat
This is how you get a reference on the corresponding field in the struct:
CorrectiveSmoothModifierData correctivesmoothmodifierdata = ...; CPointer<Object> p = correctivesmoothmodifierdata.__dna__addressof(CorrectiveSmoothModifierData.__DNA__FIELD__repeat); CPointer<Short> p_repeat = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
CorrectiveSmoothModifierData correctivesmoothmodifierdata = ...; CPointer<Object> p = correctivesmoothmodifierdata.__dna__addressof(CorrectiveSmoothModifierData.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__smooth_type
This is how you get a reference on the corresponding field in the struct:
CorrectiveSmoothModifierData correctivesmoothmodifierdata = ...; CPointer<Object> p = correctivesmoothmodifierdata.__dna__addressof(CorrectiveSmoothModifierData.__DNA__FIELD__smooth_type); CPointer<Byte> p_smooth_type = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__rest_source
This is how you get a reference on the corresponding field in the struct:
CorrectiveSmoothModifierData correctivesmoothmodifierdata = ...; CPointer<Object> p = correctivesmoothmodifierdata.__dna__addressof(CorrectiveSmoothModifierData.__DNA__FIELD__rest_source); CPointer<Byte> p_rest_source = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
CorrectiveSmoothModifierData correctivesmoothmodifierdata = ...; CPointer<Object> p = correctivesmoothmodifierdata.__dna__addressof(CorrectiveSmoothModifierData.__DNA__FIELD__pad); CPointer<CArrayFacade<Byte>> p_pad = p.cast(new Class[]{CArrayFacade.class, Byte.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:
CorrectiveSmoothModifierData correctivesmoothmodifierdata = ...; CPointer<Object> p = correctivesmoothmodifierdata.__dna__addressof(CorrectiveSmoothModifierData.__DNA__FIELD__defgrp_name); CPointer<CArrayFacade<Byte>> p_defgrp_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__delta_cache_num
This is how you get a reference on the corresponding field in the struct:
CorrectiveSmoothModifierData correctivesmoothmodifierdata = ...; CPointer<Object> p = correctivesmoothmodifierdata.__dna__addressof(CorrectiveSmoothModifierData.__DNA__FIELD__delta_cache_num); CPointer<Integer> p_delta_cache_num = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__pad2
This is how you get a reference on the corresponding field in the struct:
CorrectiveSmoothModifierData correctivesmoothmodifierdata = ...; CPointer<Object> p = correctivesmoothmodifierdata.__dna__addressof(CorrectiveSmoothModifierData.__DNA__FIELD__pad2); CPointer<CArrayFacade<Byte>> p_pad2 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public CorrectiveSmoothModifierData(long __address, Block __block, BlockTable __blockTable)
protected CorrectiveSmoothModifierData(CorrectiveSmoothModifierData 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 int getBind_coords_num() throws java.io.IOException
note: -1 is used to bind
java.io.IOException
__DNA__FIELD__bind_coords_num
public void setBind_coords_num(int bind_coords_num) throws java.io.IOException
note: -1 is used to bind
java.io.IOException
__DNA__FIELD__bind_coords_num
public float getLambda() throws java.io.IOException
java.io.IOException
__DNA__FIELD__lambda
public void setLambda(float lambda) throws java.io.IOException
java.io.IOException
__DNA__FIELD__lambda
public short getRepeat() throws java.io.IOException
java.io.IOException
__DNA__FIELD__repeat
public void setRepeat(short repeat) throws java.io.IOException
java.io.IOException
__DNA__FIELD__repeat
public short getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public byte getSmooth_type() throws java.io.IOException
java.io.IOException
__DNA__FIELD__smooth_type
public void setSmooth_type(byte smooth_type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__smooth_type
public byte getRest_source() throws java.io.IOException
java.io.IOException
__DNA__FIELD__rest_source
public void setRest_source(byte rest_source) throws java.io.IOException
java.io.IOException
__DNA__FIELD__rest_source
public CArrayFacade<java.lang.Byte> getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(CArrayFacade<java.lang.Byte> pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
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 int getDelta_cache_num() throws java.io.IOException
java.io.IOException
__DNA__FIELD__delta_cache_num
public void setDelta_cache_num(int delta_cache_num) throws java.io.IOException
java.io.IOException
__DNA__FIELD__delta_cache_num
public CArrayFacade<java.lang.Byte> getPad2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public void setPad2(CArrayFacade<java.lang.Byte> pad2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public CPointer<CorrectiveSmoothModifierData> __io__addressof()