public class LaplacianDeformModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__anchor_grp_name
Field descriptor (offset) for struct member 'anchor_grp_name'.
|
static long[] |
__DNA__FIELD__cache_system
Field descriptor (offset) for struct member 'cache_system'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
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__total_verts
Field descriptor (offset) for struct member 'total_verts'.
|
static long[] |
__DNA__FIELD__vertexco
Field descriptor (offset) for struct member 'vertexco'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct LaplacianDeformModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
LaplacianDeformModifierData(LaplacianDeformModifierData that) |
|
LaplacianDeformModifierData(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<LaplacianDeformModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
CArrayFacade<java.lang.Byte> |
getAnchor_grp_name()
Get method for struct member 'anchor_grp_name'.
|
CPointer<java.lang.Object> |
getCache_system()
Get method for struct member 'cache_system'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
int |
getRepeat()
Get method for struct member 'repeat'.
|
int |
getTotal_verts()
Get method for struct member 'total_verts'.
|
CPointer<java.lang.Float> |
getVertexco()
Get method for struct member 'vertexco'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setAnchor_grp_name(CArrayFacade<java.lang.Byte> anchor_grp_name)
Set method for struct member 'anchor_grp_name'.
|
void |
setCache_system(CPointer<java.lang.Object> cache_system)
Set method for struct member 'cache_system'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setRepeat(int repeat)
Set method for struct member 'repeat'.
|
void |
setTotal_verts(int total_verts)
Set method for struct member 'total_verts'.
|
void |
setVertexco(CPointer<java.lang.Float> vertexco)
Set method for struct member 'vertexco'.
|
__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 LaplacianDeformModifierData.
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:
LaplacianDeformModifierData laplaciandeformmodifierdata = ...; CPointer<Object> p = laplaciandeformmodifierdata.__dna__addressof(LaplacianDeformModifierData.__DNA__FIELD__modifier); CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
public static final long[] __DNA__FIELD__anchor_grp_name
MAX_VGROUP_NAME.
This is how you get a reference on the corresponding field in the struct:
LaplacianDeformModifierData laplaciandeformmodifierdata = ...; CPointer<Object> p = laplaciandeformmodifierdata.__dna__addressof(LaplacianDeformModifierData.__DNA__FIELD__anchor_grp_name); CPointer<CArrayFacade<Byte>> p_anchor_grp_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__total_verts
This is how you get a reference on the corresponding field in the struct:
LaplacianDeformModifierData laplaciandeformmodifierdata = ...; CPointer<Object> p = laplaciandeformmodifierdata.__dna__addressof(LaplacianDeformModifierData.__DNA__FIELD__total_verts); CPointer<Integer> p_total_verts = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__repeat
This is how you get a reference on the corresponding field in the struct:
LaplacianDeformModifierData laplaciandeformmodifierdata = ...; CPointer<Object> p = laplaciandeformmodifierdata.__dna__addressof(LaplacianDeformModifierData.__DNA__FIELD__repeat); CPointer<Integer> p_repeat = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__vertexco
This is how you get a reference on the corresponding field in the struct:
LaplacianDeformModifierData laplaciandeformmodifierdata = ...; CPointer<Object> p = laplaciandeformmodifierdata.__dna__addressof(LaplacianDeformModifierData.__DNA__FIELD__vertexco); CPointer<CPointer<Float>> p_vertexco = p.cast(new Class[]{CPointer.class, Float.class});
public static final long[] __DNA__FIELD__cache_system
Runtime only.
This is how you get a reference on the corresponding field in the struct:
LaplacianDeformModifierData laplaciandeformmodifierdata = ...; CPointer<Object> p = laplaciandeformmodifierdata.__dna__addressof(LaplacianDeformModifierData.__DNA__FIELD__cache_system); CPointer<CPointer<Object>> p_cache_system = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
LaplacianDeformModifierData laplaciandeformmodifierdata = ...; CPointer<Object> p = laplaciandeformmodifierdata.__dna__addressof(LaplacianDeformModifierData.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
LaplacianDeformModifierData laplaciandeformmodifierdata = ...; CPointer<Object> p = laplaciandeformmodifierdata.__dna__addressof(LaplacianDeformModifierData.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public LaplacianDeformModifierData(long __address, Block __block, BlockTable __blockTable)
protected LaplacianDeformModifierData(LaplacianDeformModifierData 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> getAnchor_grp_name() throws java.io.IOException
MAX_VGROUP_NAME.
java.io.IOException
__DNA__FIELD__anchor_grp_name
public void setAnchor_grp_name(CArrayFacade<java.lang.Byte> anchor_grp_name) throws java.io.IOException
MAX_VGROUP_NAME.
java.io.IOException
__DNA__FIELD__anchor_grp_name
public int getTotal_verts() throws java.io.IOException
java.io.IOException
__DNA__FIELD__total_verts
public void setTotal_verts(int total_verts) throws java.io.IOException
java.io.IOException
__DNA__FIELD__total_verts
public int getRepeat() throws java.io.IOException
java.io.IOException
__DNA__FIELD__repeat
public void setRepeat(int repeat) throws java.io.IOException
java.io.IOException
__DNA__FIELD__repeat
public CPointer<java.lang.Float> getVertexco() throws java.io.IOException
java.io.IOException
__DNA__FIELD__vertexco
public void setVertexco(CPointer<java.lang.Float> vertexco) throws java.io.IOException
java.io.IOException
__DNA__FIELD__vertexco
public CPointer<java.lang.Object> getCache_system() throws java.io.IOException
Runtime only.
java.io.IOException
__DNA__FIELD__cache_system
public void setCache_system(CPointer<java.lang.Object> cache_system) throws java.io.IOException
Runtime only.
java.io.IOException
__DNA__FIELD__cache_system
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 CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public CPointer<LaplacianDeformModifierData> __io__addressof()