Class CorrectiveSmoothModifierData
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.CorrectiveSmoothModifierData
-
public class CorrectiveSmoothModifierData extends CFacade
Generated facet for DNA struct type 'CorrectiveSmoothModifierData'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.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
Field descriptor (offset) for struct member 'delta_cache'.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__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__scale
Field descriptor (offset) for struct member 'scale'.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.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description CorrectiveSmoothModifierData(long __address, Block __block, BlockTable __blockTable)
protected
CorrectiveSmoothModifierData(CorrectiveSmoothModifierData that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<CorrectiveSmoothModifierData>
__io__addressof()
Instantiates a pointer on this instance.CArrayFacade<java.lang.Byte>
get_pad()
Get method for struct member '_pad'.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'.CorrectiveSmoothDeltaCache
getDelta_cache()
Get method for struct member 'delta_cache'.short
getFlag()
Get method for struct member 'flag'.float
getLambda()
Get method for struct member 'lambda'.ModifierData
getModifier()
Get method for struct member 'modifier'.short
getRepeat()
Get method for struct member 'repeat'.byte
getRest_source()
Get method for struct member 'rest_source'.float
getScale()
Get method for struct member 'scale'.byte
getSmooth_type()
Get method for struct member 'smooth_type'.void
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.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(CorrectiveSmoothDeltaCache delta_cache)
Set method for struct member 'delta_cache'.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
setRepeat(short repeat)
Set method for struct member 'repeat'.void
setRest_source(byte rest_source)
Set method for struct member 'rest_source'.void
setScale(float scale)
Set method for struct member 'scale'.void
setSmooth_type(byte smooth_type)
Set method for struct member 'smooth_type'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__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, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct CorrectiveSmoothModifierData.It is required when allocating a new block to store data for CorrectiveSmoothModifierData.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__modifier
public static final long[] __DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.Pointer Arithmetics
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});
Metadata
- Field: 'modifier'
- Signature: 'ModifierData'
- Actual Size (32bit/64bit): 104/120
-
__DNA__FIELD__bind_coords_num
public static final long[] __DNA__FIELD__bind_coords_num
Field descriptor (offset) for struct member 'bind_coords_num'.Field Documentation
Blender Source Code
NOTE: -1 is used to bind.
Pointer Arithmetics
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});
Metadata
- Field: 'bind_coords_num'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__lambda
public static final long[] __DNA__FIELD__lambda
Field descriptor (offset) for struct member 'lambda'.Pointer Arithmetics
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});
Metadata
- Field: 'lambda'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__scale
public static final long[] __DNA__FIELD__scale
Field descriptor (offset) for struct member 'scale'.Pointer Arithmetics
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__scale); CPointer<Float> p_scale = p.cast(new Class[]{Float.class});
Metadata
- Field: 'scale'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__repeat
public static final long[] __DNA__FIELD__repeat
Field descriptor (offset) for struct member 'repeat'.Pointer Arithmetics
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});
Metadata
- Field: 'repeat'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__flag
public static final long[] __DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.Pointer Arithmetics
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});
Metadata
- Field: 'flag'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__smooth_type
public static final long[] __DNA__FIELD__smooth_type
Field descriptor (offset) for struct member 'smooth_type'.Pointer Arithmetics
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});
Metadata
- Field: 'smooth_type'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
-
__DNA__FIELD__rest_source
public static final long[] __DNA__FIELD__rest_source
Field descriptor (offset) for struct member 'rest_source'.Pointer Arithmetics
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});
Metadata
- Field: 'rest_source'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
-
__DNA__FIELD___pad
public static final long[] __DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.Pointer Arithmetics
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});
Metadata
- Field: '_pad'
- Signature: 'char[6]'
- Actual Size (32bit/64bit): 6/6
-
__DNA__FIELD__defgrp_name
public static final long[] __DNA__FIELD__defgrp_name
Field descriptor (offset) for struct member 'defgrp_name'.Field Documentation
Blender Source Code
MAX_VGROUP_NAME.
Pointer Arithmetics
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});
Metadata
- Field: 'defgrp_name'
- Signature: 'char[64]'
- Actual Size (32bit/64bit): 64/64
-
__DNA__FIELD__delta_cache
public static final long[] __DNA__FIELD__delta_cache
Field descriptor (offset) for struct member 'delta_cache'.Field Documentation
Blender Source Code
runtime-only cache
Pointer Arithmetics
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); CPointer<CorrectiveSmoothDeltaCache> p_delta_cache = p.cast(new Class[]{CorrectiveSmoothDeltaCache.class});
Metadata
- Field: 'delta_cache'
- Signature: 'CorrectiveSmoothDeltaCache'
- Actual Size (32bit/64bit): 28/32
-
-
Constructor Detail
-
CorrectiveSmoothModifierData
public CorrectiveSmoothModifierData(long __address, Block __block, BlockTable __blockTable)
-
CorrectiveSmoothModifierData
protected CorrectiveSmoothModifierData(CorrectiveSmoothModifierData that)
-
-
Method Detail
-
getModifier
public ModifierData getModifier() throws java.io.IOException
Get method for struct member 'modifier'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__modifier
-
setModifier
public void setModifier(ModifierData modifier) throws java.io.IOException
Set method for struct member 'modifier'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__modifier
-
getBind_coords_num
public int getBind_coords_num() throws java.io.IOException
Get method for struct member 'bind_coords_num'.Field Documentation
Blender Source Code
NOTE: -1 is used to bind.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__bind_coords_num
-
setBind_coords_num
public void setBind_coords_num(int bind_coords_num) throws java.io.IOException
Set method for struct member 'bind_coords_num'.Field Documentation
Blender Source Code
NOTE: -1 is used to bind.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__bind_coords_num
-
getLambda
public float getLambda() throws java.io.IOException
Get method for struct member 'lambda'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__lambda
-
setLambda
public void setLambda(float lambda) throws java.io.IOException
Set method for struct member 'lambda'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__lambda
-
getScale
public float getScale() throws java.io.IOException
Get method for struct member 'scale'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__scale
-
setScale
public void setScale(float scale) throws java.io.IOException
Set method for struct member 'scale'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__scale
-
getRepeat
public short getRepeat() throws java.io.IOException
Get method for struct member 'repeat'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__repeat
-
setRepeat
public void setRepeat(short repeat) throws java.io.IOException
Set method for struct member 'repeat'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__repeat
-
getFlag
public short getFlag() throws java.io.IOException
Get method for struct member 'flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
setFlag
public void setFlag(short flag) throws java.io.IOException
Set method for struct member 'flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
getSmooth_type
public byte getSmooth_type() throws java.io.IOException
Get method for struct member 'smooth_type'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__smooth_type
-
setSmooth_type
public void setSmooth_type(byte smooth_type) throws java.io.IOException
Set method for struct member 'smooth_type'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__smooth_type
-
getRest_source
public byte getRest_source() throws java.io.IOException
Get method for struct member 'rest_source'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__rest_source
-
setRest_source
public void setRest_source(byte rest_source) throws java.io.IOException
Set method for struct member 'rest_source'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__rest_source
-
get_pad
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
Get method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
set_pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
Set method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
getDefgrp_name
public CArrayFacade<java.lang.Byte> getDefgrp_name() throws java.io.IOException
Get method for struct member 'defgrp_name'.Field Documentation
Blender Source Code
MAX_VGROUP_NAME.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__defgrp_name
-
setDefgrp_name
public void setDefgrp_name(CArrayFacade<java.lang.Byte> defgrp_name) throws java.io.IOException
Set method for struct member 'defgrp_name'.Field Documentation
Blender Source Code
MAX_VGROUP_NAME.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__defgrp_name
-
getDelta_cache
public CorrectiveSmoothDeltaCache getDelta_cache() throws java.io.IOException
Get method for struct member 'delta_cache'.Field Documentation
Blender Source Code
runtime-only cache
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__delta_cache
-
setDelta_cache
public void setDelta_cache(CorrectiveSmoothDeltaCache delta_cache) throws java.io.IOException
Set method for struct member 'delta_cache'.Field Documentation
Blender Source Code
runtime-only cache
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__delta_cache
-
__io__addressof
public CPointer<CorrectiveSmoothModifierData> __io__addressof()
Instantiates a pointer on this instance.
-
-