public class LaplacianSmoothModifierData 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__lambda
Field descriptor (offset) for struct member 'lambda'.
|
static long[] |
__DNA__FIELD__lambda_border
Field descriptor (offset) for struct member 'lambda_border'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__pad1
Field descriptor (offset) for struct member 'pad1'.
|
static long[] |
__DNA__FIELD__repeat
Field descriptor (offset) for struct member 'repeat'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct LaplacianSmoothModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
LaplacianSmoothModifierData(LaplacianSmoothModifierData that) |
|
LaplacianSmoothModifierData(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<LaplacianSmoothModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
getDefgrp_name()
Get method for struct member 'defgrp_name'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
float |
getLambda_border()
Get method for struct member 'lambda_border'.
|
float |
getLambda()
Get method for struct member 'lambda'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
float |
getPad1()
Get method for struct member 'pad1'.
|
short |
getRepeat()
Get method for struct member 'repeat'.
|
void |
setDefgrp_name(CArrayFacade<java.lang.Byte> defgrp_name)
Set method for struct member 'defgrp_name'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setLambda_border(float lambda_border)
Set method for struct member 'lambda_border'.
|
void |
setLambda(float lambda)
Set method for struct member 'lambda'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setPad1(float pad1)
Set method for struct member 'pad1'.
|
void |
setRepeat(short repeat)
Set method for struct member 'repeat'.
|
__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 LaplacianSmoothModifierData.
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:
LaplacianSmoothModifierData laplaciansmoothmodifierdata = ...; CPointer<Object> p = laplaciansmoothmodifierdata.__dna__addressof(LaplacianSmoothModifierData.__DNA__FIELD__modifier); CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
public static final long[] __DNA__FIELD__lambda
This is how you get a reference on the corresponding field in the struct:
LaplacianSmoothModifierData laplaciansmoothmodifierdata = ...; CPointer<Object> p = laplaciansmoothmodifierdata.__dna__addressof(LaplacianSmoothModifierData.__DNA__FIELD__lambda); CPointer<Float> p_lambda = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__lambda_border
This is how you get a reference on the corresponding field in the struct:
LaplacianSmoothModifierData laplaciansmoothmodifierdata = ...; CPointer<Object> p = laplaciansmoothmodifierdata.__dna__addressof(LaplacianSmoothModifierData.__DNA__FIELD__lambda_border); CPointer<Float> p_lambda_border = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__pad1
This is how you get a reference on the corresponding field in the struct:
LaplacianSmoothModifierData laplaciansmoothmodifierdata = ...; CPointer<Object> p = laplaciansmoothmodifierdata.__dna__addressof(LaplacianSmoothModifierData.__DNA__FIELD__pad1); CPointer<Float> p_pad1 = 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:
LaplacianSmoothModifierData laplaciansmoothmodifierdata = ...; CPointer<Object> p = laplaciansmoothmodifierdata.__dna__addressof(LaplacianSmoothModifierData.__DNA__FIELD__defgrp_name); CPointer<CArrayFacade<Byte>> p_defgrp_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
LaplacianSmoothModifierData laplaciansmoothmodifierdata = ...; CPointer<Object> p = laplaciansmoothmodifierdata.__dna__addressof(LaplacianSmoothModifierData.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__repeat
This is how you get a reference on the corresponding field in the struct:
LaplacianSmoothModifierData laplaciansmoothmodifierdata = ...; CPointer<Object> p = laplaciansmoothmodifierdata.__dna__addressof(LaplacianSmoothModifierData.__DNA__FIELD__repeat); CPointer<Short> p_repeat = p.cast(new Class[]{Short.class});
public LaplacianSmoothModifierData(long __address, Block __block, BlockTable __blockTable)
protected LaplacianSmoothModifierData(LaplacianSmoothModifierData 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 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 float getLambda_border() throws java.io.IOException
java.io.IOException
__DNA__FIELD__lambda_border
public void setLambda_border(float lambda_border) throws java.io.IOException
java.io.IOException
__DNA__FIELD__lambda_border
public float getPad1() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad1
public void setPad1(float pad1) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad1
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 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 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 CPointer<LaplacianSmoothModifierData> __io__addressof()