public class EnvMap extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__clipend
Field descriptor (offset) for struct member 'clipend'.
|
static long[] |
__DNA__FIELD__clipsta
Field descriptor (offset) for struct member 'clipsta'.
|
static long[] |
__DNA__FIELD__cube
Field descriptor (offset) for struct member 'cube'.
|
static long[] |
__DNA__FIELD__cuberes
Field descriptor (offset) for struct member 'cuberes'.
|
static long[] |
__DNA__FIELD__depth
Field descriptor (offset) for struct member 'depth'.
|
static long[] |
__DNA__FIELD__ima
Field descriptor (offset) for struct member 'ima'.
|
static long[] |
__DNA__FIELD__imat
Field descriptor (offset) for struct member 'imat'.
|
static long[] |
__DNA__FIELD__lastframe
Field descriptor (offset) for struct member 'lastframe'.
|
static long[] |
__DNA__FIELD__lastsize
Field descriptor (offset) for struct member 'lastsize'.
|
static long[] |
__DNA__FIELD__notlay
Field descriptor (offset) for struct member 'notlay'.
|
static long[] |
__DNA__FIELD__obimat
Field descriptor (offset) for struct member 'obimat'.
|
static long[] |
__DNA__FIELD__object
Field descriptor (offset) for struct member 'object'.
|
static long[] |
__DNA__FIELD__ok
Field descriptor (offset) for struct member 'ok'.
|
static long[] |
__DNA__FIELD__recalc
Field descriptor (offset) for struct member 'recalc'.
|
static long[] |
__DNA__FIELD__stype
Field descriptor (offset) for struct member 'stype'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static long[] |
__DNA__FIELD__viewscale
Field descriptor (offset) for struct member 'viewscale'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct EnvMap.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
EnvMap(EnvMap that) |
|
EnvMap(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<EnvMap> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getClipend()
Get method for struct member 'clipend'.
|
float |
getClipsta()
Get method for struct member 'clipsta'.
|
CArrayFacade<CPointer<java.lang.Object>> |
getCube()
Get method for struct member 'cube'.
|
short |
getCuberes()
Get method for struct member 'cuberes'.
|
short |
getDepth()
Get method for struct member 'depth'.
|
CPointer<Image> |
getIma()
Get method for struct member 'ima'.
|
CArrayFacade<CArrayFacade<java.lang.Float>> |
getImat()
Get method for struct member 'imat'.
|
int |
getLastframe()
Get method for struct member 'lastframe'.
|
short |
getLastsize()
Get method for struct member 'lastsize'.
|
int |
getNotlay()
Get method for struct member 'notlay'.
|
CArrayFacade<CArrayFacade<java.lang.Float>> |
getObimat()
Get method for struct member 'obimat'.
|
CPointer<BlenderObject> |
getObject()
Get method for struct member 'object'.
|
int |
getOk()
Get method for struct member 'ok'.
|
short |
getRecalc()
Get method for struct member 'recalc'.
|
short |
getStype()
Get method for struct member 'stype'.
|
short |
getType()
Get method for struct member 'type'.
|
float |
getViewscale()
Get method for struct member 'viewscale'.
|
void |
setClipend(float clipend)
Set method for struct member 'clipend'.
|
void |
setClipsta(float clipsta)
Set method for struct member 'clipsta'.
|
void |
setCube(CArrayFacade<CPointer<java.lang.Object>> cube)
Set method for struct member 'cube'.
|
void |
setCuberes(short cuberes)
Set method for struct member 'cuberes'.
|
void |
setDepth(short depth)
Set method for struct member 'depth'.
|
void |
setIma(CPointer<Image> ima)
Set method for struct member 'ima'.
|
void |
setImat(CArrayFacade<CArrayFacade<java.lang.Float>> imat)
Set method for struct member 'imat'.
|
void |
setLastframe(int lastframe)
Set method for struct member 'lastframe'.
|
void |
setLastsize(short lastsize)
Set method for struct member 'lastsize'.
|
void |
setNotlay(int notlay)
Set method for struct member 'notlay'.
|
void |
setObimat(CArrayFacade<CArrayFacade<java.lang.Float>> obimat)
Set method for struct member 'obimat'.
|
void |
setObject(CPointer<BlenderObject> object)
Set method for struct member 'object'.
|
void |
setOk(int ok)
Set method for struct member 'ok'.
|
void |
setRecalc(short recalc)
Set method for struct member 'recalc'.
|
void |
setStype(short stype)
Set method for struct member 'stype'.
|
void |
setType(short type)
Set method for struct member 'type'.
|
void |
setViewscale(float viewscale)
Set method for struct member 'viewscale'.
|
__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 EnvMap.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__object
This is how you get a reference on the corresponding field in the struct:
EnvMap envmap = ...; CPointer<Object> p = envmap.__dna__addressof(EnvMap.__DNA__FIELD__object); CPointer<CPointer<BlenderObject>> p_object = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__ima
This is how you get a reference on the corresponding field in the struct:
EnvMap envmap = ...; CPointer<Object> p = envmap.__dna__addressof(EnvMap.__DNA__FIELD__ima); CPointer<CPointer<Image>> p_ima = p.cast(new Class[]{CPointer.class, Image.class});
public static final long[] __DNA__FIELD__cube
This is how you get a reference on the corresponding field in the struct:
EnvMap envmap = ...; CPointer<Object> p = envmap.__dna__addressof(EnvMap.__DNA__FIELD__cube); CPointer<CArrayFacade<CPointer<Object>>> p_cube = p.cast(new Class[]{CArrayFacade.class, CPointer.class, Object.class});
public static final long[] __DNA__FIELD__imat
This is how you get a reference on the corresponding field in the struct:
EnvMap envmap = ...; CPointer<Object> p = envmap.__dna__addressof(EnvMap.__DNA__FIELD__imat); CPointer<CArrayFacade<CArrayFacade<Float>>> p_imat = p.cast(new Class[]{CArrayFacade.class, CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__obimat
This is how you get a reference on the corresponding field in the struct:
EnvMap envmap = ...; CPointer<Object> p = envmap.__dna__addressof(EnvMap.__DNA__FIELD__obimat); CPointer<CArrayFacade<CArrayFacade<Float>>> p_obimat = p.cast(new Class[]{CArrayFacade.class, CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
EnvMap envmap = ...; CPointer<Object> p = envmap.__dna__addressof(EnvMap.__DNA__FIELD__type); CPointer<Short> p_type = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__stype
This is how you get a reference on the corresponding field in the struct:
EnvMap envmap = ...; CPointer<Object> p = envmap.__dna__addressof(EnvMap.__DNA__FIELD__stype); CPointer<Short> p_stype = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__clipsta
This is how you get a reference on the corresponding field in the struct:
EnvMap envmap = ...; CPointer<Object> p = envmap.__dna__addressof(EnvMap.__DNA__FIELD__clipsta); CPointer<Float> p_clipsta = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__clipend
This is how you get a reference on the corresponding field in the struct:
EnvMap envmap = ...; CPointer<Object> p = envmap.__dna__addressof(EnvMap.__DNA__FIELD__clipend); CPointer<Float> p_clipend = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__viewscale
This is how you get a reference on the corresponding field in the struct:
EnvMap envmap = ...; CPointer<Object> p = envmap.__dna__addressof(EnvMap.__DNA__FIELD__viewscale); CPointer<Float> p_viewscale = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__notlay
This is how you get a reference on the corresponding field in the struct:
EnvMap envmap = ...; CPointer<Object> p = envmap.__dna__addressof(EnvMap.__DNA__FIELD__notlay); CPointer<Integer> p_notlay = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__cuberes
This is how you get a reference on the corresponding field in the struct:
EnvMap envmap = ...; CPointer<Object> p = envmap.__dna__addressof(EnvMap.__DNA__FIELD__cuberes); CPointer<Short> p_cuberes = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__depth
This is how you get a reference on the corresponding field in the struct:
EnvMap envmap = ...; CPointer<Object> p = envmap.__dna__addressof(EnvMap.__DNA__FIELD__depth); CPointer<Short> p_depth = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__ok
This is how you get a reference on the corresponding field in the struct:
EnvMap envmap = ...; CPointer<Object> p = envmap.__dna__addressof(EnvMap.__DNA__FIELD__ok); CPointer<Integer> p_ok = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__lastframe
This is how you get a reference on the corresponding field in the struct:
EnvMap envmap = ...; CPointer<Object> p = envmap.__dna__addressof(EnvMap.__DNA__FIELD__lastframe); CPointer<Integer> p_lastframe = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__recalc
This is how you get a reference on the corresponding field in the struct:
EnvMap envmap = ...; CPointer<Object> p = envmap.__dna__addressof(EnvMap.__DNA__FIELD__recalc); CPointer<Short> p_recalc = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__lastsize
This is how you get a reference on the corresponding field in the struct:
EnvMap envmap = ...; CPointer<Object> p = envmap.__dna__addressof(EnvMap.__DNA__FIELD__lastsize); CPointer<Short> p_lastsize = p.cast(new Class[]{Short.class});
public EnvMap(long __address, Block __block, BlockTable __blockTable)
protected EnvMap(EnvMap that)
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 CPointer<Image> getIma() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ima
public void setIma(CPointer<Image> ima) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ima
public CArrayFacade<CPointer<java.lang.Object>> getCube() throws java.io.IOException
java.io.IOException
__DNA__FIELD__cube
public void setCube(CArrayFacade<CPointer<java.lang.Object>> cube) throws java.io.IOException
java.io.IOException
__DNA__FIELD__cube
public CArrayFacade<CArrayFacade<java.lang.Float>> getImat() throws java.io.IOException
java.io.IOException
__DNA__FIELD__imat
public void setImat(CArrayFacade<CArrayFacade<java.lang.Float>> imat) throws java.io.IOException
java.io.IOException
__DNA__FIELD__imat
public CArrayFacade<CArrayFacade<java.lang.Float>> getObimat() throws java.io.IOException
java.io.IOException
__DNA__FIELD__obimat
public void setObimat(CArrayFacade<CArrayFacade<java.lang.Float>> obimat) throws java.io.IOException
java.io.IOException
__DNA__FIELD__obimat
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 short getStype() throws java.io.IOException
java.io.IOException
__DNA__FIELD__stype
public void setStype(short stype) throws java.io.IOException
java.io.IOException
__DNA__FIELD__stype
public float getClipsta() throws java.io.IOException
java.io.IOException
__DNA__FIELD__clipsta
public void setClipsta(float clipsta) throws java.io.IOException
java.io.IOException
__DNA__FIELD__clipsta
public float getClipend() throws java.io.IOException
java.io.IOException
__DNA__FIELD__clipend
public void setClipend(float clipend) throws java.io.IOException
java.io.IOException
__DNA__FIELD__clipend
public float getViewscale() throws java.io.IOException
java.io.IOException
__DNA__FIELD__viewscale
public void setViewscale(float viewscale) throws java.io.IOException
java.io.IOException
__DNA__FIELD__viewscale
public int getNotlay() throws java.io.IOException
java.io.IOException
__DNA__FIELD__notlay
public void setNotlay(int notlay) throws java.io.IOException
java.io.IOException
__DNA__FIELD__notlay
public short getCuberes() throws java.io.IOException
java.io.IOException
__DNA__FIELD__cuberes
public void setCuberes(short cuberes) throws java.io.IOException
java.io.IOException
__DNA__FIELD__cuberes
public short getDepth() throws java.io.IOException
java.io.IOException
__DNA__FIELD__depth
public void setDepth(short depth) throws java.io.IOException
java.io.IOException
__DNA__FIELD__depth
public int getOk() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ok
public void setOk(int ok) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ok
public int getLastframe() throws java.io.IOException
java.io.IOException
__DNA__FIELD__lastframe
public void setLastframe(int lastframe) throws java.io.IOException
java.io.IOException
__DNA__FIELD__lastframe
public short getRecalc() throws java.io.IOException
java.io.IOException
__DNA__FIELD__recalc
public void setRecalc(short recalc) throws java.io.IOException
java.io.IOException
__DNA__FIELD__recalc
public short getLastsize() throws java.io.IOException
java.io.IOException
__DNA__FIELD__lastsize
public void setLastsize(short lastsize) throws java.io.IOException
java.io.IOException
__DNA__FIELD__lastsize