public class MeshCacheModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__deform_mode
Field descriptor (offset) for struct member 'deform_mode'.
|
static long[] |
__DNA__FIELD__eval_factor
Field descriptor (offset) for struct member 'eval_factor'.
|
static long[] |
__DNA__FIELD__eval_frame
Field descriptor (offset) for struct member 'eval_frame'.
|
static long[] |
__DNA__FIELD__eval_time
Field descriptor (offset) for struct member 'eval_time'.
|
static long[] |
__DNA__FIELD__factor
Field descriptor (offset) for struct member 'factor'.
|
static long[] |
__DNA__FIELD__filepath
Field descriptor (offset) for struct member 'filepath'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__flip_axis
Field descriptor (offset) for struct member 'flip_axis'.
|
static long[] |
__DNA__FIELD__forward_axis
Field descriptor (offset) for struct member 'forward_axis'.
|
static long[] |
__DNA__FIELD__frame_scale
Field descriptor (offset) for struct member 'frame_scale'.
|
static long[] |
__DNA__FIELD__frame_start
Field descriptor (offset) for struct member 'frame_start'.
|
static long[] |
__DNA__FIELD__interp
Field descriptor (offset) for struct member 'interp'.
|
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__play_mode
Field descriptor (offset) for struct member 'play_mode'.
|
static long[] |
__DNA__FIELD__time_mode
Field descriptor (offset) for struct member 'time_mode'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static long[] |
__DNA__FIELD__up_axis
Field descriptor (offset) for struct member 'up_axis'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct MeshCacheModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
MeshCacheModifierData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
MeshCacheModifierData(MeshCacheModifierData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<MeshCacheModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
byte |
getDeform_mode()
Get method for struct member 'deform_mode'.
|
float |
getEval_factor()
Get method for struct member 'eval_factor'.
|
float |
getEval_frame()
Get method for struct member 'eval_frame'.
|
float |
getEval_time()
Get method for struct member 'eval_time'.
|
float |
getFactor()
Get method for struct member 'factor'.
|
CArrayFacade<java.lang.Byte> |
getFilepath()
Get method for struct member 'filepath'.
|
byte |
getFlag()
Get method for struct member 'flag'.
|
byte |
getFlip_axis()
Get method for struct member 'flip_axis'.
|
byte |
getForward_axis()
Get method for struct member 'forward_axis'.
|
float |
getFrame_scale()
Get method for struct member 'frame_scale'.
|
float |
getFrame_start()
Get method for struct member 'frame_start'.
|
byte |
getInterp()
Get method for struct member 'interp'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
CArrayFacade<java.lang.Byte> |
getPad()
Get method for struct member 'pad'.
|
byte |
getPlay_mode()
Get method for struct member 'play_mode'.
|
byte |
getTime_mode()
Get method for struct member 'time_mode'.
|
byte |
getType()
Get method for struct member 'type'.
|
byte |
getUp_axis()
Get method for struct member 'up_axis'.
|
void |
setDeform_mode(byte deform_mode)
Set method for struct member 'deform_mode'.
|
void |
setEval_factor(float eval_factor)
Set method for struct member 'eval_factor'.
|
void |
setEval_frame(float eval_frame)
Set method for struct member 'eval_frame'.
|
void |
setEval_time(float eval_time)
Set method for struct member 'eval_time'.
|
void |
setFactor(float factor)
Set method for struct member 'factor'.
|
void |
setFilepath(CArrayFacade<java.lang.Byte> filepath)
Set method for struct member 'filepath'.
|
void |
setFlag(byte flag)
Set method for struct member 'flag'.
|
void |
setFlip_axis(byte flip_axis)
Set method for struct member 'flip_axis'.
|
void |
setForward_axis(byte forward_axis)
Set method for struct member 'forward_axis'.
|
void |
setFrame_scale(float frame_scale)
Set method for struct member 'frame_scale'.
|
void |
setFrame_start(float frame_start)
Set method for struct member 'frame_start'.
|
void |
setInterp(byte interp)
Set method for struct member 'interp'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setPad(CArrayFacade<java.lang.Byte> pad)
Set method for struct member 'pad'.
|
void |
setPlay_mode(byte play_mode)
Set method for struct member 'play_mode'.
|
void |
setTime_mode(byte time_mode)
Set method for struct member 'time_mode'.
|
void |
setType(byte type)
Set method for struct member 'type'.
|
void |
setUp_axis(byte up_axis)
Set method for struct member 'up_axis'.
|
__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 MeshCacheModifierData.
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:
MeshCacheModifierData meshcachemodifierdata = ...; CPointer<Object> p = meshcachemodifierdata.__dna__addressof(MeshCacheModifierData.__DNA__FIELD__modifier); CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
MeshCacheModifierData meshcachemodifierdata = ...; CPointer<Object> p = meshcachemodifierdata.__dna__addressof(MeshCacheModifierData.__DNA__FIELD__flag); CPointer<Byte> p_flag = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
MeshCacheModifierData meshcachemodifierdata = ...; CPointer<Object> p = meshcachemodifierdata.__dna__addressof(MeshCacheModifierData.__DNA__FIELD__type); CPointer<Byte> p_type = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__time_mode
This is how you get a reference on the corresponding field in the struct:
MeshCacheModifierData meshcachemodifierdata = ...; CPointer<Object> p = meshcachemodifierdata.__dna__addressof(MeshCacheModifierData.__DNA__FIELD__time_mode); CPointer<Byte> p_time_mode = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__play_mode
This is how you get a reference on the corresponding field in the struct:
MeshCacheModifierData meshcachemodifierdata = ...; CPointer<Object> p = meshcachemodifierdata.__dna__addressof(MeshCacheModifierData.__DNA__FIELD__play_mode); CPointer<Byte> p_play_mode = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__forward_axis
This is how you get a reference on the corresponding field in the struct:
MeshCacheModifierData meshcachemodifierdata = ...; CPointer<Object> p = meshcachemodifierdata.__dna__addressof(MeshCacheModifierData.__DNA__FIELD__forward_axis); CPointer<Byte> p_forward_axis = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__up_axis
This is how you get a reference on the corresponding field in the struct:
MeshCacheModifierData meshcachemodifierdata = ...; CPointer<Object> p = meshcachemodifierdata.__dna__addressof(MeshCacheModifierData.__DNA__FIELD__up_axis); CPointer<Byte> p_up_axis = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__flip_axis
This is how you get a reference on the corresponding field in the struct:
MeshCacheModifierData meshcachemodifierdata = ...; CPointer<Object> p = meshcachemodifierdata.__dna__addressof(MeshCacheModifierData.__DNA__FIELD__flip_axis); CPointer<Byte> p_flip_axis = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__interp
This is how you get a reference on the corresponding field in the struct:
MeshCacheModifierData meshcachemodifierdata = ...; CPointer<Object> p = meshcachemodifierdata.__dna__addressof(MeshCacheModifierData.__DNA__FIELD__interp); CPointer<Byte> p_interp = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__factor
This is how you get a reference on the corresponding field in the struct:
MeshCacheModifierData meshcachemodifierdata = ...; CPointer<Object> p = meshcachemodifierdata.__dna__addressof(MeshCacheModifierData.__DNA__FIELD__factor); CPointer<Float> p_factor = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__deform_mode
This is how you get a reference on the corresponding field in the struct:
MeshCacheModifierData meshcachemodifierdata = ...; CPointer<Object> p = meshcachemodifierdata.__dna__addressof(MeshCacheModifierData.__DNA__FIELD__deform_mode); CPointer<Byte> p_deform_mode = 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:
MeshCacheModifierData meshcachemodifierdata = ...; CPointer<Object> p = meshcachemodifierdata.__dna__addressof(MeshCacheModifierData.__DNA__FIELD__pad); CPointer<CArrayFacade<Byte>> p_pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__frame_start
This is how you get a reference on the corresponding field in the struct:
MeshCacheModifierData meshcachemodifierdata = ...; CPointer<Object> p = meshcachemodifierdata.__dna__addressof(MeshCacheModifierData.__DNA__FIELD__frame_start); CPointer<Float> p_frame_start = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__frame_scale
This is how you get a reference on the corresponding field in the struct:
MeshCacheModifierData meshcachemodifierdata = ...; CPointer<Object> p = meshcachemodifierdata.__dna__addressof(MeshCacheModifierData.__DNA__FIELD__frame_scale); CPointer<Float> p_frame_scale = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__eval_frame
This is how you get a reference on the corresponding field in the struct:
MeshCacheModifierData meshcachemodifierdata = ...; CPointer<Object> p = meshcachemodifierdata.__dna__addressof(MeshCacheModifierData.__DNA__FIELD__eval_frame); CPointer<Float> p_eval_frame = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__eval_time
This is how you get a reference on the corresponding field in the struct:
MeshCacheModifierData meshcachemodifierdata = ...; CPointer<Object> p = meshcachemodifierdata.__dna__addressof(MeshCacheModifierData.__DNA__FIELD__eval_time); CPointer<Float> p_eval_time = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__eval_factor
This is how you get a reference on the corresponding field in the struct:
MeshCacheModifierData meshcachemodifierdata = ...; CPointer<Object> p = meshcachemodifierdata.__dna__addressof(MeshCacheModifierData.__DNA__FIELD__eval_factor); CPointer<Float> p_eval_factor = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__filepath
This is how you get a reference on the corresponding field in the struct:
MeshCacheModifierData meshcachemodifierdata = ...; CPointer<Object> p = meshcachemodifierdata.__dna__addressof(MeshCacheModifierData.__DNA__FIELD__filepath); CPointer<CArrayFacade<Byte>> p_filepath = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public MeshCacheModifierData(long __address, Block __block, BlockTable __blockTable)
protected MeshCacheModifierData(MeshCacheModifierData 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 byte getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(byte flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public byte getType() throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public void setType(byte type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public byte getTime_mode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__time_mode
public void setTime_mode(byte time_mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__time_mode
public byte getPlay_mode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__play_mode
public void setPlay_mode(byte play_mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__play_mode
public byte getForward_axis() throws java.io.IOException
java.io.IOException
__DNA__FIELD__forward_axis
public void setForward_axis(byte forward_axis) throws java.io.IOException
java.io.IOException
__DNA__FIELD__forward_axis
public byte getUp_axis() throws java.io.IOException
java.io.IOException
__DNA__FIELD__up_axis
public void setUp_axis(byte up_axis) throws java.io.IOException
java.io.IOException
__DNA__FIELD__up_axis
public byte getFlip_axis() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flip_axis
public void setFlip_axis(byte flip_axis) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flip_axis
public byte getInterp() throws java.io.IOException
java.io.IOException
__DNA__FIELD__interp
public void setInterp(byte interp) throws java.io.IOException
java.io.IOException
__DNA__FIELD__interp
public float getFactor() throws java.io.IOException
java.io.IOException
__DNA__FIELD__factor
public void setFactor(float factor) throws java.io.IOException
java.io.IOException
__DNA__FIELD__factor
public byte getDeform_mode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__deform_mode
public void setDeform_mode(byte deform_mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__deform_mode
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 float getFrame_start() throws java.io.IOException
java.io.IOException
__DNA__FIELD__frame_start
public void setFrame_start(float frame_start) throws java.io.IOException
java.io.IOException
__DNA__FIELD__frame_start
public float getFrame_scale() throws java.io.IOException
java.io.IOException
__DNA__FIELD__frame_scale
public void setFrame_scale(float frame_scale) throws java.io.IOException
java.io.IOException
__DNA__FIELD__frame_scale
public float getEval_frame() throws java.io.IOException
java.io.IOException
__DNA__FIELD__eval_frame
public void setEval_frame(float eval_frame) throws java.io.IOException
java.io.IOException
__DNA__FIELD__eval_frame
public float getEval_time() throws java.io.IOException
java.io.IOException
__DNA__FIELD__eval_time
public void setEval_time(float eval_time) throws java.io.IOException
java.io.IOException
__DNA__FIELD__eval_time
public float getEval_factor() throws java.io.IOException
java.io.IOException
__DNA__FIELD__eval_factor
public void setEval_factor(float eval_factor) throws java.io.IOException
java.io.IOException
__DNA__FIELD__eval_factor
public CArrayFacade<java.lang.Byte> getFilepath() throws java.io.IOException
java.io.IOException
__DNA__FIELD__filepath
public void setFilepath(CArrayFacade<java.lang.Byte> filepath) throws java.io.IOException
java.io.IOException
__DNA__FIELD__filepath
public CPointer<MeshCacheModifierData> __io__addressof()