public class bMotionPath extends CFacade
........ Motion Path
data cache (mpath)
for elements providing transforms (i.e. Objects or PoseChannels)
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__batch_line
Field descriptor (offset) for struct member 'batch_line'.
|
static long[] |
__DNA__FIELD__batch_points
Field descriptor (offset) for struct member 'batch_points'.
|
static long[] |
__DNA__FIELD__color
Field descriptor (offset) for struct member 'color'.
|
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__line_thickness
Field descriptor (offset) for struct member 'line_thickness'.
|
static long[] |
__DNA__FIELD__points
Field descriptor (offset) for struct member 'points'.
|
static long[] |
__DNA__FIELD__points_vbo
Field descriptor (offset) for struct member 'points_vbo'.
|
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.
|
CPointer<java.lang.Object> |
get_pad()
Get method for struct member '_pad'.
|
CPointer<java.lang.Object> |
getBatch_line()
Get method for struct member 'batch_line'.
|
CPointer<java.lang.Object> |
getBatch_points()
Get method for struct member 'batch_points'.
|
CArrayFacade<java.lang.Float> |
getColor()
Get method for struct member 'color'.
|
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'.
|
int |
getLine_thickness()
Get method for struct member 'line_thickness'.
|
CPointer<java.lang.Object> |
getPoints_vbo()
Get method for struct member 'points_vbo'.
|
CPointer<bMotionPathVert> |
getPoints()
Get method for struct member 'points'.
|
int |
getStart_frame()
Get method for struct member 'start_frame'.
|
void |
set_pad(CPointer<java.lang.Object> _pad)
Set method for struct member '_pad'.
|
void |
setBatch_line(CPointer<java.lang.Object> batch_line)
Set method for struct member 'batch_line'.
|
void |
setBatch_points(CPointer<java.lang.Object> batch_points)
Set method for struct member 'batch_points'.
|
void |
setColor(CArrayFacade<java.lang.Float> color)
Set method for struct member 'color'.
|
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 |
setLine_thickness(int line_thickness)
Set method for struct member 'line_thickness'.
|
void |
setPoints_vbo(CPointer<java.lang.Object> points_vbo)
Set method for struct member 'points_vbo'.
|
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
Path
samples.
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
The number of cached verts.
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
For drawing paths, the start frame number.
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
For drawing paths, the end frame number.
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__color
Optional custom color.
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__color); CPointer<CArrayFacade<Float>> p_color = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__line_thickness
Line thickness.
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__line_thickness); CPointer<Integer> p_line_thickness = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__flag
Baking settings - eMotionPath_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 static final long[] __DNA__FIELD__points_vbo
Used for drawing.
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_vbo); CPointer<CPointer<Object>> p_points_vbo = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__batch_line
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__batch_line); CPointer<CPointer<Object>> p_batch_line = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__batch_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__batch_points); CPointer<CPointer<Object>> p_batch_points = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD___pad
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___pad); CPointer<CPointer<Object>> p__pad = p.cast(new Class[]{CPointer.class, Object.class});
public bMotionPath(long __address, Block __block, BlockTable __blockTable)
protected bMotionPath(bMotionPath that)
public CPointer<bMotionPathVert> getPoints() throws java.io.IOException
Path
samples.
java.io.IOException
__DNA__FIELD__points
public void setPoints(CPointer<bMotionPathVert> points) throws java.io.IOException
Path
samples.
java.io.IOException
__DNA__FIELD__points
public int getLength() throws java.io.IOException
The number of cached verts.
java.io.IOException
__DNA__FIELD__length
public void setLength(int length) throws java.io.IOException
The number of cached verts.
java.io.IOException
__DNA__FIELD__length
public int getStart_frame() throws java.io.IOException
For drawing paths, the start frame number.
java.io.IOException
__DNA__FIELD__start_frame
public void setStart_frame(int start_frame) throws java.io.IOException
For drawing paths, the start frame number.
java.io.IOException
__DNA__FIELD__start_frame
public int getEnd_frame() throws java.io.IOException
For drawing paths, the end frame number.
java.io.IOException
__DNA__FIELD__end_frame
public void setEnd_frame(int end_frame) throws java.io.IOException
For drawing paths, the end frame number.
java.io.IOException
__DNA__FIELD__end_frame
public CArrayFacade<java.lang.Float> getColor() throws java.io.IOException
Optional custom color.
java.io.IOException
__DNA__FIELD__color
public void setColor(CArrayFacade<java.lang.Float> color) throws java.io.IOException
Optional custom color.
java.io.IOException
__DNA__FIELD__color
public int getLine_thickness() throws java.io.IOException
Line thickness.
java.io.IOException
__DNA__FIELD__line_thickness
public void setLine_thickness(int line_thickness) throws java.io.IOException
Line thickness.
java.io.IOException
__DNA__FIELD__line_thickness
public int getFlag() throws java.io.IOException
Baking settings - eMotionPath_Flag.
java.io.IOException
__DNA__FIELD__flag
public void setFlag(int flag) throws java.io.IOException
Baking settings - eMotionPath_Flag.
java.io.IOException
__DNA__FIELD__flag
public CPointer<java.lang.Object> getPoints_vbo() throws java.io.IOException
Used for drawing.
java.io.IOException
__DNA__FIELD__points_vbo
public void setPoints_vbo(CPointer<java.lang.Object> points_vbo) throws java.io.IOException
Used for drawing.
java.io.IOException
__DNA__FIELD__points_vbo
public CPointer<java.lang.Object> getBatch_line() throws java.io.IOException
java.io.IOException
__DNA__FIELD__batch_line
public void setBatch_line(CPointer<java.lang.Object> batch_line) throws java.io.IOException
java.io.IOException
__DNA__FIELD__batch_line
public CPointer<java.lang.Object> getBatch_points() throws java.io.IOException
java.io.IOException
__DNA__FIELD__batch_points
public void setBatch_points(CPointer<java.lang.Object> batch_points) throws java.io.IOException
java.io.IOException
__DNA__FIELD__batch_points
public CPointer<java.lang.Object> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CPointer<java.lang.Object> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public CPointer<bMotionPath> __io__addressof()