public class ParticleDupliWeight extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__count
Field descriptor (offset) for struct member 'count'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__index
Field descriptor (offset) for struct member 'index'.
|
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__rt
Field descriptor (offset) for struct member 'rt'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct ParticleDupliWeight.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
ParticleDupliWeight(long __address,
Block __block,
BlockTable __blockTable) |
protected |
ParticleDupliWeight(ParticleDupliWeight that) |
Modifier and Type | Method and Description |
---|---|
CPointer<ParticleDupliWeight> |
__io__addressof()
Instantiates a pointer on this instance.
|
short |
getCount()
Get method for struct member 'count'.
|
short |
getFlag()
Get method for struct member 'flag'.
|
short |
getIndex()
Get method for struct member 'index'.
|
CPointer<ParticleDupliWeight> |
getNext()
Get method for struct member 'next'.
|
CPointer<BlenderObject> |
getOb()
Get method for struct member 'ob'.
|
CPointer<ParticleDupliWeight> |
getPrev()
Get method for struct member 'prev'.
|
short |
getRt()
Get method for struct member 'rt'.
|
void |
setCount(short count)
Set method for struct member 'count'.
|
void |
setFlag(short flag)
Set method for struct member 'flag'.
|
void |
setIndex(short index)
Set method for struct member 'index'.
|
void |
setNext(CPointer<ParticleDupliWeight> next)
Set method for struct member 'next'.
|
void |
setOb(CPointer<BlenderObject> ob)
Set method for struct member 'ob'.
|
void |
setPrev(CPointer<ParticleDupliWeight> prev)
Set method for struct member 'prev'.
|
void |
setRt(short rt)
Set method for struct member 'rt'.
|
__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 ParticleDupliWeight.
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:
ParticleDupliWeight particledupliweight = ...; CPointer<Object> p = particledupliweight.__dna__addressof(ParticleDupliWeight.__DNA__FIELD__next); CPointer<CPointer<ParticleDupliWeight>> p_next = p.cast(new Class[]{CPointer.class, ParticleDupliWeight.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
ParticleDupliWeight particledupliweight = ...; CPointer<Object> p = particledupliweight.__dna__addressof(ParticleDupliWeight.__DNA__FIELD__prev); CPointer<CPointer<ParticleDupliWeight>> p_prev = p.cast(new Class[]{CPointer.class, ParticleDupliWeight.class});
public static final long[] __DNA__FIELD__ob
This is how you get a reference on the corresponding field in the struct:
ParticleDupliWeight particledupliweight = ...; CPointer<Object> p = particledupliweight.__dna__addressof(ParticleDupliWeight.__DNA__FIELD__ob); CPointer<CPointer<BlenderObject>> p_ob = p.cast(new Class[]{CPointer.class, BlenderObject.class});
public static final long[] __DNA__FIELD__count
This is how you get a reference on the corresponding field in the struct:
ParticleDupliWeight particledupliweight = ...; CPointer<Object> p = particledupliweight.__dna__addressof(ParticleDupliWeight.__DNA__FIELD__count); CPointer<Short> p_count = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flag
This is how you get a reference on the corresponding field in the struct:
ParticleDupliWeight particledupliweight = ...; CPointer<Object> p = particledupliweight.__dna__addressof(ParticleDupliWeight.__DNA__FIELD__flag); CPointer<Short> p_flag = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__index
Only updated on file save and used on file load.
This is how you get a reference on the corresponding field in the struct:
ParticleDupliWeight particledupliweight = ...; CPointer<Object> p = particledupliweight.__dna__addressof(ParticleDupliWeight.__DNA__FIELD__index); CPointer<Short> p_index = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__rt
This is how you get a reference on the corresponding field in the struct:
ParticleDupliWeight particledupliweight = ...; CPointer<Object> p = particledupliweight.__dna__addressof(ParticleDupliWeight.__DNA__FIELD__rt); CPointer<Short> p_rt = p.cast(new Class[]{Short.class});
public ParticleDupliWeight(long __address, Block __block, BlockTable __blockTable)
protected ParticleDupliWeight(ParticleDupliWeight that)
public CPointer<ParticleDupliWeight> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<ParticleDupliWeight> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<ParticleDupliWeight> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<ParticleDupliWeight> 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 short getCount() throws java.io.IOException
java.io.IOException
__DNA__FIELD__count
public void setCount(short count) throws java.io.IOException
java.io.IOException
__DNA__FIELD__count
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 getIndex() throws java.io.IOException
Only updated on file save and used on file load.
java.io.IOException
__DNA__FIELD__index
public void setIndex(short index) throws java.io.IOException
Only updated on file save and used on file load.
java.io.IOException
__DNA__FIELD__index
public short getRt() throws java.io.IOException
java.io.IOException
__DNA__FIELD__rt
public void setRt(short rt) throws java.io.IOException
java.io.IOException
__DNA__FIELD__rt
public CPointer<ParticleDupliWeight> __io__addressof()