public class NodeImageFile extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__efra
Field descriptor (offset) for struct member 'efra'.
|
static long[] |
__DNA__FIELD__im_format
Field descriptor (offset) for struct member 'im_format'.
|
static long[] |
__DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.
|
static long[] |
__DNA__FIELD__sfra
Field descriptor (offset) for struct member 'sfra'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeImageFile.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeImageFile(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeImageFile(NodeImageFile that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeImageFile> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getEfra()
Get method for struct member 'efra'.
|
ImageFormatData |
getIm_format()
Get method for struct member 'im_format'.
|
CArrayFacade<java.lang.Byte> |
getName()
Get method for struct member 'name'.
|
int |
getSfra()
Get method for struct member 'sfra'.
|
void |
setEfra(int efra)
Set method for struct member 'efra'.
|
void |
setIm_format(ImageFormatData im_format)
Set method for struct member 'im_format'.
|
void |
setName(CArrayFacade<java.lang.Byte> name)
Set method for struct member 'name'.
|
void |
setSfra(int sfra)
Set method for struct member 'sfra'.
|
__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 NodeImageFile.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__name
1024 = FILE_MAX.
This is how you get a reference on the corresponding field in the struct:
NodeImageFile nodeimagefile = ...; CPointer<Object> p = nodeimagefile.__dna__addressof(NodeImageFile.__DNA__FIELD__name); CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__im_format
This is how you get a reference on the corresponding field in the struct:
NodeImageFile nodeimagefile = ...; CPointer<Object> p = nodeimagefile.__dna__addressof(NodeImageFile.__DNA__FIELD__im_format); CPointer<ImageFormatData> p_im_format = p.cast(new Class[]{ImageFormatData.class});
public static final long[] __DNA__FIELD__sfra
This is how you get a reference on the corresponding field in the struct:
NodeImageFile nodeimagefile = ...; CPointer<Object> p = nodeimagefile.__dna__addressof(NodeImageFile.__DNA__FIELD__sfra); CPointer<Integer> p_sfra = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__efra
This is how you get a reference on the corresponding field in the struct:
NodeImageFile nodeimagefile = ...; CPointer<Object> p = nodeimagefile.__dna__addressof(NodeImageFile.__DNA__FIELD__efra); CPointer<Integer> p_efra = p.cast(new Class[]{Integer.class});
public NodeImageFile(long __address, Block __block, BlockTable __blockTable)
protected NodeImageFile(NodeImageFile that)
public CArrayFacade<java.lang.Byte> getName() throws java.io.IOException
1024 = FILE_MAX.
java.io.IOException
__DNA__FIELD__name
public void setName(CArrayFacade<java.lang.Byte> name) throws java.io.IOException
1024 = FILE_MAX.
java.io.IOException
__DNA__FIELD__name
public ImageFormatData getIm_format() throws java.io.IOException
java.io.IOException
__DNA__FIELD__im_format
public void setIm_format(ImageFormatData im_format) throws java.io.IOException
java.io.IOException
__DNA__FIELD__im_format
public int getSfra() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sfra
public void setSfra(int sfra) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sfra
public int getEfra() throws java.io.IOException
java.io.IOException
__DNA__FIELD__efra
public void setEfra(int efra) throws java.io.IOException
java.io.IOException
__DNA__FIELD__efra
public CPointer<NodeImageFile> __io__addressof()