public class ObHook extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__active
Field descriptor (offset) for struct member 'active'.
|
static long[] |
__DNA__FIELD__cent
Field descriptor (offset) for struct member 'cent'.
|
static long[] |
__DNA__FIELD__curindex
Field descriptor (offset) for struct member 'curindex'.
|
static long[] |
__DNA__FIELD__falloff
Field descriptor (offset) for struct member 'falloff'.
|
static long[] |
__DNA__FIELD__force
Field descriptor (offset) for struct member 'force'.
|
static long[] |
__DNA__FIELD__indexar
Field descriptor (offset) for struct member 'indexar'.
|
static long[] |
__DNA__FIELD__mat
Field descriptor (offset) for struct member 'mat'.
|
static long[] |
__DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__parent
Field descriptor (offset) for struct member 'parent'.
|
static long[] |
__DNA__FIELD__parentinv
Field descriptor (offset) for struct member 'parentinv'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__totindex
Field descriptor (offset) for struct member 'totindex'.
|
static long[] |
__DNA__FIELD__type
Field descriptor (offset) for struct member 'type'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct ObHook.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
ObHook(long __address,
Block __block,
BlockTable __blockTable) |
protected |
ObHook(ObHook that) |
Modifier and Type | Method and Description |
---|---|
CPointer<ObHook> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getActive()
Get method for struct member 'active'.
|
CArrayFacade<java.lang.Float> |
getCent()
Get method for struct member 'cent'.
|
int |
getCurindex()
Get method for struct member 'curindex'.
|
float |
getFalloff()
Get method for struct member 'falloff'.
|
float |
getForce()
Get method for struct member 'force'.
|
CPointer<java.lang.Integer> |
getIndexar()
Get method for struct member 'indexar'.
|
CArrayFacade<CArrayFacade<java.lang.Float>> |
getMat()
Get method for struct member 'mat'.
|
CArrayFacade<java.lang.Byte> |
getName()
Get method for struct member 'name'.
|
CPointer<ObHook> |
getNext()
Get method for struct member 'next'.
|
CPointer<BlenderObject> |
getParent()
Get method for struct member 'parent'.
|
CArrayFacade<CArrayFacade<java.lang.Float>> |
getParentinv()
Get method for struct member 'parentinv'.
|
CPointer<ObHook> |
getPrev()
Get method for struct member 'prev'.
|
int |
getTotindex()
Get method for struct member 'totindex'.
|
short |
getType()
Get method for struct member 'type'.
|
void |
setActive(short active)
Set method for struct member 'active'.
|
void |
setCent(CArrayFacade<java.lang.Float> cent)
Set method for struct member 'cent'.
|
void |
setCurindex(int curindex)
Set method for struct member 'curindex'.
|
void |
setFalloff(float falloff)
Set method for struct member 'falloff'.
|
void |
setForce(float force)
Set method for struct member 'force'.
|
void |
setIndexar(CPointer<java.lang.Integer> indexar)
Set method for struct member 'indexar'.
|
void |
setMat(CArrayFacade<CArrayFacade<java.lang.Float>> mat)
Set method for struct member 'mat'.
|
void |
setName(CArrayFacade<java.lang.Byte> name)
Set method for struct member 'name'.
|
void |
setNext(CPointer<ObHook> next)
Set method for struct member 'next'.
|
void |
setParent(CPointer<BlenderObject> parent)
Set method for struct member 'parent'.
|
void |
setParentinv(CArrayFacade<CArrayFacade<java.lang.Float>> parentinv)
Set method for struct member 'parentinv'.
|
void |
setPrev(CPointer<ObHook> prev)
Set method for struct member 'prev'.
|
void |
setTotindex(int totindex)
Set method for struct member 'totindex'.
|
void |
setType(short type)
Set method for struct member 'type'.
|
__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 ObHook.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__next
This is how you get a reference on the corresponding field in the struct:
ObHook obhook = ...; CPointer<Object> p = obhook.__dna__addressof(ObHook.__DNA__FIELD__next); CPointer<CPointer<ObHook>> p_next = p.cast(new Class[]{CPointer.class, ObHook.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
ObHook obhook = ...; CPointer<Object> p = obhook.__dna__addressof(ObHook.__DNA__FIELD__prev); CPointer<CPointer<ObHook>> p_prev = p.cast(new Class[]{CPointer.class, ObHook.class});
public static final long[] __DNA__FIELD__parent
This is how you get a reference on the corresponding field in the struct:
ObHook obhook = ...; CPointer<Object> p = obhook.__dna__addressof(ObHook.__DNA__FIELD__parent); CPointer<CPointer<BlenderObject>> p_parent = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__parentinv
This is how you get a reference on the corresponding field in the struct:
ObHook obhook = ...; CPointer<Object> p = obhook.__dna__addressof(ObHook.__DNA__FIELD__parentinv); CPointer<CArrayFacade<CArrayFacade<Float>>> p_parentinv = p.cast(new Class[]{CArrayFacade.class, CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__mat
This is how you get a reference on the corresponding field in the struct:
ObHook obhook = ...; CPointer<Object> p = obhook.__dna__addressof(ObHook.__DNA__FIELD__mat); CPointer<CArrayFacade<CArrayFacade<Float>>> p_mat = p.cast(new Class[]{CArrayFacade.class, CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__cent
This is how you get a reference on the corresponding field in the struct:
ObHook obhook = ...; CPointer<Object> p = obhook.__dna__addressof(ObHook.__DNA__FIELD__cent); CPointer<CArrayFacade<Float>> p_cent = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__falloff
This is how you get a reference on the corresponding field in the struct:
ObHook obhook = ...; CPointer<Object> p = obhook.__dna__addressof(ObHook.__DNA__FIELD__falloff); CPointer<Float> p_falloff = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__name
This is how you get a reference on the corresponding field in the struct:
ObHook obhook = ...; CPointer<Object> p = obhook.__dna__addressof(ObHook.__DNA__FIELD__name); CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__indexar
This is how you get a reference on the corresponding field in the struct:
ObHook obhook = ...; CPointer<Object> p = obhook.__dna__addressof(ObHook.__DNA__FIELD__indexar); CPointer<CPointer<Integer>> p_indexar = p.cast(new Class[]{CPointer.class, Integer.class});
public static final long[] __DNA__FIELD__totindex
This is how you get a reference on the corresponding field in the struct:
ObHook obhook = ...; CPointer<Object> p = obhook.__dna__addressof(ObHook.__DNA__FIELD__totindex); CPointer<Integer> p_totindex = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__curindex
This is how you get a reference on the corresponding field in the struct:
ObHook obhook = ...; CPointer<Object> p = obhook.__dna__addressof(ObHook.__DNA__FIELD__curindex); CPointer<Integer> p_curindex = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__type
This is how you get a reference on the corresponding field in the struct:
ObHook obhook = ...; CPointer<Object> p = obhook.__dna__addressof(ObHook.__DNA__FIELD__type); CPointer<Short> p_type = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__active
This is how you get a reference on the corresponding field in the struct:
ObHook obhook = ...; CPointer<Object> p = obhook.__dna__addressof(ObHook.__DNA__FIELD__active); CPointer<Short> p_active = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__force
This is how you get a reference on the corresponding field in the struct:
ObHook obhook = ...; CPointer<Object> p = obhook.__dna__addressof(ObHook.__DNA__FIELD__force); CPointer<Float> p_force = p.cast(new Class[]{Float.class});
public ObHook(long __address, Block __block, BlockTable __blockTable)
protected ObHook(ObHook that)
public CPointer<ObHook> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<ObHook> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<ObHook> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<ObHook> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public CPointer<BlenderObject> getParent() throws java.io.IOException
java.io.IOException
__DNA__FIELD__parent
public void setParent(CPointer<BlenderObject> parent) throws java.io.IOException
java.io.IOException
__DNA__FIELD__parent
public CArrayFacade<CArrayFacade<java.lang.Float>> getParentinv() throws java.io.IOException
java.io.IOException
__DNA__FIELD__parentinv
public void setParentinv(CArrayFacade<CArrayFacade<java.lang.Float>> parentinv) throws java.io.IOException
java.io.IOException
__DNA__FIELD__parentinv
public CArrayFacade<CArrayFacade<java.lang.Float>> getMat() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mat
public void setMat(CArrayFacade<CArrayFacade<java.lang.Float>> mat) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mat
public CArrayFacade<java.lang.Float> getCent() throws java.io.IOException
java.io.IOException
__DNA__FIELD__cent
public void setCent(CArrayFacade<java.lang.Float> cent) throws java.io.IOException
java.io.IOException
__DNA__FIELD__cent
public float getFalloff() throws java.io.IOException
java.io.IOException
__DNA__FIELD__falloff
public void setFalloff(float falloff) throws java.io.IOException
java.io.IOException
__DNA__FIELD__falloff
public CArrayFacade<java.lang.Byte> getName() throws java.io.IOException
java.io.IOException
__DNA__FIELD__name
public void setName(CArrayFacade<java.lang.Byte> name) throws java.io.IOException
java.io.IOException
__DNA__FIELD__name
public CPointer<java.lang.Integer> getIndexar() throws java.io.IOException
java.io.IOException
__DNA__FIELD__indexar
public void setIndexar(CPointer<java.lang.Integer> indexar) throws java.io.IOException
java.io.IOException
__DNA__FIELD__indexar
public int getTotindex() throws java.io.IOException
java.io.IOException
__DNA__FIELD__totindex
public void setTotindex(int totindex) throws java.io.IOException
java.io.IOException
__DNA__FIELD__totindex
public int getCurindex() throws java.io.IOException
java.io.IOException
__DNA__FIELD__curindex
public void setCurindex(int curindex) throws java.io.IOException
java.io.IOException
__DNA__FIELD__curindex
public short getType() throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public void setType(short type) throws java.io.IOException
java.io.IOException
__DNA__FIELD__type
public short getActive() throws java.io.IOException
java.io.IOException
__DNA__FIELD__active
public void setActive(short active) throws java.io.IOException
java.io.IOException
__DNA__FIELD__active
public float getForce() throws java.io.IOException
java.io.IOException
__DNA__FIELD__force
public void setForce(float force) throws java.io.IOException
java.io.IOException
__DNA__FIELD__force