public class CameraStereoSettings extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__convergence_distance
Field descriptor (offset) for struct member 'convergence_distance'.
|
static long[] |
__DNA__FIELD__convergence_mode
Field descriptor (offset) for struct member 'convergence_mode'.
|
static long[] |
__DNA__FIELD__interocular_distance
Field descriptor (offset) for struct member 'interocular_distance'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__pad2
Field descriptor (offset) for struct member 'pad2'.
|
static long[] |
__DNA__FIELD__pivot
Field descriptor (offset) for struct member 'pivot'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct CameraStereoSettings.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
CameraStereoSettings(CameraStereoSettings that) |
|
CameraStereoSettings(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<CameraStereoSettings> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getConvergence_distance()
Get method for struct member 'convergence_distance'.
|
short |
getConvergence_mode()
Get method for struct member 'convergence_mode'.
|
float |
getInterocular_distance()
Get method for struct member 'interocular_distance'.
|
short |
getPad()
Get method for struct member 'pad'.
|
short |
getPad2()
Get method for struct member 'pad2'.
|
short |
getPivot()
Get method for struct member 'pivot'.
|
void |
setConvergence_distance(float convergence_distance)
Set method for struct member 'convergence_distance'.
|
void |
setConvergence_mode(short convergence_mode)
Set method for struct member 'convergence_mode'.
|
void |
setInterocular_distance(float interocular_distance)
Set method for struct member 'interocular_distance'.
|
void |
setPad(short pad)
Set method for struct member 'pad'.
|
void |
setPad2(short pad2)
Set method for struct member 'pad2'.
|
void |
setPivot(short pivot)
Set method for struct member 'pivot'.
|
__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 CameraStereoSettings.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__interocular_distance
This is how you get a reference on the corresponding field in the struct:
CameraStereoSettings camerastereosettings = ...; CPointer<Object> p = camerastereosettings.__dna__addressof(CameraStereoSettings.__DNA__FIELD__interocular_distance); CPointer<Float> p_interocular_distance = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__convergence_distance
This is how you get a reference on the corresponding field in the struct:
CameraStereoSettings camerastereosettings = ...; CPointer<Object> p = camerastereosettings.__dna__addressof(CameraStereoSettings.__DNA__FIELD__convergence_distance); CPointer<Float> p_convergence_distance = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__convergence_mode
This is how you get a reference on the corresponding field in the struct:
CameraStereoSettings camerastereosettings = ...; CPointer<Object> p = camerastereosettings.__dna__addressof(CameraStereoSettings.__DNA__FIELD__convergence_mode); CPointer<Short> p_convergence_mode = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pivot
This is how you get a reference on the corresponding field in the struct:
CameraStereoSettings camerastereosettings = ...; CPointer<Object> p = camerastereosettings.__dna__addressof(CameraStereoSettings.__DNA__FIELD__pivot); CPointer<Short> p_pivot = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad
This is how you get a reference on the corresponding field in the struct:
CameraStereoSettings camerastereosettings = ...; CPointer<Object> p = camerastereosettings.__dna__addressof(CameraStereoSettings.__DNA__FIELD__pad); CPointer<Short> p_pad = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__pad2
This is how you get a reference on the corresponding field in the struct:
CameraStereoSettings camerastereosettings = ...; CPointer<Object> p = camerastereosettings.__dna__addressof(CameraStereoSettings.__DNA__FIELD__pad2); CPointer<Short> p_pad2 = p.cast(new Class[]{Short.class});
public CameraStereoSettings(long __address, Block __block, BlockTable __blockTable)
protected CameraStereoSettings(CameraStereoSettings that)
public float getInterocular_distance() throws java.io.IOException
java.io.IOException
__DNA__FIELD__interocular_distance
public void setInterocular_distance(float interocular_distance) throws java.io.IOException
java.io.IOException
__DNA__FIELD__interocular_distance
public float getConvergence_distance() throws java.io.IOException
java.io.IOException
__DNA__FIELD__convergence_distance
public void setConvergence_distance(float convergence_distance) throws java.io.IOException
java.io.IOException
__DNA__FIELD__convergence_distance
public short getConvergence_mode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__convergence_mode
public void setConvergence_mode(short convergence_mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__convergence_mode
public short getPivot() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pivot
public void setPivot(short pivot) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pivot
public short getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(short pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public short getPad2() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public void setPad2(short pad2) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad2
public CPointer<CameraStereoSettings> __io__addressof()