public class DataTransferModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad1
Field descriptor (offset) for struct member '_pad1'.
|
static long[] |
__DNA__FIELD__data_types
Field descriptor (offset) for struct member 'data_types'.
|
static long[] |
__DNA__FIELD__defgrp_name
Field descriptor (offset) for struct member 'defgrp_name'.
|
static long[] |
__DNA__FIELD__emap_mode
Field descriptor (offset) for struct member 'emap_mode'.
|
static long[] |
__DNA__FIELD__flags
Field descriptor (offset) for struct member 'flags'.
|
static long[] |
__DNA__FIELD__islands_precision
Field descriptor (offset) for struct member 'islands_precision'.
|
static long[] |
__DNA__FIELD__layers_select_dst
Field descriptor (offset) for struct member 'layers_select_dst'.
|
static long[] |
__DNA__FIELD__layers_select_src
Field descriptor (offset) for struct member 'layers_select_src'.
|
static long[] |
__DNA__FIELD__lmap_mode
Field descriptor (offset) for struct member 'lmap_mode'.
|
static long[] |
__DNA__FIELD__map_max_distance
Field descriptor (offset) for struct member 'map_max_distance'.
|
static long[] |
__DNA__FIELD__map_ray_radius
Field descriptor (offset) for struct member 'map_ray_radius'.
|
static long[] |
__DNA__FIELD__mix_factor
Field descriptor (offset) for struct member 'mix_factor'.
|
static long[] |
__DNA__FIELD__mix_mode
Field descriptor (offset) for struct member 'mix_mode'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__ob_source
Field descriptor (offset) for struct member 'ob_source'.
|
static long[] |
__DNA__FIELD__pmap_mode
Field descriptor (offset) for struct member 'pmap_mode'.
|
static long[] |
__DNA__FIELD__vmap_mode
Field descriptor (offset) for struct member 'vmap_mode'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct DataTransferModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
DataTransferModifierData(DataTransferModifierData that) |
|
DataTransferModifierData(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<DataTransferModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad1()
Get method for struct member '_pad1'.
|
int |
getData_types()
Get method for struct member 'data_types'.
|
CArrayFacade<java.lang.Byte> |
getDefgrp_name()
Get method for struct member 'defgrp_name'.
|
int |
getEmap_mode()
Get method for struct member 'emap_mode'.
|
int |
getFlags()
Get method for struct member 'flags'.
|
float |
getIslands_precision()
Get method for struct member 'islands_precision'.
|
CArrayFacade<java.lang.Integer> |
getLayers_select_dst()
Get method for struct member 'layers_select_dst'.
|
CArrayFacade<java.lang.Integer> |
getLayers_select_src()
Get method for struct member 'layers_select_src'.
|
int |
getLmap_mode()
Get method for struct member 'lmap_mode'.
|
float |
getMap_max_distance()
Get method for struct member 'map_max_distance'.
|
float |
getMap_ray_radius()
Get method for struct member 'map_ray_radius'.
|
float |
getMix_factor()
Get method for struct member 'mix_factor'.
|
int |
getMix_mode()
Get method for struct member 'mix_mode'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
CPointer<BlenderObject> |
getOb_source()
Get method for struct member 'ob_source'.
|
int |
getPmap_mode()
Get method for struct member 'pmap_mode'.
|
int |
getVmap_mode()
Get method for struct member 'vmap_mode'.
|
void |
set_pad1(CArrayFacade<java.lang.Byte> _pad1)
Set method for struct member '_pad1'.
|
void |
setData_types(int data_types)
Set method for struct member 'data_types'.
|
void |
setDefgrp_name(CArrayFacade<java.lang.Byte> defgrp_name)
Set method for struct member 'defgrp_name'.
|
void |
setEmap_mode(int emap_mode)
Set method for struct member 'emap_mode'.
|
void |
setFlags(int flags)
Set method for struct member 'flags'.
|
void |
setIslands_precision(float islands_precision)
Set method for struct member 'islands_precision'.
|
void |
setLayers_select_dst(CArrayFacade<java.lang.Integer> layers_select_dst)
Set method for struct member 'layers_select_dst'.
|
void |
setLayers_select_src(CArrayFacade<java.lang.Integer> layers_select_src)
Set method for struct member 'layers_select_src'.
|
void |
setLmap_mode(int lmap_mode)
Set method for struct member 'lmap_mode'.
|
void |
setMap_max_distance(float map_max_distance)
Set method for struct member 'map_max_distance'.
|
void |
setMap_ray_radius(float map_ray_radius)
Set method for struct member 'map_ray_radius'.
|
void |
setMix_factor(float mix_factor)
Set method for struct member 'mix_factor'.
|
void |
setMix_mode(int mix_mode)
Set method for struct member 'mix_mode'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setOb_source(CPointer<BlenderObject> ob_source)
Set method for struct member 'ob_source'.
|
void |
setPmap_mode(int pmap_mode)
Set method for struct member 'pmap_mode'.
|
void |
setVmap_mode(int vmap_mode)
Set method for struct member 'vmap_mode'.
|
__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 DataTransferModifierData.
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:
DataTransferModifierData datatransfermodifierdata = ...; CPointer<Object> p = datatransfermodifierdata.__dna__addressof(DataTransferModifierData.__DNA__FIELD__modifier); CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
public static final long[] __DNA__FIELD__ob_source
This is how you get a reference on the corresponding field in the struct:
DataTransferModifierData datatransfermodifierdata = ...; CPointer<Object> p = datatransfermodifierdata.__dna__addressof(DataTransferModifierData.__DNA__FIELD__ob_source); CPointer<CPointer<BlenderObject>> p_ob_source = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__data_types
See DT_TYPE_ enum in ED_object.h.
This is how you get a reference on the corresponding field in the struct:
DataTransferModifierData datatransfermodifierdata = ...; CPointer<Object> p = datatransfermodifierdata.__dna__addressof(DataTransferModifierData.__DNA__FIELD__data_types); CPointer<Integer> p_data_types = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__vmap_mode
See MREMAP_MODE_ enum in BKE_mesh_mapping.h
This is how you get a reference on the corresponding field in the struct:
DataTransferModifierData datatransfermodifierdata = ...; CPointer<Object> p = datatransfermodifierdata.__dna__addressof(DataTransferModifierData.__DNA__FIELD__vmap_mode); CPointer<Integer> p_vmap_mode = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__emap_mode
This is how you get a reference on the corresponding field in the struct:
DataTransferModifierData datatransfermodifierdata = ...; CPointer<Object> p = datatransfermodifierdata.__dna__addressof(DataTransferModifierData.__DNA__FIELD__emap_mode); CPointer<Integer> p_emap_mode = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__lmap_mode
This is how you get a reference on the corresponding field in the struct:
DataTransferModifierData datatransfermodifierdata = ...; CPointer<Object> p = datatransfermodifierdata.__dna__addressof(DataTransferModifierData.__DNA__FIELD__lmap_mode); CPointer<Integer> p_lmap_mode = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__pmap_mode
This is how you get a reference on the corresponding field in the struct:
DataTransferModifierData datatransfermodifierdata = ...; CPointer<Object> p = datatransfermodifierdata.__dna__addressof(DataTransferModifierData.__DNA__FIELD__pmap_mode); CPointer<Integer> p_pmap_mode = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__map_max_distance
This is how you get a reference on the corresponding field in the struct:
DataTransferModifierData datatransfermodifierdata = ...; CPointer<Object> p = datatransfermodifierdata.__dna__addressof(DataTransferModifierData.__DNA__FIELD__map_max_distance); CPointer<Float> p_map_max_distance = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__map_ray_radius
This is how you get a reference on the corresponding field in the struct:
DataTransferModifierData datatransfermodifierdata = ...; CPointer<Object> p = datatransfermodifierdata.__dna__addressof(DataTransferModifierData.__DNA__FIELD__map_ray_radius); CPointer<Float> p_map_ray_radius = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__islands_precision
This is how you get a reference on the corresponding field in the struct:
DataTransferModifierData datatransfermodifierdata = ...; CPointer<Object> p = datatransfermodifierdata.__dna__addressof(DataTransferModifierData.__DNA__FIELD__islands_precision); CPointer<Float> p_islands_precision = 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:
DataTransferModifierData datatransfermodifierdata = ...; CPointer<Object> p = datatransfermodifierdata.__dna__addressof(DataTransferModifierData.__DNA__FIELD___pad1); CPointer<CArrayFacade<Byte>> p__pad1 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__layers_select_src
DT_MULTILAYER_INDEX_MAX; See DT_FROMLAYERS_ enum in ED_object.h.
This is how you get a reference on the corresponding field in the struct:
DataTransferModifierData datatransfermodifierdata = ...; CPointer<Object> p = datatransfermodifierdata.__dna__addressof(DataTransferModifierData.__DNA__FIELD__layers_select_src); CPointer<CArrayFacade<Integer>> p_layers_select_src = p.cast(new Class[]{CArrayFacade.class, Integer.class});
public static final long[] __DNA__FIELD__layers_select_dst
DT_MULTILAYER_INDEX_MAX; See DT_TOLAYERS_ enum in ED_object.h.
This is how you get a reference on the corresponding field in the struct:
DataTransferModifierData datatransfermodifierdata = ...; CPointer<Object> p = datatransfermodifierdata.__dna__addressof(DataTransferModifierData.__DNA__FIELD__layers_select_dst); CPointer<CArrayFacade<Integer>> p_layers_select_dst = p.cast(new Class[]{CArrayFacade.class, Integer.class});
public static final long[] __DNA__FIELD__mix_mode
See CDT_MIX_ enum in BKE_customdata.h.
This is how you get a reference on the corresponding field in the struct:
DataTransferModifierData datatransfermodifierdata = ...; CPointer<Object> p = datatransfermodifierdata.__dna__addressof(DataTransferModifierData.__DNA__FIELD__mix_mode); CPointer<Integer> p_mix_mode = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__mix_factor
This is how you get a reference on the corresponding field in the struct:
DataTransferModifierData datatransfermodifierdata = ...; CPointer<Object> p = datatransfermodifierdata.__dna__addressof(DataTransferModifierData.__DNA__FIELD__mix_factor); CPointer<Float> p_mix_factor = 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:
DataTransferModifierData datatransfermodifierdata = ...; CPointer<Object> p = datatransfermodifierdata.__dna__addressof(DataTransferModifierData.__DNA__FIELD__defgrp_name); CPointer<CArrayFacade<Byte>> p_defgrp_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__flags
This is how you get a reference on the corresponding field in the struct:
DataTransferModifierData datatransfermodifierdata = ...; CPointer<Object> p = datatransfermodifierdata.__dna__addressof(DataTransferModifierData.__DNA__FIELD__flags); CPointer<Integer> p_flags = p.cast(new Class[]{Integer.class});
public DataTransferModifierData(long __address, Block __block, BlockTable __blockTable)
protected DataTransferModifierData(DataTransferModifierData 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> getOb_source() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ob_source
public void setOb_source(CPointer<BlenderObject> ob_source) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ob_source
public int getData_types() throws java.io.IOException
See DT_TYPE_ enum in ED_object.h.
java.io.IOException
__DNA__FIELD__data_types
public void setData_types(int data_types) throws java.io.IOException
See DT_TYPE_ enum in ED_object.h.
java.io.IOException
__DNA__FIELD__data_types
public int getVmap_mode() throws java.io.IOException
See MREMAP_MODE_ enum in BKE_mesh_mapping.h
java.io.IOException
__DNA__FIELD__vmap_mode
public void setVmap_mode(int vmap_mode) throws java.io.IOException
See MREMAP_MODE_ enum in BKE_mesh_mapping.h
java.io.IOException
__DNA__FIELD__vmap_mode
public int getEmap_mode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__emap_mode
public void setEmap_mode(int emap_mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__emap_mode
public int getLmap_mode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__lmap_mode
public void setLmap_mode(int lmap_mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__lmap_mode
public int getPmap_mode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pmap_mode
public void setPmap_mode(int pmap_mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pmap_mode
public float getMap_max_distance() throws java.io.IOException
java.io.IOException
__DNA__FIELD__map_max_distance
public void setMap_max_distance(float map_max_distance) throws java.io.IOException
java.io.IOException
__DNA__FIELD__map_max_distance
public float getMap_ray_radius() throws java.io.IOException
java.io.IOException
__DNA__FIELD__map_ray_radius
public void setMap_ray_radius(float map_ray_radius) throws java.io.IOException
java.io.IOException
__DNA__FIELD__map_ray_radius
public float getIslands_precision() throws java.io.IOException
java.io.IOException
__DNA__FIELD__islands_precision
public void setIslands_precision(float islands_precision) throws java.io.IOException
java.io.IOException
__DNA__FIELD__islands_precision
public CArrayFacade<java.lang.Byte> get_pad1() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad1
public void set_pad1(CArrayFacade<java.lang.Byte> _pad1) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad1
public CArrayFacade<java.lang.Integer> getLayers_select_src() throws java.io.IOException
DT_MULTILAYER_INDEX_MAX; See DT_FROMLAYERS_ enum in ED_object.h.
java.io.IOException
__DNA__FIELD__layers_select_src
public void setLayers_select_src(CArrayFacade<java.lang.Integer> layers_select_src) throws java.io.IOException
DT_MULTILAYER_INDEX_MAX; See DT_FROMLAYERS_ enum in ED_object.h.
java.io.IOException
__DNA__FIELD__layers_select_src
public CArrayFacade<java.lang.Integer> getLayers_select_dst() throws java.io.IOException
DT_MULTILAYER_INDEX_MAX; See DT_TOLAYERS_ enum in ED_object.h.
java.io.IOException
__DNA__FIELD__layers_select_dst
public void setLayers_select_dst(CArrayFacade<java.lang.Integer> layers_select_dst) throws java.io.IOException
DT_MULTILAYER_INDEX_MAX; See DT_TOLAYERS_ enum in ED_object.h.
java.io.IOException
__DNA__FIELD__layers_select_dst
public int getMix_mode() throws java.io.IOException
See CDT_MIX_ enum in BKE_customdata.h.
java.io.IOException
__DNA__FIELD__mix_mode
public void setMix_mode(int mix_mode) throws java.io.IOException
See CDT_MIX_ enum in BKE_customdata.h.
java.io.IOException
__DNA__FIELD__mix_mode
public float getMix_factor() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mix_factor
public void setMix_factor(float mix_factor) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mix_factor
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 int getFlags() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public void setFlags(int flags) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public CPointer<DataTransferModifierData> __io__addressof()