Class NodeImageMultiFile
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.NodeImageMultiFile
-
public class NodeImageMultiFile extends CFacade
Generated facet for DNA struct type 'NodeImageMultiFile'.Class Documentation
Blender Source Code
XXX first struct fields should match
NodeImageFile
to ensure forward compatibility
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.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.Deprecatedstatic long[]
__DNA__FIELD__format
Field descriptor (offset) for struct member 'format'.static long[]
__DNA__FIELD__sfra
Deprecated.Deprecatedstatic int
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeImageMultiFile.-
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 NodeImageMultiFile(long __address, Block __block, BlockTable __blockTable)
protected
NodeImageMultiFile(NodeImageMultiFile that)
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description CPointer<NodeImageMultiFile>
__io__addressof()
Instantiates a pointer on this instance.CArrayFacade<java.lang.Byte>
get_pad()
Get method for struct member '_pad'.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.DeprecatedImageFormatData
getFormat()
Get method for struct member 'format'.int
getSfra()
Deprecated.Deprecatedvoid
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.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.Deprecatedvoid
setFormat(ImageFormatData format)
Set method for struct member 'format'.void
setSfra(int sfra)
Deprecated.Deprecated-
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 NodeImageMultiFile.It is required when allocating a new block to store data for NodeImageMultiFile.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__base_path
public static final long[] __DNA__FIELD__base_path
Field descriptor (offset) for struct member 'base_path'.Field Documentation
Blender Source Code
1024 = FILE_MAX.
Pointer Arithmetics
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});
Metadata
- Field: 'base_path'
- Signature: 'char[1024]'
- Actual Size (32bit/64bit): 1024/1024
-
__DNA__FIELD__format
public static final long[] __DNA__FIELD__format
Field descriptor (offset) for struct member 'format'.Pointer Arithmetics
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});
Metadata
- Field: 'format'
- Signature: 'ImageFormatData'
- Actual Size (32bit/64bit): 248/256
-
__DNA__FIELD__sfra
public static final long[] __DNA__FIELD__sfra
Deprecated.DeprecatedPointer Arithmetics
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});
Metadata
- Field: 'sfra'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
Field descriptor (offset) for struct member 'sfra'.Field Documentation
Blender Source Code
XXX old frame rand values from
NodeImageFile
for forward compatibility.
-
__DNA__FIELD__efra
public static final long[] __DNA__FIELD__efra
Deprecated.DeprecatedPointer Arithmetics
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});
Metadata
- Field: 'efra'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
Field descriptor (offset) for struct member 'efra'.Field Documentation
Blender Source Code
-
__DNA__FIELD__active_input
public static final long[] __DNA__FIELD__active_input
Field descriptor (offset) for struct member 'active_input'.Field Documentation
Blender Source Code
Selected input in details view list.
Pointer Arithmetics
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});
Metadata
- Field: 'active_input'
- Signature: 'int'
- Actual Size (32bit/64bit): 4/4
-
__DNA__FIELD___pad
public static final long[] __DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.Pointer Arithmetics
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<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: '_pad'
- Signature: 'char[4]'
- Actual Size (32bit/64bit): 4/4
-
-
Constructor Detail
-
NodeImageMultiFile
public NodeImageMultiFile(long __address, Block __block, BlockTable __blockTable)
-
NodeImageMultiFile
protected NodeImageMultiFile(NodeImageMultiFile that)
-
-
Method Detail
-
getBase_path
public CArrayFacade<java.lang.Byte> getBase_path() throws java.io.IOException
Get method for struct member 'base_path'.Field Documentation
Blender Source Code
1024 = FILE_MAX.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__base_path
-
setBase_path
public void setBase_path(CArrayFacade<java.lang.Byte> base_path) throws java.io.IOException
Set method for struct member 'base_path'.Field Documentation
Blender Source Code
1024 = FILE_MAX.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__base_path
-
getFormat
public ImageFormatData getFormat() throws java.io.IOException
Get method for struct member 'format'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__format
-
setFormat
public void setFormat(ImageFormatData format) throws java.io.IOException
Set method for struct member 'format'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__format
-
getSfra
public int getSfra() throws java.io.IOException
Deprecated.DeprecatedGet method for struct member 'sfra'.Field Documentation
Blender Source Code
XXX old frame rand values from
NodeImageFile
for forward compatibility.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__sfra
-
setSfra
public void setSfra(int sfra) throws java.io.IOException
Deprecated.DeprecatedSet method for struct member 'sfra'.Field Documentation
Blender Source Code
XXX old frame rand values from
NodeImageFile
for forward compatibility.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__sfra
-
getEfra
public int getEfra() throws java.io.IOException
Deprecated.DeprecatedGet method for struct member 'efra'.Field Documentation
Blender Source Code
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__efra
-
setEfra
public void setEfra(int efra) throws java.io.IOException
Deprecated.DeprecatedSet method for struct member 'efra'.Field Documentation
Blender Source Code
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__efra
-
getActive_input
public int getActive_input() throws java.io.IOException
Get method for struct member 'active_input'.Field Documentation
Blender Source Code
Selected input in details view list.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__active_input
-
setActive_input
public void setActive_input(int active_input) throws java.io.IOException
Set method for struct member 'active_input'.Field Documentation
Blender Source Code
Selected input in details view list.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__active_input
-
get_pad
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
Get method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
set_pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
Set method for struct member '_pad'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad
-
__io__addressof
public CPointer<NodeImageMultiFile> __io__addressof()
Instantiates a pointer on this instance.
-
-