Class ParticleDupliWeight
- java.lang.Object
-
- org.cakelab.blender.nio.CFacade
-
- org.blender.dna.ParticleDupliWeight
-
public class ParticleDupliWeight extends CFacade
Generated facet for DNA struct type 'ParticleDupliWeight'.Class Documentation
-
-
Field Summary
Fields Modifier and Type Field Description static long[]
__DNA__FIELD___pad0
Field descriptor (offset) for struct member '_pad0'.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 int
__DNA__SDNA_INDEX
This is the sdna index of the struct ParticleDupliWeight.-
Fields inherited from class org.cakelab.blender.nio.CFacade
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
-
-
Constructor Summary
Constructors Modifier Constructor Description ParticleDupliWeight(long __address, Block __block, BlockTable __blockTable)
protected
ParticleDupliWeight(ParticleDupliWeight that)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CPointer<ParticleDupliWeight>
__io__addressof()
Instantiates a pointer on this instance.CArrayFacade<java.lang.Byte>
get_pad0()
Get method for struct member '_pad0'.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'.void
set_pad0(CArrayFacade<java.lang.Byte> _pad0)
Set method for struct member '_pad0'.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'.-
Methods inherited from class org.cakelab.blender.nio.CFacade
__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, equals, hashCode
-
-
-
-
Field Detail
-
__DNA__SDNA_INDEX
public static final int __DNA__SDNA_INDEX
This is the sdna index of the struct ParticleDupliWeight.It is required when allocating a new block to store data for ParticleDupliWeight.
- See Also:
StructDNA
,BlockTable
, Constant Field Values
-
__DNA__FIELD__next
public static final long[] __DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.Pointer Arithmetics
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});
Metadata
- Field: 'next'
- Signature: 'ParticleDupliWeight*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__prev
public static final long[] __DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.Pointer Arithmetics
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});
Metadata
- Field: 'prev'
- Signature: 'ParticleDupliWeight*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__ob
public static final long[] __DNA__FIELD__ob
Field descriptor (offset) for struct member 'ob'.Pointer Arithmetics
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});
Metadata
- Field: 'ob'
- Signature: 'Object*'
- Actual Size (32bit/64bit): 4/8
-
__DNA__FIELD__count
public static final long[] __DNA__FIELD__count
Field descriptor (offset) for struct member 'count'.Field Documentation
Blender Python API
The number of times this object is repeated with respect to other objectsPointer Arithmetics
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});
Metadata
- Field: 'count'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__flag
public static final long[] __DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.Pointer Arithmetics
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});
Metadata
- Field: 'flag'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD__index
public static final long[] __DNA__FIELD__index
Field descriptor (offset) for struct member 'index'.Field Documentation
Blender Source Code
Only updated on file save and used on file load.
Pointer Arithmetics
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});
Metadata
- Field: 'index'
- Signature: 'short'
- Actual Size (32bit/64bit): 2/2
-
__DNA__FIELD___pad0
public static final long[] __DNA__FIELD___pad0
Field descriptor (offset) for struct member '_pad0'.Pointer Arithmetics
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___pad0); CPointer<CArrayFacade<Byte>> p__pad0 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
Metadata
- Field: '_pad0'
- Signature: 'char[2]'
- Actual Size (32bit/64bit): 2/2
-
-
Constructor Detail
-
ParticleDupliWeight
public ParticleDupliWeight(long __address, Block __block, BlockTable __blockTable)
-
ParticleDupliWeight
protected ParticleDupliWeight(ParticleDupliWeight that)
-
-
Method Detail
-
getNext
public CPointer<ParticleDupliWeight> getNext() throws java.io.IOException
Get method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
setNext
public void setNext(CPointer<ParticleDupliWeight> next) throws java.io.IOException
Set method for struct member 'next'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__next
-
getPrev
public CPointer<ParticleDupliWeight> getPrev() throws java.io.IOException
Get method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
setPrev
public void setPrev(CPointer<ParticleDupliWeight> prev) throws java.io.IOException
Set method for struct member 'prev'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__prev
-
getOb
public CPointer<BlenderObject> getOb() throws java.io.IOException
Get method for struct member 'ob'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__ob
-
setOb
public void setOb(CPointer<BlenderObject> ob) throws java.io.IOException
Set method for struct member 'ob'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__ob
-
getCount
public short getCount() throws java.io.IOException
Get method for struct member 'count'.Field Documentation
Blender Python API
The number of times this object is repeated with respect to other objects- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__count
-
setCount
public void setCount(short count) throws java.io.IOException
Set method for struct member 'count'.Field Documentation
Blender Python API
The number of times this object is repeated with respect to other objects- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__count
-
getFlag
public short getFlag() throws java.io.IOException
Get method for struct member 'flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
setFlag
public void setFlag(short flag) throws java.io.IOException
Set method for struct member 'flag'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__flag
-
getIndex
public short getIndex() throws java.io.IOException
Get method for struct member 'index'.Field Documentation
Blender Source Code
Only updated on file save and used on file load.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__index
-
setIndex
public void setIndex(short index) throws java.io.IOException
Set method for struct member 'index'.Field Documentation
Blender Source Code
Only updated on file save and used on file load.
- Throws:
java.io.IOException
- See Also:
__DNA__FIELD__index
-
get_pad0
public CArrayFacade<java.lang.Byte> get_pad0() throws java.io.IOException
Get method for struct member '_pad0'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad0
-
set_pad0
public void set_pad0(CArrayFacade<java.lang.Byte> _pad0) throws java.io.IOException
Set method for struct member '_pad0'.- Throws:
java.io.IOException
- See Also:
__DNA__FIELD___pad0
-
__io__addressof
public CPointer<ParticleDupliWeight> __io__addressof()
Instantiates a pointer on this instance.
-
-