public class MappingInfoModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__map_object
Field descriptor (offset) for struct member 'map_object'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__texmapping
Field descriptor (offset) for struct member 'texmapping'.
|
static long[] |
__DNA__FIELD__texture
Field descriptor (offset) for struct member 'texture'.
|
static long[] |
__DNA__FIELD__uvlayer_name
Field descriptor (offset) for struct member 'uvlayer_name'.
|
static long[] |
__DNA__FIELD__uvlayer_tmp
Field descriptor (offset) for struct member 'uvlayer_tmp'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct MappingInfoModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
MappingInfoModifierData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
MappingInfoModifierData(MappingInfoModifierData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<MappingInfoModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CPointer<BlenderObject> |
getMap_object()
Get method for struct member 'map_object'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
int |
getTexmapping()
Get method for struct member 'texmapping'.
|
CPointer<Tex> |
getTexture()
Get method for struct member 'texture'.
|
CArrayFacade<java.lang.Byte> |
getUvlayer_name()
Get method for struct member 'uvlayer_name'.
|
int |
getUvlayer_tmp()
Get method for struct member 'uvlayer_tmp'.
|
void |
setMap_object(CPointer<BlenderObject> map_object)
Set method for struct member 'map_object'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setTexmapping(int texmapping)
Set method for struct member 'texmapping'.
|
void |
setTexture(CPointer<Tex> texture)
Set method for struct member 'texture'.
|
void |
setUvlayer_name(CArrayFacade<java.lang.Byte> uvlayer_name)
Set method for struct member 'uvlayer_name'.
|
void |
setUvlayer_tmp(int uvlayer_tmp)
Set method for struct member 'uvlayer_tmp'.
|
__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 MappingInfoModifierData.
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:
MappingInfoModifierData mappinginfomodifierdata = ...; CPointer<Object> p = mappinginfomodifierdata.__dna__addressof(MappingInfoModifierData.__DNA__FIELD__modifier); CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
public static final long[] __DNA__FIELD__texture
This is how you get a reference on the corresponding field in the struct:
MappingInfoModifierData mappinginfomodifierdata = ...; CPointer<Object> p = mappinginfomodifierdata.__dna__addressof(MappingInfoModifierData.__DNA__FIELD__texture); CPointer<CPointer<Tex>> p_texture = p.cast(new Class[]{CPointer.class, Tex.class});
public static final long[] __DNA__FIELD__map_object
This is how you get a reference on the corresponding field in the struct:
MappingInfoModifierData mappinginfomodifierdata = ...; CPointer<Object> p = mappinginfomodifierdata.__dna__addressof(MappingInfoModifierData.__DNA__FIELD__map_object); CPointer<CPointer<BlenderObject>> p_map_object = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__uvlayer_name
This is how you get a reference on the corresponding field in the struct:
MappingInfoModifierData mappinginfomodifierdata = ...; CPointer<Object> p = mappinginfomodifierdata.__dna__addressof(MappingInfoModifierData.__DNA__FIELD__uvlayer_name); CPointer<CArrayFacade<Byte>> p_uvlayer_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__uvlayer_tmp
This is how you get a reference on the corresponding field in the struct:
MappingInfoModifierData mappinginfomodifierdata = ...; CPointer<Object> p = mappinginfomodifierdata.__dna__addressof(MappingInfoModifierData.__DNA__FIELD__uvlayer_tmp); CPointer<Integer> p_uvlayer_tmp = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__texmapping
This is how you get a reference on the corresponding field in the struct:
MappingInfoModifierData mappinginfomodifierdata = ...; CPointer<Object> p = mappinginfomodifierdata.__dna__addressof(MappingInfoModifierData.__DNA__FIELD__texmapping); CPointer<Integer> p_texmapping = p.cast(new Class[]{Integer.class});
public MappingInfoModifierData(long __address, Block __block, BlockTable __blockTable)
protected MappingInfoModifierData(MappingInfoModifierData 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<Tex> getTexture() throws java.io.IOException
java.io.IOException
__DNA__FIELD__texture
public void setTexture(CPointer<Tex> texture) throws java.io.IOException
java.io.IOException
__DNA__FIELD__texture
public CPointer<BlenderObject> getMap_object() throws java.io.IOException
java.io.IOException
__DNA__FIELD__map_object
public void setMap_object(CPointer<BlenderObject> map_object) throws java.io.IOException
java.io.IOException
__DNA__FIELD__map_object
public CArrayFacade<java.lang.Byte> getUvlayer_name() throws java.io.IOException
java.io.IOException
__DNA__FIELD__uvlayer_name
public void setUvlayer_name(CArrayFacade<java.lang.Byte> uvlayer_name) throws java.io.IOException
java.io.IOException
__DNA__FIELD__uvlayer_name
public int getUvlayer_tmp() throws java.io.IOException
java.io.IOException
__DNA__FIELD__uvlayer_tmp
public void setUvlayer_tmp(int uvlayer_tmp) throws java.io.IOException
java.io.IOException
__DNA__FIELD__uvlayer_tmp
public int getTexmapping() throws java.io.IOException
java.io.IOException
__DNA__FIELD__texmapping
public void setTexmapping(int texmapping) throws java.io.IOException
java.io.IOException
__DNA__FIELD__texmapping
public CPointer<MappingInfoModifierData> __io__addressof()