public class GPUDOFSettings extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__focal_length
Field descriptor (offset) for struct member 'focal_length'.
|
static long[] |
__DNA__FIELD__focus_distance
Field descriptor (offset) for struct member 'focus_distance'.
|
static long[] |
__DNA__FIELD__fstop
Field descriptor (offset) for struct member 'fstop'.
|
static long[] |
__DNA__FIELD__high_quality
Field descriptor (offset) for struct member 'high_quality'.
|
static long[] |
__DNA__FIELD__num_blades
Field descriptor (offset) for struct member 'num_blades'.
|
static long[] |
__DNA__FIELD__sensor
Field descriptor (offset) for struct member 'sensor'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct GPUDOFSettings.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
GPUDOFSettings(GPUDOFSettings that) |
|
GPUDOFSettings(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<GPUDOFSettings> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getFocal_length()
Get method for struct member 'focal_length'.
|
float |
getFocus_distance()
Get method for struct member 'focus_distance'.
|
float |
getFstop()
Get method for struct member 'fstop'.
|
int |
getHigh_quality()
Get method for struct member 'high_quality'.
|
int |
getNum_blades()
Get method for struct member 'num_blades'.
|
float |
getSensor()
Get method for struct member 'sensor'.
|
void |
setFocal_length(float focal_length)
Set method for struct member 'focal_length'.
|
void |
setFocus_distance(float focus_distance)
Set method for struct member 'focus_distance'.
|
void |
setFstop(float fstop)
Set method for struct member 'fstop'.
|
void |
setHigh_quality(int high_quality)
Set method for struct member 'high_quality'.
|
void |
setNum_blades(int num_blades)
Set method for struct member 'num_blades'.
|
void |
setSensor(float sensor)
Set method for struct member 'sensor'.
|
__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 GPUDOFSettings.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__focus_distance
This is how you get a reference on the corresponding field in the struct:
GPUDOFSettings gpudofsettings = ...; CPointer<Object> p = gpudofsettings.__dna__addressof(GPUDOFSettings.__DNA__FIELD__focus_distance); CPointer<Float> p_focus_distance = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__fstop
This is how you get a reference on the corresponding field in the struct:
GPUDOFSettings gpudofsettings = ...; CPointer<Object> p = gpudofsettings.__dna__addressof(GPUDOFSettings.__DNA__FIELD__fstop); CPointer<Float> p_fstop = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__focal_length
This is how you get a reference on the corresponding field in the struct:
GPUDOFSettings gpudofsettings = ...; CPointer<Object> p = gpudofsettings.__dna__addressof(GPUDOFSettings.__DNA__FIELD__focal_length); CPointer<Float> p_focal_length = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__sensor
This is how you get a reference on the corresponding field in the struct:
GPUDOFSettings gpudofsettings = ...; CPointer<Object> p = gpudofsettings.__dna__addressof(GPUDOFSettings.__DNA__FIELD__sensor); CPointer<Float> p_sensor = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__num_blades
This is how you get a reference on the corresponding field in the struct:
GPUDOFSettings gpudofsettings = ...; CPointer<Object> p = gpudofsettings.__dna__addressof(GPUDOFSettings.__DNA__FIELD__num_blades); CPointer<Integer> p_num_blades = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__high_quality
This is how you get a reference on the corresponding field in the struct:
GPUDOFSettings gpudofsettings = ...; CPointer<Object> p = gpudofsettings.__dna__addressof(GPUDOFSettings.__DNA__FIELD__high_quality); CPointer<Integer> p_high_quality = p.cast(new Class[]{Integer.class});
public GPUDOFSettings(long __address, Block __block, BlockTable __blockTable)
protected GPUDOFSettings(GPUDOFSettings that)
public float getFocus_distance() throws java.io.IOException
java.io.IOException
__DNA__FIELD__focus_distance
public void setFocus_distance(float focus_distance) throws java.io.IOException
java.io.IOException
__DNA__FIELD__focus_distance
public float getFstop() throws java.io.IOException
java.io.IOException
__DNA__FIELD__fstop
public void setFstop(float fstop) throws java.io.IOException
java.io.IOException
__DNA__FIELD__fstop
public float getFocal_length() throws java.io.IOException
java.io.IOException
__DNA__FIELD__focal_length
public void setFocal_length(float focal_length) throws java.io.IOException
java.io.IOException
__DNA__FIELD__focal_length
public float getSensor() throws java.io.IOException
java.io.IOException
__DNA__FIELD__sensor
public void setSensor(float sensor) throws java.io.IOException
java.io.IOException
__DNA__FIELD__sensor
public int getNum_blades() throws java.io.IOException
java.io.IOException
__DNA__FIELD__num_blades
public void setNum_blades(int num_blades) throws java.io.IOException
java.io.IOException
__DNA__FIELD__num_blades
public int getHigh_quality() throws java.io.IOException
java.io.IOException
__DNA__FIELD__high_quality
public void setHigh_quality(int high_quality) throws java.io.IOException
java.io.IOException
__DNA__FIELD__high_quality
public CPointer<GPUDOFSettings> __io__addressof()