public class StripCrop extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__bottom
Field descriptor (offset) for struct member 'bottom'.
|
static long[] |
__DNA__FIELD__left
Field descriptor (offset) for struct member 'left'.
|
static long[] |
__DNA__FIELD__right
Field descriptor (offset) for struct member 'right'.
|
static long[] |
__DNA__FIELD__top
Field descriptor (offset) for struct member 'top'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct StripCrop.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
StripCrop(long __address,
Block __block,
BlockTable __blockTable) |
protected |
StripCrop(StripCrop that) |
Modifier and Type | Method and Description |
---|---|
CPointer<StripCrop> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getBottom()
Get method for struct member 'bottom'.
|
int |
getLeft()
Get method for struct member 'left'.
|
int |
getRight()
Get method for struct member 'right'.
|
int |
getTop()
Get method for struct member 'top'.
|
void |
setBottom(int bottom)
Set method for struct member 'bottom'.
|
void |
setLeft(int left)
Set method for struct member 'left'.
|
void |
setRight(int right)
Set method for struct member 'right'.
|
void |
setTop(int top)
Set method for struct member 'top'.
|
__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 StripCrop.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__top
This is how you get a reference on the corresponding field in the struct:
StripCrop stripcrop = ...; CPointer<Object> p = stripcrop.__dna__addressof(StripCrop.__DNA__FIELD__top); CPointer<Integer> p_top = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__bottom
This is how you get a reference on the corresponding field in the struct:
StripCrop stripcrop = ...; CPointer<Object> p = stripcrop.__dna__addressof(StripCrop.__DNA__FIELD__bottom); CPointer<Integer> p_bottom = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__left
This is how you get a reference on the corresponding field in the struct:
StripCrop stripcrop = ...; CPointer<Object> p = stripcrop.__dna__addressof(StripCrop.__DNA__FIELD__left); CPointer<Integer> p_left = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__right
This is how you get a reference on the corresponding field in the struct:
StripCrop stripcrop = ...; CPointer<Object> p = stripcrop.__dna__addressof(StripCrop.__DNA__FIELD__right); CPointer<Integer> p_right = p.cast(new Class[]{Integer.class});
public StripCrop(long __address, Block __block, BlockTable __blockTable)
protected StripCrop(StripCrop that)
public int getTop() throws java.io.IOException
java.io.IOException
__DNA__FIELD__top
public void setTop(int top) throws java.io.IOException
java.io.IOException
__DNA__FIELD__top
public int getBottom() throws java.io.IOException
java.io.IOException
__DNA__FIELD__bottom
public void setBottom(int bottom) throws java.io.IOException
java.io.IOException
__DNA__FIELD__bottom
public int getLeft() throws java.io.IOException
java.io.IOException
__DNA__FIELD__left
public void setLeft(int left) throws java.io.IOException
java.io.IOException
__DNA__FIELD__left
public int getRight() throws java.io.IOException
java.io.IOException
__DNA__FIELD__right
public void setRight(int right) throws java.io.IOException
java.io.IOException
__DNA__FIELD__right