public class CurvePaintSettings extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__corner_angle
Field descriptor (offset) for struct member 'corner_angle'.
|
static long[] |
__DNA__FIELD__curve_type
Field descriptor (offset) for struct member 'curve_type'.
|
static long[] |
__DNA__FIELD__depth_mode
Field descriptor (offset) for struct member 'depth_mode'.
|
static long[] |
__DNA__FIELD__error_threshold
Field descriptor (offset) for struct member 'error_threshold'.
|
static long[] |
__DNA__FIELD__fit_method
Field descriptor (offset) for struct member 'fit_method'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__pad
Field descriptor (offset) for struct member 'pad'.
|
static long[] |
__DNA__FIELD__radius_max
Field descriptor (offset) for struct member 'radius_max'.
|
static long[] |
__DNA__FIELD__radius_min
Field descriptor (offset) for struct member 'radius_min'.
|
static long[] |
__DNA__FIELD__radius_taper_end
Field descriptor (offset) for struct member 'radius_taper_end'.
|
static long[] |
__DNA__FIELD__radius_taper_start
Field descriptor (offset) for struct member 'radius_taper_start'.
|
static long[] |
__DNA__FIELD__surface_offset
Field descriptor (offset) for struct member 'surface_offset'.
|
static long[] |
__DNA__FIELD__surface_plane
Field descriptor (offset) for struct member 'surface_plane'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct CurvePaintSettings.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
CurvePaintSettings(CurvePaintSettings that) |
|
CurvePaintSettings(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<CurvePaintSettings> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getCorner_angle()
Get method for struct member 'corner_angle'.
|
byte |
getCurve_type()
Get method for struct member 'curve_type'.
|
byte |
getDepth_mode()
Get method for struct member 'depth_mode'.
|
short |
getError_threshold()
Get method for struct member 'error_threshold'.
|
byte |
getFit_method()
Get method for struct member 'fit_method'.
|
byte |
getFlag()
Get method for struct member 'flag'.
|
byte |
getPad()
Get method for struct member 'pad'.
|
float |
getRadius_max()
Get method for struct member 'radius_max'.
|
float |
getRadius_min()
Get method for struct member 'radius_min'.
|
float |
getRadius_taper_end()
Get method for struct member 'radius_taper_end'.
|
float |
getRadius_taper_start()
Get method for struct member 'radius_taper_start'.
|
float |
getSurface_offset()
Get method for struct member 'surface_offset'.
|
byte |
getSurface_plane()
Get method for struct member 'surface_plane'.
|
void |
setCorner_angle(float corner_angle)
Set method for struct member 'corner_angle'.
|
void |
setCurve_type(byte curve_type)
Set method for struct member 'curve_type'.
|
void |
setDepth_mode(byte depth_mode)
Set method for struct member 'depth_mode'.
|
void |
setError_threshold(short error_threshold)
Set method for struct member 'error_threshold'.
|
void |
setFit_method(byte fit_method)
Set method for struct member 'fit_method'.
|
void |
setFlag(byte flag)
Set method for struct member 'flag'.
|
void |
setPad(byte pad)
Set method for struct member 'pad'.
|
void |
setRadius_max(float radius_max)
Set method for struct member 'radius_max'.
|
void |
setRadius_min(float radius_min)
Set method for struct member 'radius_min'.
|
void |
setRadius_taper_end(float radius_taper_end)
Set method for struct member 'radius_taper_end'.
|
void |
setRadius_taper_start(float radius_taper_start)
Set method for struct member 'radius_taper_start'.
|
void |
setSurface_offset(float surface_offset)
Set method for struct member 'surface_offset'.
|
void |
setSurface_plane(byte surface_plane)
Set method for struct member 'surface_plane'.
|
__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 CurvePaintSettings.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__curve_type
This is how you get a reference on the corresponding field in the struct:
CurvePaintSettings curvepaintsettings = ...; CPointer<Object> p = curvepaintsettings.__dna__addressof(CurvePaintSettings.__DNA__FIELD__curve_type); CPointer<Byte> p_curve_type = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
CurvePaintSettings curvepaintsettings = ...; CPointer<Object> p = curvepaintsettings.__dna__addressof(CurvePaintSettings.__DNA__FIELD__flag); CPointer<Byte> p_flag = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__depth_mode
This is how you get a reference on the corresponding field in the struct:
CurvePaintSettings curvepaintsettings = ...; CPointer<Object> p = curvepaintsettings.__dna__addressof(CurvePaintSettings.__DNA__FIELD__depth_mode); CPointer<Byte> p_depth_mode = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__surface_plane
This is how you get a reference on the corresponding field in the struct:
CurvePaintSettings curvepaintsettings = ...; CPointer<Object> p = curvepaintsettings.__dna__addressof(CurvePaintSettings.__DNA__FIELD__surface_plane); CPointer<Byte> p_surface_plane = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__fit_method
This is how you get a reference on the corresponding field in the struct:
CurvePaintSettings curvepaintsettings = ...; CPointer<Object> p = curvepaintsettings.__dna__addressof(CurvePaintSettings.__DNA__FIELD__fit_method); CPointer<Byte> p_fit_method = 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:
CurvePaintSettings curvepaintsettings = ...; CPointer<Object> p = curvepaintsettings.__dna__addressof(CurvePaintSettings.__DNA__FIELD__pad); CPointer<Byte> p_pad = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__error_threshold
This is how you get a reference on the corresponding field in the struct:
CurvePaintSettings curvepaintsettings = ...; CPointer<Object> p = curvepaintsettings.__dna__addressof(CurvePaintSettings.__DNA__FIELD__error_threshold); CPointer<Short> p_error_threshold = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__radius_min
This is how you get a reference on the corresponding field in the struct:
CurvePaintSettings curvepaintsettings = ...; CPointer<Object> p = curvepaintsettings.__dna__addressof(CurvePaintSettings.__DNA__FIELD__radius_min); CPointer<Float> p_radius_min = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__radius_max
This is how you get a reference on the corresponding field in the struct:
CurvePaintSettings curvepaintsettings = ...; CPointer<Object> p = curvepaintsettings.__dna__addressof(CurvePaintSettings.__DNA__FIELD__radius_max); CPointer<Float> p_radius_max = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__radius_taper_start
This is how you get a reference on the corresponding field in the struct:
CurvePaintSettings curvepaintsettings = ...; CPointer<Object> p = curvepaintsettings.__dna__addressof(CurvePaintSettings.__DNA__FIELD__radius_taper_start); CPointer<Float> p_radius_taper_start = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__radius_taper_end
This is how you get a reference on the corresponding field in the struct:
CurvePaintSettings curvepaintsettings = ...; CPointer<Object> p = curvepaintsettings.__dna__addressof(CurvePaintSettings.__DNA__FIELD__radius_taper_end); CPointer<Float> p_radius_taper_end = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__surface_offset
This is how you get a reference on the corresponding field in the struct:
CurvePaintSettings curvepaintsettings = ...; CPointer<Object> p = curvepaintsettings.__dna__addressof(CurvePaintSettings.__DNA__FIELD__surface_offset); CPointer<Float> p_surface_offset = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__corner_angle
This is how you get a reference on the corresponding field in the struct:
CurvePaintSettings curvepaintsettings = ...; CPointer<Object> p = curvepaintsettings.__dna__addressof(CurvePaintSettings.__DNA__FIELD__corner_angle); CPointer<Float> p_corner_angle = p.cast(new Class[]{Float.class});
public CurvePaintSettings(long __address, Block __block, BlockTable __blockTable)
protected CurvePaintSettings(CurvePaintSettings that)
public byte getCurve_type() throws java.io.IOException
java.io.IOException
__DNA__FIELD__curve_type
public void setCurve_type(byte curve_type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__curve_type
public byte getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(byte flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public byte getDepth_mode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__depth_mode
public void setDepth_mode(byte depth_mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__depth_mode
public byte getSurface_plane() throws java.io.IOException
java.io.IOException
__DNA__FIELD__surface_plane
public void setSurface_plane(byte surface_plane) throws java.io.IOException
java.io.IOException
__DNA__FIELD__surface_plane
public byte getFit_method() throws java.io.IOException
java.io.IOException
__DNA__FIELD__fit_method
public void setFit_method(byte fit_method) throws java.io.IOException
java.io.IOException
__DNA__FIELD__fit_method
public byte getPad() throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public void setPad(byte pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD__pad
public short getError_threshold() throws java.io.IOException
java.io.IOException
__DNA__FIELD__error_threshold
public void setError_threshold(short error_threshold) throws java.io.IOException
java.io.IOException
__DNA__FIELD__error_threshold
public float getRadius_min() throws java.io.IOException
java.io.IOException
__DNA__FIELD__radius_min
public void setRadius_min(float radius_min) throws java.io.IOException
java.io.IOException
__DNA__FIELD__radius_min
public float getRadius_max() throws java.io.IOException
java.io.IOException
__DNA__FIELD__radius_max
public void setRadius_max(float radius_max) throws java.io.IOException
java.io.IOException
__DNA__FIELD__radius_max
public float getRadius_taper_start() throws java.io.IOException
java.io.IOException
__DNA__FIELD__radius_taper_start
public void setRadius_taper_start(float radius_taper_start) throws java.io.IOException
java.io.IOException
__DNA__FIELD__radius_taper_start
public float getRadius_taper_end() throws java.io.IOException
java.io.IOException
__DNA__FIELD__radius_taper_end
public void setRadius_taper_end(float radius_taper_end) throws java.io.IOException
java.io.IOException
__DNA__FIELD__radius_taper_end
public float getSurface_offset() throws java.io.IOException
java.io.IOException
__DNA__FIELD__surface_offset
public void setSurface_offset(float surface_offset) throws java.io.IOException
java.io.IOException
__DNA__FIELD__surface_offset
public float getCorner_angle() throws java.io.IOException
java.io.IOException
__DNA__FIELD__corner_angle
public void setCorner_angle(float corner_angle) throws java.io.IOException
java.io.IOException
__DNA__FIELD__corner_angle
public CPointer<CurvePaintSettings> __io__addressof()