public class EditNurb extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__keyindex
Field descriptor (offset) for struct member 'keyindex'.
|
static long[] |
__DNA__FIELD__nurbs
Field descriptor (offset) for struct member 'nurbs'.
|
static long[] |
__DNA__FIELD__shapenr
Field descriptor (offset) for struct member 'shapenr'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct EditNurb.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
EditNurb(EditNurb that) |
|
EditNurb(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<EditNurb> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
CPointer<java.lang.Object> |
getKeyindex()
Get method for struct member 'keyindex'.
|
ListBase |
getNurbs()
Get method for struct member 'nurbs'.
|
int |
getShapenr()
Get method for struct member 'shapenr'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setKeyindex(CPointer<java.lang.Object> keyindex)
Set method for struct member 'keyindex'.
|
void |
setNurbs(ListBase nurbs)
Set method for struct member 'nurbs'.
|
void |
setShapenr(int shapenr)
Set method for struct member 'shapenr'.
|
__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 EditNurb.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__nurbs
base of nurbs' list (old Curve->editnurb)
This is how you get a reference on the corresponding field in the struct:
EditNurb editnurb = ...; CPointer<Object> p = editnurb.__dna__addressof(EditNurb.__DNA__FIELD__nurbs); CPointer<ListBase> p_nurbs = p.cast(new Class[]{ListBase.class});
public static final long[] __DNA__FIELD__keyindex
index data for shape keys
This is how you get a reference on the corresponding field in the struct:
EditNurb editnurb = ...; CPointer<Object> p = editnurb.__dna__addressof(EditNurb.__DNA__FIELD__keyindex); CPointer<CPointer<Object>> p_keyindex = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__shapenr
shape key being edited
This is how you get a reference on the corresponding field in the struct:
EditNurb editnurb = ...; CPointer<Object> p = editnurb.__dna__addressof(EditNurb.__DNA__FIELD__shapenr); CPointer<Integer> p_shapenr = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
EditNurb editnurb = ...; CPointer<Object> p = editnurb.__dna__addressof(EditNurb.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public EditNurb(long __address, Block __block, BlockTable __blockTable)
protected EditNurb(EditNurb that)
public ListBase getNurbs() throws java.io.IOException
base of nurbs' list (old Curve->editnurb)
java.io.IOException
__DNA__FIELD__nurbs
public void setNurbs(ListBase nurbs) throws java.io.IOException
base of nurbs' list (old Curve->editnurb)
java.io.IOException
__DNA__FIELD__nurbs
public CPointer<java.lang.Object> getKeyindex() throws java.io.IOException
index data for shape keys
java.io.IOException
__DNA__FIELD__keyindex
public void setKeyindex(CPointer<java.lang.Object> keyindex) throws java.io.IOException
index data for shape keys
java.io.IOException
__DNA__FIELD__keyindex
public int getShapenr() throws java.io.IOException
shape key being edited
java.io.IOException
__DNA__FIELD__shapenr
public void setShapenr(int shapenr) throws java.io.IOException
shape key being edited
java.io.IOException
__DNA__FIELD__shapenr
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad