public class Stereo3dFormat extends CFacade
Modifier and Type | Field and Description |
---|---|
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 long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct Stereo3dFormat.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
Stereo3dFormat(long __address,
Block __block,
BlockTable __blockTable) |
protected |
Stereo3dFormat(Stereo3dFormat that) |
Modifier and Type | Method and Description |
---|---|
CPointer<Stereo3dFormat> |
__io__addressof()
Instantiates a pointer on this instance.
|
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'.
|
CArrayFacade<java.lang.Byte> |
getPad()
Get 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'.
|
void |
setPad(CArrayFacade<java.lang.Byte> pad)
Set method for struct member 'pad'.
|
__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 Stereo3dFormat.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__flag
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});
public static final long[] __DNA__FIELD__display_mode
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});
public static final long[] __DNA__FIELD__anaglyph_type
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});
public static final long[] __DNA__FIELD__interlace_type
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});
public static final long[] __DNA__FIELD__pad
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});
public Stereo3dFormat(long __address, Block __block, BlockTable __blockTable)
protected Stereo3dFormat(Stereo3dFormat that)
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
public byte getDisplay_mode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__display_mode
public void setDisplay_mode(byte display_mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__display_mode
public byte getAnaglyph_type() throws java.io.IOException
java.io.IOException
__DNA__FIELD__anaglyph_type
public void setAnaglyph_type(byte anaglyph_type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__anaglyph_type
public byte getInterlace_type() throws java.io.IOException
java.io.IOException
__DNA__FIELD__interlace_type
public void setInterlace_type(byte interlace_type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__interlace_type
public CArrayFacade<java.lang.Byte> getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(CArrayFacade<java.lang.Byte> pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public CPointer<Stereo3dFormat> __io__addressof()