public class NodeKeyingData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__blur_post
Field descriptor (offset) for struct member 'blur_post'.
|
static long[] |
__DNA__FIELD__blur_pre
Field descriptor (offset) for struct member 'blur_pre'.
|
static long[] |
__DNA__FIELD__clip_black
Field descriptor (offset) for struct member 'clip_black'.
|
static long[] |
__DNA__FIELD__clip_white
Field descriptor (offset) for struct member 'clip_white'.
|
static long[] |
__DNA__FIELD__despill_balance
Field descriptor (offset) for struct member 'despill_balance'.
|
static long[] |
__DNA__FIELD__despill_factor
Field descriptor (offset) for struct member 'despill_factor'.
|
static long[] |
__DNA__FIELD__dilate_distance
Field descriptor (offset) for struct member 'dilate_distance'.
|
static long[] |
__DNA__FIELD__edge_kernel_radius
Field descriptor (offset) for struct member 'edge_kernel_radius'.
|
static long[] |
__DNA__FIELD__edge_kernel_tolerance
Field descriptor (offset) for struct member 'edge_kernel_tolerance'.
|
static long[] |
__DNA__FIELD__feather_distance
Field descriptor (offset) for struct member 'feather_distance'.
|
static long[] |
__DNA__FIELD__feather_falloff
Field descriptor (offset) for struct member 'feather_falloff'.
|
static long[] |
__DNA__FIELD__screen_balance
Field descriptor (offset) for struct member 'screen_balance'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct NodeKeyingData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
NodeKeyingData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
NodeKeyingData(NodeKeyingData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<NodeKeyingData> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getBlur_post()
Get method for struct member 'blur_post'.
|
int |
getBlur_pre()
Get method for struct member 'blur_pre'.
|
float |
getClip_black()
Get method for struct member 'clip_black'.
|
float |
getClip_white()
Get method for struct member 'clip_white'.
|
float |
getDespill_balance()
Get method for struct member 'despill_balance'.
|
float |
getDespill_factor()
Get method for struct member 'despill_factor'.
|
int |
getDilate_distance()
Get method for struct member 'dilate_distance'.
|
int |
getEdge_kernel_radius()
Get method for struct member 'edge_kernel_radius'.
|
float |
getEdge_kernel_tolerance()
Get method for struct member 'edge_kernel_tolerance'.
|
int |
getFeather_distance()
Get method for struct member 'feather_distance'.
|
int |
getFeather_falloff()
Get method for struct member 'feather_falloff'.
|
float |
getScreen_balance()
Get method for struct member 'screen_balance'.
|
void |
setBlur_post(int blur_post)
Set method for struct member 'blur_post'.
|
void |
setBlur_pre(int blur_pre)
Set method for struct member 'blur_pre'.
|
void |
setClip_black(float clip_black)
Set method for struct member 'clip_black'.
|
void |
setClip_white(float clip_white)
Set method for struct member 'clip_white'.
|
void |
setDespill_balance(float despill_balance)
Set method for struct member 'despill_balance'.
|
void |
setDespill_factor(float despill_factor)
Set method for struct member 'despill_factor'.
|
void |
setDilate_distance(int dilate_distance)
Set method for struct member 'dilate_distance'.
|
void |
setEdge_kernel_radius(int edge_kernel_radius)
Set method for struct member 'edge_kernel_radius'.
|
void |
setEdge_kernel_tolerance(float edge_kernel_tolerance)
Set method for struct member 'edge_kernel_tolerance'.
|
void |
setFeather_distance(int feather_distance)
Set method for struct member 'feather_distance'.
|
void |
setFeather_falloff(int feather_falloff)
Set method for struct member 'feather_falloff'.
|
void |
setScreen_balance(float screen_balance)
Set method for struct member 'screen_balance'.
|
__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 NodeKeyingData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__screen_balance
This is how you get a reference on the corresponding field in the struct:
NodeKeyingData nodekeyingdata = ...; CPointer<Object> p = nodekeyingdata.__dna__addressof(NodeKeyingData.__DNA__FIELD__screen_balance); CPointer<Float> p_screen_balance = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__despill_factor
This is how you get a reference on the corresponding field in the struct:
NodeKeyingData nodekeyingdata = ...; CPointer<Object> p = nodekeyingdata.__dna__addressof(NodeKeyingData.__DNA__FIELD__despill_factor); CPointer<Float> p_despill_factor = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__despill_balance
This is how you get a reference on the corresponding field in the struct:
NodeKeyingData nodekeyingdata = ...; CPointer<Object> p = nodekeyingdata.__dna__addressof(NodeKeyingData.__DNA__FIELD__despill_balance); CPointer<Float> p_despill_balance = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__edge_kernel_radius
This is how you get a reference on the corresponding field in the struct:
NodeKeyingData nodekeyingdata = ...; CPointer<Object> p = nodekeyingdata.__dna__addressof(NodeKeyingData.__DNA__FIELD__edge_kernel_radius); CPointer<Integer> p_edge_kernel_radius = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__edge_kernel_tolerance
This is how you get a reference on the corresponding field in the struct:
NodeKeyingData nodekeyingdata = ...; CPointer<Object> p = nodekeyingdata.__dna__addressof(NodeKeyingData.__DNA__FIELD__edge_kernel_tolerance); CPointer<Float> p_edge_kernel_tolerance = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__clip_black
This is how you get a reference on the corresponding field in the struct:
NodeKeyingData nodekeyingdata = ...; CPointer<Object> p = nodekeyingdata.__dna__addressof(NodeKeyingData.__DNA__FIELD__clip_black); CPointer<Float> p_clip_black = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__clip_white
This is how you get a reference on the corresponding field in the struct:
NodeKeyingData nodekeyingdata = ...; CPointer<Object> p = nodekeyingdata.__dna__addressof(NodeKeyingData.__DNA__FIELD__clip_white); CPointer<Float> p_clip_white = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__dilate_distance
This is how you get a reference on the corresponding field in the struct:
NodeKeyingData nodekeyingdata = ...; CPointer<Object> p = nodekeyingdata.__dna__addressof(NodeKeyingData.__DNA__FIELD__dilate_distance); CPointer<Integer> p_dilate_distance = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__feather_distance
This is how you get a reference on the corresponding field in the struct:
NodeKeyingData nodekeyingdata = ...; CPointer<Object> p = nodekeyingdata.__dna__addressof(NodeKeyingData.__DNA__FIELD__feather_distance); CPointer<Integer> p_feather_distance = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__feather_falloff
This is how you get a reference on the corresponding field in the struct:
NodeKeyingData nodekeyingdata = ...; CPointer<Object> p = nodekeyingdata.__dna__addressof(NodeKeyingData.__DNA__FIELD__feather_falloff); CPointer<Integer> p_feather_falloff = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__blur_pre
This is how you get a reference on the corresponding field in the struct:
NodeKeyingData nodekeyingdata = ...; CPointer<Object> p = nodekeyingdata.__dna__addressof(NodeKeyingData.__DNA__FIELD__blur_pre); CPointer<Integer> p_blur_pre = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__blur_post
This is how you get a reference on the corresponding field in the struct:
NodeKeyingData nodekeyingdata = ...; CPointer<Object> p = nodekeyingdata.__dna__addressof(NodeKeyingData.__DNA__FIELD__blur_post); CPointer<Integer> p_blur_post = p.cast(new Class[]{Integer.class});
public NodeKeyingData(long __address, Block __block, BlockTable __blockTable)
protected NodeKeyingData(NodeKeyingData that)
public float getScreen_balance() throws java.io.IOException
java.io.IOException
__DNA__FIELD__screen_balance
public void setScreen_balance(float screen_balance) throws java.io.IOException
java.io.IOException
__DNA__FIELD__screen_balance
public float getDespill_factor() throws java.io.IOException
java.io.IOException
__DNA__FIELD__despill_factor
public void setDespill_factor(float despill_factor) throws java.io.IOException
java.io.IOException
__DNA__FIELD__despill_factor
public float getDespill_balance() throws java.io.IOException
java.io.IOException
__DNA__FIELD__despill_balance
public void setDespill_balance(float despill_balance) throws java.io.IOException
java.io.IOException
__DNA__FIELD__despill_balance
public int getEdge_kernel_radius() throws java.io.IOException
java.io.IOException
__DNA__FIELD__edge_kernel_radius
public void setEdge_kernel_radius(int edge_kernel_radius) throws java.io.IOException
java.io.IOException
__DNA__FIELD__edge_kernel_radius
public float getEdge_kernel_tolerance() throws java.io.IOException
java.io.IOException
__DNA__FIELD__edge_kernel_tolerance
public void setEdge_kernel_tolerance(float edge_kernel_tolerance) throws java.io.IOException
java.io.IOException
__DNA__FIELD__edge_kernel_tolerance
public float getClip_black() throws java.io.IOException
java.io.IOException
__DNA__FIELD__clip_black
public void setClip_black(float clip_black) throws java.io.IOException
java.io.IOException
__DNA__FIELD__clip_black
public float getClip_white() throws java.io.IOException
java.io.IOException
__DNA__FIELD__clip_white
public void setClip_white(float clip_white) throws java.io.IOException
java.io.IOException
__DNA__FIELD__clip_white
public int getDilate_distance() throws java.io.IOException
java.io.IOException
__DNA__FIELD__dilate_distance
public void setDilate_distance(int dilate_distance) throws java.io.IOException
java.io.IOException
__DNA__FIELD__dilate_distance
public int getFeather_distance() throws java.io.IOException
java.io.IOException
__DNA__FIELD__feather_distance
public void setFeather_distance(int feather_distance) throws java.io.IOException
java.io.IOException
__DNA__FIELD__feather_distance
public int getFeather_falloff() throws java.io.IOException
java.io.IOException
__DNA__FIELD__feather_falloff
public void setFeather_falloff(int feather_falloff) throws java.io.IOException
java.io.IOException
__DNA__FIELD__feather_falloff
public int getBlur_pre() throws java.io.IOException
java.io.IOException
__DNA__FIELD__blur_pre
public void setBlur_pre(int blur_pre) throws java.io.IOException
java.io.IOException
__DNA__FIELD__blur_pre
public int getBlur_post() throws java.io.IOException
java.io.IOException
__DNA__FIELD__blur_post
public void setBlur_post(int blur_post) throws java.io.IOException
java.io.IOException
__DNA__FIELD__blur_post
public CPointer<NodeKeyingData> __io__addressof()