public class bMotionPath extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__end_frame
Field descriptor (offset) for struct member 'end_frame'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__length
Field descriptor (offset) for struct member 'length'.
|
static long[] |
__DNA__FIELD__points
Field descriptor (offset) for struct member 'points'.
|
static long[] |
__DNA__FIELD__start_frame
Field descriptor (offset) for struct member 'start_frame'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct bMotionPath.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
bMotionPath(bMotionPath that) |
|
bMotionPath(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<bMotionPath> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getEnd_frame()
Get method for struct member 'end_frame'.
|
int |
getFlag()
Get method for struct member 'flag'.
|
int |
getLength()
Get method for struct member 'length'.
|
CPointer<bMotionPathVert> |
getPoints()
Get method for struct member 'points'.
|
int |
getStart_frame()
Get method for struct member 'start_frame'.
|
void |
setEnd_frame(int end_frame)
Set method for struct member 'end_frame'.
|
void |
setFlag(int flag)
Set method for struct member 'flag'.
|
void |
setLength(int length)
Set method for struct member 'length'.
|
void |
setPoints(CPointer<bMotionPathVert> points)
Set method for struct member 'points'.
|
void |
setStart_frame(int start_frame)
Set method for struct member 'start_frame'.
|
__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 bMotionPath.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__points
This is how you get a reference on the corresponding field in the struct:
bMotionPath bmotionpath = ...; CPointer<Object> p = bmotionpath.__dna__addressof(bMotionPath.__DNA__FIELD__points); CPointer<CPointer<bMotionPathVert>> p_points = p.cast(new Class[]{CPointer.class, bMotionPathVert.class});
public static final long[] __DNA__FIELD__length
This is how you get a reference on the corresponding field in the struct:
bMotionPath bmotionpath = ...; CPointer<Object> p = bmotionpath.__dna__addressof(bMotionPath.__DNA__FIELD__length); CPointer<Integer> p_length = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__start_frame
This is how you get a reference on the corresponding field in the struct:
bMotionPath bmotionpath = ...; CPointer<Object> p = bmotionpath.__dna__addressof(bMotionPath.__DNA__FIELD__start_frame); CPointer<Integer> p_start_frame = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__end_frame
This is how you get a reference on the corresponding field in the struct:
bMotionPath bmotionpath = ...; CPointer<Object> p = bmotionpath.__dna__addressof(bMotionPath.__DNA__FIELD__end_frame); CPointer<Integer> p_end_frame = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
bMotionPath bmotionpath = ...; CPointer<Object> p = bmotionpath.__dna__addressof(bMotionPath.__DNA__FIELD__flag); CPointer<Integer> p_flag = p.cast(new Class[]{Integer.class});
public bMotionPath(long __address, Block __block, BlockTable __blockTable)
protected bMotionPath(bMotionPath that)
public CPointer<bMotionPathVert> getPoints() throws java.io.IOException
java.io.IOException
__DNA__FIELD__points
public void setPoints(CPointer<bMotionPathVert> points) throws java.io.IOException
java.io.IOException
__DNA__FIELD__points
public int getLength() throws java.io.IOException
java.io.IOException
__DNA__FIELD__length
public void setLength(int length) throws java.io.IOException
java.io.IOException
__DNA__FIELD__length
public int getStart_frame() throws java.io.IOException
java.io.IOException
__DNA__FIELD__start_frame
public void setStart_frame(int start_frame) throws java.io.IOException
java.io.IOException
__DNA__FIELD__start_frame
public int getEnd_frame() throws java.io.IOException
java.io.IOException
__DNA__FIELD__end_frame
public void setEnd_frame(int end_frame) throws java.io.IOException
java.io.IOException
__DNA__FIELD__end_frame
public int getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public CPointer<bMotionPath> __io__addressof()