public class UVProjectModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__aspectx
Field descriptor (offset) for struct member 'aspectx'.
|
static long[] |
__DNA__FIELD__aspecty
Field descriptor (offset) for struct member 'aspecty'.
|
static long[] |
__DNA__FIELD__flags
Field descriptor (offset) for struct member 'flags'.
|
static long[] |
__DNA__FIELD__image
Field descriptor (offset) for struct member 'image'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__num_projectors
Field descriptor (offset) for struct member 'num_projectors'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__projectors
Field descriptor (offset) for struct member 'projectors'.
|
static long[] |
__DNA__FIELD__scalex
Field descriptor (offset) for struct member 'scalex'.
|
static long[] |
__DNA__FIELD__scaley
Field descriptor (offset) for struct member 'scaley'.
|
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 UVProjectModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
UVProjectModifierData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
UVProjectModifierData(UVProjectModifierData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<UVProjectModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getAspectx()
Get method for struct member 'aspectx'.
|
float |
getAspecty()
Get method for struct member 'aspecty'.
|
int |
getFlags()
Get method for struct member 'flags'.
|
CPointer<Image> |
getImage()
Get method for struct member 'image'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
int |
getNum_projectors()
Get method for struct member 'num_projectors'.
|
int |
getPad()
Get method for struct member 'pad'.
|
CArrayFacade<CPointer<BlenderObject>> |
getProjectors()
Get method for struct member 'projectors'.
|
float |
getScalex()
Get method for struct member 'scalex'.
|
float |
getScaley()
Get method for struct member 'scaley'.
|
CArrayFacade<java.lang.Byte> |
getUvlayer_name()
Get method for struct member 'uvlayer_name'.
|
int |
getUvlayer_tmp()
Get method for struct member 'uvlayer_tmp'.
|
void |
setAspectx(float aspectx)
Set method for struct member 'aspectx'.
|
void |
setAspecty(float aspecty)
Set method for struct member 'aspecty'.
|
void |
setFlags(int flags)
Set method for struct member 'flags'.
|
void |
setImage(CPointer<Image> image)
Set method for struct member 'image'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setNum_projectors(int num_projectors)
Set method for struct member 'num_projectors'.
|
void |
setPad(int pad)
Set method for struct member 'pad'.
|
void |
setProjectors(CArrayFacade<CPointer<BlenderObject>> projectors)
Set method for struct member 'projectors'.
|
void |
setScalex(float scalex)
Set method for struct member 'scalex'.
|
void |
setScaley(float scaley)
Set method for struct member 'scaley'.
|
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 UVProjectModifierData.
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:
UVProjectModifierData uvprojectmodifierdata = ...; CPointer<Object> p = uvprojectmodifierdata.__dna__addressof(UVProjectModifierData.__DNA__FIELD__modifier); CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
public static final long[] __DNA__FIELD__projectors
This is how you get a reference on the corresponding field in the struct:
UVProjectModifierData uvprojectmodifierdata = ...; CPointer<Object> p = uvprojectmodifierdata.__dna__addressof(UVProjectModifierData.__DNA__FIELD__projectors); CPointer<CArrayFacade<CPointer<BlenderObject>>> p_projectors = p.cast(new Class[]{CArrayFacade.class, CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__image
This is how you get a reference on the corresponding field in the struct:
UVProjectModifierData uvprojectmodifierdata = ...; CPointer<Object> p = uvprojectmodifierdata.__dna__addressof(UVProjectModifierData.__DNA__FIELD__image); CPointer<CPointer<Image>> p_image = p.cast(new Class[]{CPointer.class, Image.class});
public static final long[] __DNA__FIELD__flags
This is how you get a reference on the corresponding field in the struct:
UVProjectModifierData uvprojectmodifierdata = ...; CPointer<Object> p = uvprojectmodifierdata.__dna__addressof(UVProjectModifierData.__DNA__FIELD__flags); CPointer<Integer> p_flags = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__num_projectors
This is how you get a reference on the corresponding field in the struct:
UVProjectModifierData uvprojectmodifierdata = ...; CPointer<Object> p = uvprojectmodifierdata.__dna__addressof(UVProjectModifierData.__DNA__FIELD__num_projectors); CPointer<Integer> p_num_projectors = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__aspectx
This is how you get a reference on the corresponding field in the struct:
UVProjectModifierData uvprojectmodifierdata = ...; CPointer<Object> p = uvprojectmodifierdata.__dna__addressof(UVProjectModifierData.__DNA__FIELD__aspectx); CPointer<Float> p_aspectx = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__aspecty
This is how you get a reference on the corresponding field in the struct:
UVProjectModifierData uvprojectmodifierdata = ...; CPointer<Object> p = uvprojectmodifierdata.__dna__addressof(UVProjectModifierData.__DNA__FIELD__aspecty); CPointer<Float> p_aspecty = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__scalex
This is how you get a reference on the corresponding field in the struct:
UVProjectModifierData uvprojectmodifierdata = ...; CPointer<Object> p = uvprojectmodifierdata.__dna__addressof(UVProjectModifierData.__DNA__FIELD__scalex); CPointer<Float> p_scalex = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__scaley
This is how you get a reference on the corresponding field in the struct:
UVProjectModifierData uvprojectmodifierdata = ...; CPointer<Object> p = uvprojectmodifierdata.__dna__addressof(UVProjectModifierData.__DNA__FIELD__scaley); CPointer<Float> p_scaley = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__uvlayer_name
This is how you get a reference on the corresponding field in the struct:
UVProjectModifierData uvprojectmodifierdata = ...; CPointer<Object> p = uvprojectmodifierdata.__dna__addressof(UVProjectModifierData.__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:
UVProjectModifierData uvprojectmodifierdata = ...; CPointer<Object> p = uvprojectmodifierdata.__dna__addressof(UVProjectModifierData.__DNA__FIELD__uvlayer_tmp); CPointer<Integer> p_uvlayer_tmp = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
UVProjectModifierData uvprojectmodifierdata = ...; CPointer<Object> p = uvprojectmodifierdata.__dna__addressof(UVProjectModifierData.__DNA__FIELD__pad); CPointer<Integer> p_pad = p.cast(new Class[]{Integer.class});
public UVProjectModifierData(long __address, Block __block, BlockTable __blockTable)
protected UVProjectModifierData(UVProjectModifierData 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<CPointer<BlenderObject>> getProjectors() throws java.io.IOException
java.io.IOException
__DNA__FIELD__projectors
public void setProjectors(CArrayFacade<CPointer<BlenderObject>> projectors) throws java.io.IOException
java.io.IOException
__DNA__FIELD__projectors
public CPointer<Image> getImage() throws java.io.IOException
java.io.IOException
__DNA__FIELD__image
public void setImage(CPointer<Image> image) throws java.io.IOException
java.io.IOException
__DNA__FIELD__image
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 int getNum_projectors() throws java.io.IOException
java.io.IOException
__DNA__FIELD__num_projectors
public void setNum_projectors(int num_projectors) throws java.io.IOException
java.io.IOException
__DNA__FIELD__num_projectors
public float getAspectx() throws java.io.IOException
java.io.IOException
__DNA__FIELD__aspectx
public void setAspectx(float aspectx) throws java.io.IOException
java.io.IOException
__DNA__FIELD__aspectx
public float getAspecty() throws java.io.IOException
java.io.IOException
__DNA__FIELD__aspecty
public void setAspecty(float aspecty) throws java.io.IOException
java.io.IOException
__DNA__FIELD__aspecty
public float getScalex() throws java.io.IOException
java.io.IOException
__DNA__FIELD__scalex
public void setScalex(float scalex) throws java.io.IOException
java.io.IOException
__DNA__FIELD__scalex
public float getScaley() throws java.io.IOException
java.io.IOException
__DNA__FIELD__scaley
public void setScaley(float scaley) throws java.io.IOException
java.io.IOException
__DNA__FIELD__scaley
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 getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(int pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CPointer<UVProjectModifierData> __io__addressof()