public class ParticleTarget extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__duration
Field descriptor (offset) for struct member 'duration'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__mode
Field descriptor (offset) for struct member 'mode'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__ob
Field descriptor (offset) for struct member 'ob'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__psys
Field descriptor (offset) for struct member 'psys'.
|
static long[] |
__DNA__FIELD__time
Field descriptor (offset) for struct member 'time'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct ParticleTarget.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
ParticleTarget(long __address,
Block __block,
BlockTable __blockTable) |
protected |
ParticleTarget(ParticleTarget that) |
Modifier and Type | Method and Description |
---|---|
CPointer<ParticleTarget> |
__io__addressof()
Instantiates a pointer on this instance.
|
float |
getDuration()
Get method for struct member 'duration'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
short |
getMode()
Get method for struct member 'mode'.
|
CPointer<ParticleTarget> |
getNext()
Get method for struct member 'next'.
|
CPointer<BlenderObject> |
getOb()
Get method for struct member 'ob'.
|
CPointer<ParticleTarget> |
getPrev()
Get method for struct member 'prev'.
|
int |
getPsys()
Get method for struct member 'psys'.
|
float |
getTime()
Get method for struct member 'time'.
|
void |
setDuration(float duration)
Set method for struct member 'duration'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setMode(short mode)
Set method for struct member 'mode'.
|
void |
setNext(CPointer<ParticleTarget> next)
Set method for struct member 'next'.
|
void |
setOb(CPointer<BlenderObject> ob)
Set method for struct member 'ob'.
|
void |
setPrev(CPointer<ParticleTarget> prev)
Set method for struct member 'prev'.
|
void |
setPsys(int psys)
Set method for struct member 'psys'.
|
void |
setTime(float time)
Set method for struct member 'time'.
|
__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 ParticleTarget.
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:
ParticleTarget particletarget = ...; CPointer<Object> p = particletarget.__dna__addressof(ParticleTarget.__DNA__FIELD__next); CPointer<CPointer<ParticleTarget>> p_next = p.cast(new Class[]{CPointer.class, ParticleTarget.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
ParticleTarget particletarget = ...; CPointer<Object> p = particletarget.__dna__addressof(ParticleTarget.__DNA__FIELD__prev); CPointer<CPointer<ParticleTarget>> p_prev = p.cast(new Class[]{CPointer.class, ParticleTarget.class});
public static final long[] __DNA__FIELD__ob
This is how you get a reference on the corresponding field in the struct:
ParticleTarget particletarget = ...; CPointer<Object> p = particletarget.__dna__addressof(ParticleTarget.__DNA__FIELD__ob); CPointer<CPointer<BlenderObject>> p_ob = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__psys
This is how you get a reference on the corresponding field in the struct:
ParticleTarget particletarget = ...; CPointer<Object> p = particletarget.__dna__addressof(ParticleTarget.__DNA__FIELD__psys); CPointer<Integer> p_psys = 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:
ParticleTarget particletarget = ...; CPointer<Object> p = particletarget.__dna__addressof(ParticleTarget.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__mode
This is how you get a reference on the corresponding field in the struct:
ParticleTarget particletarget = ...; CPointer<Object> p = particletarget.__dna__addressof(ParticleTarget.__DNA__FIELD__mode); CPointer<Short> p_mode = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__time
This is how you get a reference on the corresponding field in the struct:
ParticleTarget particletarget = ...; CPointer<Object> p = particletarget.__dna__addressof(ParticleTarget.__DNA__FIELD__time); CPointer<Float> p_time = p.cast(new Class[]{Float.class});
public static final long[] __DNA__FIELD__duration
This is how you get a reference on the corresponding field in the struct:
ParticleTarget particletarget = ...; CPointer<Object> p = particletarget.__dna__addressof(ParticleTarget.__DNA__FIELD__duration); CPointer<Float> p_duration = p.cast(new Class[]{Float.class});
public ParticleTarget(long __address, Block __block, BlockTable __blockTable)
protected ParticleTarget(ParticleTarget that)
public CPointer<ParticleTarget> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<ParticleTarget> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<ParticleTarget> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<ParticleTarget> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public CPointer<BlenderObject> getOb() throws java.io.IOException
java.io.IOException
__DNA__FIELD__ob
public void setOb(CPointer<BlenderObject> ob) throws java.io.IOException
java.io.IOException
__DNA__FIELD__ob
public int getPsys() throws java.io.IOException
java.io.IOException
__DNA__FIELD__psys
public void setPsys(int psys) throws java.io.IOException
java.io.IOException
__DNA__FIELD__psys
public short getFlag() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public void setFlag(short flag) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flag
public short getMode() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mode
public void setMode(short mode) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mode
public float getTime() throws java.io.IOException
java.io.IOException
__DNA__FIELD__time
public void setTime(float time) throws java.io.IOException
java.io.IOException
__DNA__FIELD__time
public float getDuration() throws java.io.IOException
java.io.IOException
__DNA__FIELD__duration
public void setDuration(float duration) throws java.io.IOException
java.io.IOException
__DNA__FIELD__duration
public CPointer<ParticleTarget> __io__addressof()