Package org.blender.dna
Class Stereo3dFormat
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.Stereo3dFormat
-
public class Stereo3dFormat extends CFacade
Generated facet for DNA struct type 'Stereo3dFormat'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.static long[]
__DNA__FIELD__anaglyph_type
Field descriptor (offset) for struct member 'anaglyph_type'.static long[]
__DNA__FIELD__display_mode
Field descriptor (offset) for struct member 'display_mode'.static long[]
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.static long[]
__DNA__FIELD__interlace_type
Field descriptor (offset) for struct member 'interlace_type'.static int
__DNA__SDNA_INDEX
This is the sdna index of the struct Stereo3dFormat.-
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 Stereo3dFormat(long __address, Block __block, BlockTable __blockTable)
protected
Stereo3dFormat(Stereo3dFormat that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<Stereo3dFormat>
__io__addressof()
Instantiates a pointer on this instance.CArrayFacade<java.lang.Byte>
get_pad()
Get method for struct member '_pad'.byte
getAnaglyph_type()
Get method for struct member 'anaglyph_type'.byte
getDisplay_mode()
Get method for struct member 'display_mode'.short
getFlag()
Get method for struct member 'flag'.byte
getInterlace_type()
Get method for struct member 'interlace_type'.void
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.void
setAnaglyph_type(byte anaglyph_type)
Set method for struct member 'anaglyph_type'.void
setDisplay_mode(byte display_mode)
Set method for struct member 'display_mode'.void
setFlag(short flag)
Set method for struct member 'flag'.void
setInterlace_type(byte interlace_type)
Set method for struct member 'interlace_type'.-
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 Stereo3dFormat.It is required when allocating a new block to store data for Stereo3dFormat.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__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:
Stereo3dFormat stereo3dformat = ...; CPointer<Object> p = stereo3dformat.__dna__addressof(Stereo3dFormat.__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__display_mode
public static final long[] __DNA__FIELD__display_mode
Field descriptor (offset) for struct member 'display_mode'.Field Documentation
Blender Source Code
Encoding mode.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
Stereo3dFormat stereo3dformat = ...; CPointer<Object> p = stereo3dformat.__dna__addressof(Stereo3dFormat.__DNA__FIELD__display_mode); CPointer<Byte> p_display_mode = p.cast(new Class[]{Byte.class});
Metadata
- Field: 'display_mode'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
-
__DNA__FIELD__anaglyph_type
public static final long[] __DNA__FIELD__anaglyph_type
Field descriptor (offset) for struct member 'anaglyph_type'.Field Documentation
Blender Source Code
Anaglyph scheme for the user display.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
Stereo3dFormat stereo3dformat = ...; CPointer<Object> p = stereo3dformat.__dna__addressof(Stereo3dFormat.__DNA__FIELD__anaglyph_type); CPointer<Byte> p_anaglyph_type = p.cast(new Class[]{Byte.class});
Metadata
- Field: 'anaglyph_type'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
-
__DNA__FIELD__interlace_type
public static final long[] __DNA__FIELD__interlace_type
Field descriptor (offset) for struct member 'interlace_type'.Field Documentation
Blender Source Code
Interlace type for the user display.
Pointer Arithmetics
This is how you get a reference on the corresponding field in the struct:
Stereo3dFormat stereo3dformat = ...; CPointer<Object> p = stereo3dformat.__dna__addressof(Stereo3dFormat.__DNA__FIELD__interlace_type); CPointer<Byte> p_interlace_type = p.cast(new Class[]{Byte.class});
Metadata
- Field: 'interlace_type'
- Signature: 'char'
- Actual Size (32bit/64bit): 1/1
-
__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:
Stereo3dFormat stereo3dformat = ...; CPointer<Object> p = stereo3dformat.__dna__addressof(Stereo3dFormat.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: '_pad'
- Signature: 'char[3]'
- Actual Size (32bit/64bit): 3/3
-
-
Constructor Detail
-
Stereo3dFormat
public Stereo3dFormat(long __address, Block __block, BlockTable __blockTable)
-
Stereo3dFormat
protected Stereo3dFormat(Stereo3dFormat that)
-
-
Method Detail
-
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
-
getDisplay_mode
public byte getDisplay_mode() throws java.io.IOException
Get method for struct member 'display_mode'.Field Documentation
Blender Source Code
Encoding mode.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__display_mode
-
setDisplay_mode
public void setDisplay_mode(byte display_mode) throws java.io.IOException
Set method for struct member 'display_mode'.Field Documentation
Blender Source Code
Encoding mode.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__display_mode
-
getAnaglyph_type
public byte getAnaglyph_type() throws java.io.IOException
Get method for struct member 'anaglyph_type'.Field Documentation
Blender Source Code
Anaglyph scheme for the user display.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__anaglyph_type
-
setAnaglyph_type
public void setAnaglyph_type(byte anaglyph_type) throws java.io.IOException
Set method for struct member 'anaglyph_type'.Field Documentation
Blender Source Code
Anaglyph scheme for the user display.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__anaglyph_type
-
getInterlace_type
public byte getInterlace_type() throws java.io.IOException
Get method for struct member 'interlace_type'.Field Documentation
Blender Source Code
Interlace type for the user display.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__interlace_type
-
setInterlace_type
public void setInterlace_type(byte interlace_type) throws java.io.IOException
Set method for struct member 'interlace_type'.Field Documentation
Blender Source Code
Interlace type for the user display.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__interlace_type
-
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<Stereo3dFormat> __io__addressof()
Instantiates a pointer on this instance.
-
-