public class ImageUser extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__cycl
Field descriptor (offset) for struct member 'cycl'.
|
static long[] |
__DNA__FIELD__fie_ima
Field descriptor (offset) for struct member 'fie_ima'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__framenr
Field descriptor (offset) for struct member 'framenr'.
|
static long[] |
__DNA__FIELD__frames
Field descriptor (offset) for struct member 'frames'.
|
static long[] |
__DNA__FIELD__layer
Field descriptor (offset) for struct member 'layer'.
|
static long[] |
__DNA__FIELD__multi_index
Field descriptor (offset) for struct member 'multi_index'.
|
static long[] |
__DNA__FIELD__multiview_eye
Field descriptor (offset) for struct member 'multiview_eye'.
|
static long[] |
__DNA__FIELD__offset
Field descriptor (offset) for struct member 'offset'.
|
static long[] |
__DNA__FIELD__ok
Field descriptor (offset) for struct member 'ok'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__pass
Field descriptor (offset) for struct member 'pass'.
|
static long[] |
__DNA__FIELD__scene
Field descriptor (offset) for struct member 'scene'.
|
static long[] |
__DNA__FIELD__sfra
Field descriptor (offset) for struct member 'sfra'.
|
static long[] |
__DNA__FIELD__view
Field descriptor (offset) for struct member 'view'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct ImageUser.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
ImageUser(ImageUser that) |
|
ImageUser(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<ImageUser> |
__io__addressof()
Instantiates a pointer on this instance.
|
byte |
getCycl()
Get method for struct member 'cycl'.
|
byte |
getFie_ima()
Get method for struct member 'fie_ima'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
int |
getFramenr()
Get method for struct member 'framenr'.
|
int |
getFrames()
Get method for struct member 'frames'.
|
short |
getLayer()
Get method for struct member 'layer'.
|
short |
getMulti_index()
Get method for struct member 'multi_index'.
|
byte |
getMultiview_eye()
Get method for struct member 'multiview_eye'.
|
int |
getOffset()
Get method for struct member 'offset'.
|
byte |
getOk()
Get method for struct member 'ok'.
|
short |
getPad()
Get method for struct member 'pad'.
|
short |
getPass()
Get method for struct member 'pass'.
|
CPointer<Scene> |
getScene()
Get method for struct member 'scene'.
|
int |
getSfra()
Get method for struct member 'sfra'.
|
short |
getView()
Get method for struct member 'view'.
|
void |
setCycl(byte cycl)
Set method for struct member 'cycl'.
|
void |
setFie_ima(byte fie_ima)
Set method for struct member 'fie_ima'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setFramenr(int framenr)
Set method for struct member 'framenr'.
|
void |
setFrames(int frames)
Set method for struct member 'frames'.
|
void |
setLayer(short layer)
Set method for struct member 'layer'.
|
void |
setMulti_index(short multi_index)
Set method for struct member 'multi_index'.
|
void |
setMultiview_eye(byte multiview_eye)
Set method for struct member 'multiview_eye'.
|
void |
setOffset(int offset)
Set method for struct member 'offset'.
|
void |
setOk(byte ok)
Set method for struct member 'ok'.
|
void |
setPad(short pad)
Set method for struct member 'pad'.
|
void |
setPass(short pass)
Set method for struct member 'pass'.
|
void |
setScene(CPointer<Scene> scene)
Set method for struct member 'scene'.
|
void |
setSfra(int sfra)
Set method for struct member 'sfra'.
|
void |
setView(short view)
Set method for struct member 'view'.
|
__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 ImageUser.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__scene
to retrieve render result
This is how you get a reference on the corresponding field in the struct:
ImageUser imageuser = ...; CPointer<Object> p = imageuser.__dna__addressof(ImageUser.__DNA__FIELD__scene); CPointer<CPointer<Scene>> p_scene = p.cast(new Class[]{CPointer.class, Scene.class});
public static final long[] __DNA__FIELD__framenr
movies, sequences: current to display
This is how you get a reference on the corresponding field in the struct:
ImageUser imageuser = ...; CPointer<Object> p = imageuser.__dna__addressof(ImageUser.__DNA__FIELD__framenr); CPointer<Integer> p_framenr = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__frames
total amount of frames to use
This is how you get a reference on the corresponding field in the struct:
ImageUser imageuser = ...; CPointer<Object> p = imageuser.__dna__addressof(ImageUser.__DNA__FIELD__frames); CPointer<Integer> p_frames = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__offset
This is how you get a reference on the corresponding field in the struct:
ImageUser imageuser = ...; CPointer<Object> p = imageuser.__dna__addressof(ImageUser.__DNA__FIELD__offset); CPointer<Integer> p_offset = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__sfra
offset within movie, start frame in global time
This is how you get a reference on the corresponding field in the struct:
ImageUser imageuser = ...; CPointer<Object> p = imageuser.__dna__addressof(ImageUser.__DNA__FIELD__sfra); CPointer<Integer> p_sfra = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__fie_ima
This is how you get a reference on the corresponding field in the struct:
ImageUser imageuser = ...; CPointer<Object> p = imageuser.__dna__addressof(ImageUser.__DNA__FIELD__fie_ima); CPointer<Byte> p_fie_ima = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__cycl
fields/image in movie, cyclic flag
This is how you get a reference on the corresponding field in the struct:
ImageUser imageuser = ...; CPointer<Object> p = imageuser.__dna__addressof(ImageUser.__DNA__FIELD__cycl); CPointer<Byte> p_cycl = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__ok
This is how you get a reference on the corresponding field in the struct:
ImageUser imageuser = ...; CPointer<Object> p = imageuser.__dna__addressof(ImageUser.__DNA__FIELD__ok); CPointer<Byte> p_ok = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__multiview_eye
multiview current eye - for internal use of drawing routines
This is how you get a reference on the corresponding field in the struct:
ImageUser imageuser = ...; CPointer<Object> p = imageuser.__dna__addressof(ImageUser.__DNA__FIELD__multiview_eye); CPointer<Byte> p_multiview_eye = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__pass
This is how you get a reference on the corresponding field in the struct:
ImageUser imageuser = ...; CPointer<Object> p = imageuser.__dna__addressof(ImageUser.__DNA__FIELD__pass); CPointer<Short> p_pass = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
ImageUser imageuser = ...; CPointer<Object> p = imageuser.__dna__addressof(ImageUser.__DNA__FIELD__pad); CPointer<Short> p_pad = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__multi_index
This is how you get a reference on the corresponding field in the struct:
ImageUser imageuser = ...; CPointer<Object> p = imageuser.__dna__addressof(ImageUser.__DNA__FIELD__multi_index); CPointer<Short> p_multi_index = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__view
This is how you get a reference on the corresponding field in the struct:
ImageUser imageuser = ...; CPointer<Object> p = imageuser.__dna__addressof(ImageUser.__DNA__FIELD__view); CPointer<Short> p_view = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__layer
listbase indices, for menu browsing or retrieve buffer
This is how you get a reference on the corresponding field in the struct:
ImageUser imageuser = ...; CPointer<Object> p = imageuser.__dna__addressof(ImageUser.__DNA__FIELD__layer); CPointer<Short> p_layer = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
ImageUser imageuser = ...; CPointer<Object> p = imageuser.__dna__addressof(ImageUser.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public ImageUser(long __address, Block __block, BlockTable __blockTable)
protected ImageUser(ImageUser that)
public CPointer<Scene> getScene() throws java.io.IOException
to retrieve render result
java.io.IOException
__DNA__FIELD__scene
public void setScene(CPointer<Scene> scene) throws java.io.IOException
to retrieve render result
java.io.IOException
__DNA__FIELD__scene
public int getFramenr() throws java.io.IOException
movies, sequences: current to display
java.io.IOException
__DNA__FIELD__framenr
public void setFramenr(int framenr) throws java.io.IOException
movies, sequences: current to display
java.io.IOException
__DNA__FIELD__framenr
public int getFrames() throws java.io.IOException
total amount of frames to use
java.io.IOException
__DNA__FIELD__frames
public void setFrames(int frames) throws java.io.IOException
total amount of frames to use
java.io.IOException
__DNA__FIELD__frames
public int getOffset() throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset
public void setOffset(int offset) throws java.io.IOException
java.io.IOException
__DNA__FIELD__offset
public int getSfra() throws java.io.IOException
offset within movie, start frame in global time
java.io.IOException
__DNA__FIELD__sfra
public void setSfra(int sfra) throws java.io.IOException
offset within movie, start frame in global time
java.io.IOException
__DNA__FIELD__sfra
public byte getFie_ima() throws java.io.IOException
java.io.IOException
__DNA__FIELD__fie_ima
public void setFie_ima(byte fie_ima) throws java.io.IOException
java.io.IOException
__DNA__FIELD__fie_ima
public byte getCycl() throws java.io.IOException
fields/image in movie, cyclic flag
java.io.IOException
__DNA__FIELD__cycl
public void setCycl(byte cycl) throws java.io.IOException
fields/image in movie, cyclic flag
java.io.IOException
__DNA__FIELD__cycl
public byte getOk() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ok
public void setOk(byte ok) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ok
public byte getMultiview_eye() throws java.io.IOException
multiview current eye - for internal use of drawing routines
java.io.IOException
__DNA__FIELD__multiview_eye
public void setMultiview_eye(byte multiview_eye) throws java.io.IOException
multiview current eye - for internal use of drawing routines
java.io.IOException
__DNA__FIELD__multiview_eye
public short getPass() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pass
public void setPass(short pass) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pass
public short getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(short pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public short getMulti_index() throws java.io.IOException
java.io.IOException
__DNA__FIELD__multi_index
public void setMulti_index(short multi_index) throws java.io.IOException
java.io.IOException
__DNA__FIELD__multi_index
public short getView() throws java.io.IOException
java.io.IOException
__DNA__FIELD__view
public void setView(short view) throws java.io.IOException
java.io.IOException
__DNA__FIELD__view
public short getLayer() throws java.io.IOException
listbase indices, for menu browsing or retrieve buffer
java.io.IOException
__DNA__FIELD__layer
public void setLayer(short layer) throws java.io.IOException
listbase indices, for menu browsing or retrieve buffer
java.io.IOException
__DNA__FIELD__layer
public short getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag