public class NodeImageMultiFile extends CFacade
XXX first struct fields should match NodeImageFile
to ensure forward compatibility
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__active_input
Field descriptor (offset) for struct member 'active_input'.
|
static long[] |
__DNA__FIELD__base_path
Field descriptor (offset) for struct member 'base_path'.
|
static long[] |
__DNA__FIELD__efra
Deprecated.
DeprecatedXXX old frame rand values from NodeImageFile for forward compatibility
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: NodeImageMultiFile nodeimagemultifile = ...; CPointer<Object> p = nodeimagemultifile.__dna__addressof(NodeImageMultiFile.__DNA__FIELD__efra); CPointer<Integer> p_efra = p.cast(new Class[]{Integer.class}); Metadata
|
static long[] |
__DNA__FIELD__format
Field descriptor (offset) for struct member 'format'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__sfra
Deprecated.
Deprecated
Pointer ArithmeticsThis is how you get a reference on the corresponding field in the struct: NodeImageMultiFile nodeimagemultifile = ...; CPointer<Object> p = nodeimagemultifile.__dna__addressof(NodeImageMultiFile.__DNA__FIELD__sfra); CPointer<Integer> p_sfra = p.cast(new Class[]{Integer.class}); Metadata
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeImageMultiFile.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeImageMultiFile(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeImageMultiFile(NodeImageMultiFile that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeImageMultiFile> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getActive_input()
Get method for struct member 'active_input'.
|
CArrayFacade<java.lang.Byte> |
getBase_path()
Get method for struct member 'base_path'.
|
int |
getEfra()
Deprecated.
DeprecatedXXX old frame rand values from NodeImageFile for forward compatibility
|
ImageFormatData |
getFormat()
Get method for struct member 'format'.
|
int |
getPad()
Get method for struct member 'pad'.
|
int |
getSfra()
Deprecated.
Deprecated
|
void |
setActive_input(int active_input)
Set method for struct member 'active_input'.
|
void |
setBase_path(CArrayFacade<java.lang.Byte> base_path)
Set method for struct member 'base_path'.
|
void |
setEfra(int efra)
Deprecated.
DeprecatedXXX old frame rand values from NodeImageFile for forward compatibility
|
void |
setFormat(ImageFormatData format)
Set method for struct member 'format'.
|
void |
setPad(int pad)
Set method for struct member 'pad'.
|
void |
setSfra(int sfra)
Deprecated.
Deprecated
|
__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 NodeImageMultiFile.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__base_path
1024 = FILE_MAX
This is how you get a reference on the corresponding field in the struct:
NodeImageMultiFile nodeimagemultifile = ...; CPointer<Object> p = nodeimagemultifile.__dna__addressof(NodeImageMultiFile.__DNA__FIELD__base_path); CPointer<CArrayFacade<Byte>> p_base_path = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__format
This is how you get a reference on the corresponding field in the struct:
NodeImageMultiFile nodeimagemultifile = ...; CPointer<Object> p = nodeimagemultifile.__dna__addressof(NodeImageMultiFile.__DNA__FIELD__format); CPointer<ImageFormatData> p_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:
NodeImageMultiFile nodeimagemultifile = ...; CPointer<Object> p = nodeimagemultifile.__dna__addressof(NodeImageMultiFile.__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:
NodeImageMultiFile nodeimagemultifile = ...; CPointer<Object> p = nodeimagemultifile.__dna__addressof(NodeImageMultiFile.__DNA__FIELD__efra); CPointer<Integer> p_efra = p.cast(new Class[]{Integer.class});
XXX old frame rand values from NodeImageFile
for forward compatibility
public static final long[] __DNA__FIELD__active_input
selected input in details view list
This is how you get a reference on the corresponding field in the struct:
NodeImageMultiFile nodeimagemultifile = ...; CPointer<Object> p = nodeimagemultifile.__dna__addressof(NodeImageMultiFile.__DNA__FIELD__active_input); CPointer<Integer> p_active_input = 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:
NodeImageMultiFile nodeimagemultifile = ...; CPointer<Object> p = nodeimagemultifile.__dna__addressof(NodeImageMultiFile.__DNA__FIELD__pad); CPointer<Integer> p_pad = p.cast(new Class[]{Integer.class});
public NodeImageMultiFile(long __address, Block __block, BlockTable __blockTable)
protected NodeImageMultiFile(NodeImageMultiFile that)
public CArrayFacade<java.lang.Byte> getBase_path() throws java.io.IOException
1024 = FILE_MAX
java.io.IOException
__DNA__FIELD__base_path
public void setBase_path(CArrayFacade<java.lang.Byte> base_path) throws java.io.IOException
1024 = FILE_MAX
java.io.IOException
__DNA__FIELD__base_path
public ImageFormatData getFormat() throws java.io.IOException
java.io.IOException
__DNA__FIELD__format
public void setFormat(ImageFormatData format) throws java.io.IOException
java.io.IOException
__DNA__FIELD__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
XXX old frame rand values from NodeImageFile
for forward compatibility
java.io.IOException
__DNA__FIELD__efra
public void setEfra(int efra) throws java.io.IOException
XXX old frame rand values from NodeImageFile
for forward compatibility
java.io.IOException
__DNA__FIELD__efra
public int getActive_input() throws java.io.IOException
selected input in details view list
java.io.IOException
__DNA__FIELD__active_input
public void setActive_input(int active_input) throws java.io.IOException
selected input in details view list
java.io.IOException
__DNA__FIELD__active_input
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<NodeImageMultiFile> __io__addressof()