public class CastModifierData 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__fac
Field descriptor (offset) for struct member 'fac'.
|
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__object
Field descriptor (offset) for struct member 'object'.
|
static long[] |
__DNA__FIELD__radius
Field descriptor (offset) for struct member 'radius'.
|
static long[] |
__DNA__FIELD__size
Field descriptor (offset) for struct member 'size'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct CastModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
CastModifierData(CastModifierData that) |
|
CastModifierData(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<CastModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
getDefgrp_name()
Get method for struct member 'defgrp_name'.
|
float |
getFac()
Get method for struct member 'fac'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
CPointer<BlenderObject> |
getObject()
Get method for struct member 'object'.
|
float |
getRadius()
Get method for struct member 'radius'.
|
float |
getSize()
Get method for struct member 'size'.
|
short |
getType()
Get method for struct member 'type'.
|
void |
setDefgrp_name(CArrayFacade<java.lang.Byte> defgrp_name)
Set method for struct member 'defgrp_name'.
|
void |
setFac(float fac)
Set method for struct member 'fac'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setObject(CPointer<BlenderObject> object)
Set method for struct member 'object'.
|
void |
setRadius(float radius)
Set method for struct member 'radius'.
|
void |
setSize(float size)
Set method for struct member 'size'.
|
void |
setType(short type)
Set method for struct member '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 CastModifierData.
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:
CastModifierData castmodifierdata = ...; CPointer<Object> p = castmodifierdata.__dna__addressof(CastModifierData.__DNA__FIELD__modifier); CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
public static final long[] __DNA__FIELD__object
This is how you get a reference on the corresponding field in the struct:
CastModifierData castmodifierdata = ...; CPointer<Object> p = castmodifierdata.__dna__addressof(CastModifierData.__DNA__FIELD__object); CPointer<CPointer<BlenderObject>> p_object = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__fac
This is how you get a reference on the corresponding field in the struct:
CastModifierData castmodifierdata = ...; CPointer<Object> p = castmodifierdata.__dna__addressof(CastModifierData.__DNA__FIELD__fac); CPointer<Float> p_fac = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__radius
This is how you get a reference on the corresponding field in the struct:
CastModifierData castmodifierdata = ...; CPointer<Object> p = castmodifierdata.__dna__addressof(CastModifierData.__DNA__FIELD__radius); CPointer<Float> p_radius = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__size
This is how you get a reference on the corresponding field in the struct:
CastModifierData castmodifierdata = ...; CPointer<Object> p = castmodifierdata.__dna__addressof(CastModifierData.__DNA__FIELD__size); CPointer<Float> p_size = p.cast(new Class[]{Float.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:
CastModifierData castmodifierdata = ...; CPointer<Object> p = castmodifierdata.__dna__addressof(CastModifierData.__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:
CastModifierData castmodifierdata = ...; CPointer<Object> p = castmodifierdata.__dna__addressof(CastModifierData.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
CastModifierData castmodifierdata = ...; CPointer<Object> p = castmodifierdata.__dna__addressof(CastModifierData.__DNA__FIELD__type); CPointer<Short> p_type = p.cast(new Class[]{Short.class});
public CastModifierData(long __address, Block __block, BlockTable __blockTable)
protected CastModifierData(CastModifierData 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 CPointer<BlenderObject> getObject() throws java.io.IOException
java.io.IOException
__DNA__FIELD__object
public void setObject(CPointer<BlenderObject> object) throws java.io.IOException
java.io.IOException
__DNA__FIELD__object
public float getFac() throws java.io.IOException
java.io.IOException
__DNA__FIELD__fac
public void setFac(float fac) throws java.io.IOException
java.io.IOException
__DNA__FIELD__fac
public float getRadius() throws java.io.IOException
java.io.IOException
__DNA__FIELD__radius
public void setRadius(float radius) throws java.io.IOException
java.io.IOException
__DNA__FIELD__radius
public float getSize() throws java.io.IOException
java.io.IOException
__DNA__FIELD__size
public void setSize(float size) throws java.io.IOException
java.io.IOException
__DNA__FIELD__size
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 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 getType() throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public void setType(short type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public CPointer<CastModifierData> __io__addressof()