Class CameraBGImage
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.CameraBGImage
-
public class CameraBGImage extends CFacade
Generated facet for DNA struct type 'CameraBGImage'.Class Documentation
Blender Source Code
Background Picture
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD__alpha
Field descriptor (offset) for struct member 'alpha'.static long[]
__DNA__FIELD__clip
Field descriptor (offset) for struct member 'clip'.static long[]
__DNA__FIELD__cuser
Field descriptor (offset) for struct member 'cuser'.static long[]
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.static long[]
__DNA__FIELD__ima
Field descriptor (offset) for struct member 'ima'.static long[]
__DNA__FIELD__iuser
Field descriptor (offset) for struct member 'iuser'.static long[]
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.static long[]
__DNA__FIELD__offset
Field descriptor (offset) for struct member 'offset'.static long[]
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.static long[]
__DNA__FIELD__rotation
Field descriptor (offset) for struct member 'rotation'.static long[]
__DNA__FIELD__scale
Field descriptor (offset) for struct member 'scale'.static long[]
__DNA__FIELD__source
Field descriptor (offset) for struct member 'source'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct CameraBGImage.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description CameraBGImage(long __address, Block __block, BlockTable __blockTable)
protected
CameraBGImage(CameraBGImage that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<CameraBGImage>
__io__addressof()
Instantiates a pointer on this instance.float
getAlpha()
Get method for struct member 'alpha'.CPointer<MovieClip>
getClip()
Get method for struct member 'clip'.MovieClipUser
getCuser()
Get method for struct member 'cuser'.short
getFlag()
Get method for struct member 'flag'.CPointer<Image>
getIma()
Get method for struct member 'ima'.ImageUser
getIuser()
Get method for struct member 'iuser'.CPointer<CameraBGImage>
getNext()
Get method for struct member 'next'.CArrayFacade<java.lang.Float>
getOffset()
Get method for struct member 'offset'.CPointer<CameraBGImage>
getPrev()
Get method for struct member 'prev'.float
getRotation()
Get method for struct member 'rotation'.float
getScale()
Get method for struct member 'scale'.short
getSource()
Get method for struct member 'source'.void
setAlpha(float alpha)
Set method for struct member 'alpha'.void
setClip(CPointer<MovieClip> clip)
Set method for struct member 'clip'.void
setCuser(MovieClipUser cuser)
Set method for struct member 'cuser'.void
setFlag(short flag)
Set method for struct member 'flag'.void
setIma(CPointer<Image> ima)
Set method for struct member 'ima'.void
setIuser(ImageUser iuser)
Set method for struct member 'iuser'.void
setNext(CPointer<CameraBGImage> next)
Set method for struct member 'next'.void
setOffset(CArrayFacade<java.lang.Float> offset)
Set method for struct member 'offset'.void
setPrev(CPointer<CameraBGImage> prev)
Set method for struct member 'prev'.void
setRotation(float rotation)
Set method for struct member 'rotation'.void
setScale(float scale)
Set method for struct member 'scale'.void
setSource(short source)
Set method for struct member 'source'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__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, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct CameraBGImage.It is required when allocating a new block to store data for CameraBGImage.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__next
public static final long[] __DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
CameraBGImage camerabgimage = ...; CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__next); CPointer<CPointer<CameraBGImage>> p_next = p.cast(new Class[]{CPointer.class, CameraBGImage.class});
Metadata
- Field: 'next'
- Signature: 'CameraBGImage*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__prev
public static final long[] __DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
CameraBGImage camerabgimage = ...; CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__prev); CPointer<CPointer<CameraBGImage>> p_prev = p.cast(new Class[]{CPointer.class, CameraBGImage.class});
Metadata
- Field: 'prev'
- Signature: 'CameraBGImage*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__ima
public static final long[] __DNA__FIELD__ima
Field descriptor (offset) for struct member 'ima'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
CameraBGImage camerabgimage = ...; CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__ima); CPointer<CPointer<Image>> p_ima = p.cast(new Class[]{CPointer.class, Image.class});
Metadata
- Field: 'ima'
- Signature: 'Image*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__iuser
public static final long[] __DNA__FIELD__iuser
Field descriptor (offset) for struct member 'iuser'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
CameraBGImage camerabgimage = ...; CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__iuser); CPointer<ImageUser> p_iuser = p.cast(new Class[]{ImageUser.class});
Metadata
- Field: 'iuser'
- Signature: 'ImageUser'
- Actual Size (32bit/64bit): 36/40
-
__DNA__FIELD__clip
public static final long[] __DNA__FIELD__clip
Field descriptor (offset) for struct member 'clip'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
CameraBGImage camerabgimage = ...; CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__clip); CPointer<CPointer<MovieClip>> p_clip = p.cast(new Class[]{CPointer.class, MovieClip.class});
Metadata
- Field: 'clip'
- Signature: 'MovieClip*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__cuser
public static final long[] __DNA__FIELD__cuser
Field descriptor (offset) for struct member 'cuser'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
CameraBGImage camerabgimage = ...; CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__cuser); CPointer<MovieClipUser> p_cuser = p.cast(new Class[]{MovieClipUser.class});
Metadata
- Field: 'cuser'
- Signature: 'MovieClipUser'
- Actual Size (32bit/64bit): 8/8
-
__DNA__FIELD__offset
public static final long[] __DNA__FIELD__offset
Field descriptor (offset) for struct member 'offset'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
CameraBGImage camerabgimage = ...; CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__offset); CPointer<CArrayFacade<Float>> p_offset = p.cast(new Class[]{CArrayFacade.class, Float.class});
Metadata
- Field: 'offset'
- Signature: 'float[2]'
- Actual Size (32bit/64bit): 8/8
-
__DNA__FIELD__scale
public static final long[] __DNA__FIELD__scale
Field descriptor (offset) for struct member 'scale'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
CameraBGImage camerabgimage = ...; CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__scale); CPointer<Float> p_scale = p.cast(new Class[]{Float.class});
Metadata
- Field: 'scale'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__rotation
public static final long[] __DNA__FIELD__rotation
Field descriptor (offset) for struct member 'rotation'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
CameraBGImage camerabgimage = ...; CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__rotation); CPointer<Float> p_rotation = p.cast(new Class[]{Float.class});
Metadata
- Field: 'rotation'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__alpha
public static final long[] __DNA__FIELD__alpha
Field descriptor (offset) for struct member 'alpha'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
CameraBGImage camerabgimage = ...; CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__alpha); CPointer<Float> p_alpha = p.cast(new Class[]{Float.class});
Metadata
- Field: 'alpha'
- Signature: 'float'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD__flag
public static final long[] __DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
CameraBGImage camerabgimage = ...; CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
Metadata
- Field: 'flag'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__source
public static final long[] __DNA__FIELD__source
Field descriptor (offset) for struct member 'source'.Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
CameraBGImage camerabgimage = ...; CPointer<Object> p = camerabgimage.__dna__addressof(CameraBGImage.__DNA__FIELD__source); CPointer<Short> p_source = p.cast(new Class[]{Short.class});
Metadata
- Field: 'source'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
-
Constructor Detail
-
CameraBGImage
public CameraBGImage(long __address, Block __block, BlockTable __blockTable)
-
CameraBGImage
protected CameraBGImage(CameraBGImage that)
-
-
Method Detail
-
getNext
public CPointer<CameraBGImage> getNext() throws java.io.IOException
Get method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
setNext
public void setNext(CPointer<CameraBGImage> next) throws java.io.IOException
Set method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
getPrev
public CPointer<CameraBGImage> getPrev() throws java.io.IOException
Get method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
setPrev
public void setPrev(CPointer<CameraBGImage> prev) throws java.io.IOException
Set method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
getIma
public CPointer<Image> getIma() throws java.io.IOException
Get method for struct member 'ima'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__ima
-
setIma
public void setIma(CPointer<Image> ima) throws java.io.IOException
Set method for struct member 'ima'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__ima
-
getIuser
public ImageUser getIuser() throws java.io.IOException
Get method for struct member 'iuser'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__iuser
-
setIuser
public void setIuser(ImageUser iuser) throws java.io.IOException
Set method for struct member 'iuser'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__iuser
-
getClip
public CPointer<MovieClip> getClip() throws java.io.IOException
Get method for struct member 'clip'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__clip
-
setClip
public void setClip(CPointer<MovieClip> clip) throws java.io.IOException
Set method for struct member 'clip'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__clip
-
getCuser
public MovieClipUser getCuser() throws java.io.IOException
Get method for struct member 'cuser'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__cuser
-
setCuser
public void setCuser(MovieClipUser cuser) throws java.io.IOException
Set method for struct member 'cuser'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__cuser
-
getOffset
public CArrayFacade<java.lang.Float> getOffset() throws java.io.IOException
Get method for struct member 'offset'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__offset
-
setOffset
public void setOffset(CArrayFacade<java.lang.Float> offset) throws java.io.IOException
Set method for struct member 'offset'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__offset
-
getScale
public float getScale() throws java.io.IOException
Get method for struct member 'scale'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__scale
-
setScale
public void setScale(float scale) throws java.io.IOException
Set method for struct member 'scale'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__scale
-
getRotation
public float getRotation() throws java.io.IOException
Get method for struct member 'rotation'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__rotation
-
setRotation
public void setRotation(float rotation) throws java.io.IOException
Set method for struct member 'rotation'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__rotation
-
getAlpha
public float getAlpha() throws java.io.IOException
Get method for struct member 'alpha'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__alpha
-
setAlpha
public void setAlpha(float alpha) throws java.io.IOException
Set method for struct member 'alpha'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__alpha
-
getFlag
public short getFlag() throws java.io.IOException
Get method for struct member 'flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
setFlag
public void setFlag(short flag) throws java.io.IOException
Set method for struct member 'flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
getSource
public short getSource() throws java.io.IOException
Get method for struct member 'source'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__source
-
setSource
public void setSource(short source) throws java.io.IOException
Set method for struct member 'source'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__source
-
__io__addressof
public CPointer<CameraBGImage> __io__addressof()
Instantiates a pointer on this instance.
-
-