Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__bweight
Field descriptor (offset) for struct member 'bweight'.
|
static long[] |
__DNA__FIELD__co
Field descriptor (offset) for struct member 'co'.
|
static long[] |
__DNA__FIELD__flag
Field descriptor (offset) for struct member 'flag'.
|
static long[] |
__DNA__FIELD__no
Field descriptor (offset) for struct member 'no'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct MVert.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
MVert(long __address,
Block __block,
BlockTable __blockTable) |
protected |
MVert(MVert that) |
Modifier and Type | Method and Description |
---|---|
CPointer<MVert> |
__io__addressof()
Instantiates a pointer on this instance.
|
byte |
getBweight()
Get method for struct member 'bweight'.
|
CArrayFacade<java.lang.Float> |
getCo()
Get method for struct member 'co'.
|
byte |
getFlag()
Get method for struct member 'flag'.
|
CArrayFacade<java.lang.Short> |
getNo()
Get method for struct member 'no'.
|
void |
setBweight(byte bweight)
Set method for struct member 'bweight'.
|
void |
setCo(CArrayFacade<java.lang.Float> co)
Set method for struct member 'co'.
|
void |
setFlag(byte flag)
Set method for struct member 'flag'.
|
void |
setNo(CArrayFacade<java.lang.Short> no)
Set method for struct member 'no'.
|
__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 MVert.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__co
This is how you get a reference on the corresponding field in the struct:
MVert mvert = ...; CPointer<Object> p = mvert.__dna__addressof(MVert.__DNA__FIELD__co); CPointer<CArrayFacade<Float>> p_co = p.cast(new Class[]{CArrayFacade.class, Float.class});
public static final long[] __DNA__FIELD__no
Cache the normal, can always be recalculated from surrounding faces. See #CD_CUSTOMLOOPNORMAL for custom normals.
This is how you get a reference on the corresponding field in the struct:
MVert mvert = ...; CPointer<Object> p = mvert.__dna__addressof(MVert.__DNA__FIELD__no); CPointer<CArrayFacade<Short>> p_no = p.cast(new Class[]{CArrayFacade.class, Short.class});
public static final long[] __DNA__FIELD__flag
SELECT = 1 ME_VERT_TMP_TAG = (1 << 2), ME_HIDE = (1 << 4), ME_VERT_MERGED = (1 << 6), ME_VERT_PBVH_UPDATE = (1 << 7),
This is how you get a reference on the corresponding field in the struct:
MVert mvert = ...; CPointer<Object> p = mvert.__dna__addressof(MVert.__DNA__FIELD__flag); CPointer<Byte> p_flag = p.cast(new Class[]{Byte.class});
public static final long[] __DNA__FIELD__bweight
This is how you get a reference on the corresponding field in the struct:
MVert mvert = ...; CPointer<Object> p = mvert.__dna__addressof(MVert.__DNA__FIELD__bweight); CPointer<Byte> p_bweight = p.cast(new Class[]{Byte.class});
public MVert(long __address, Block __block, BlockTable __blockTable)
protected MVert(MVert that)
public CArrayFacade<java.lang.Float> getCo() throws java.io.IOException
java.io.IOException
__DNA__FIELD__co
public void setCo(CArrayFacade<java.lang.Float> co) throws java.io.IOException
java.io.IOException
__DNA__FIELD__co
public CArrayFacade<java.lang.Short> getNo() throws java.io.IOException
Cache the normal, can always be recalculated from surrounding faces. See #CD_CUSTOMLOOPNORMAL for custom normals.
java.io.IOException
__DNA__FIELD__no
public void setNo(CArrayFacade<java.lang.Short> no) throws java.io.IOException
Cache the normal, can always be recalculated from surrounding faces. See #CD_CUSTOMLOOPNORMAL for custom normals.
java.io.IOException
__DNA__FIELD__no
public byte getFlag() throws java.io.IOException
SELECT = 1 ME_VERT_TMP_TAG = (1 << 2), ME_HIDE = (1 << 4), ME_VERT_MERGED = (1 << 6), ME_VERT_PBVH_UPDATE = (1 << 7),
java.io.IOException
__DNA__FIELD__flag
public void setFlag(byte flag) throws java.io.IOException
SELECT = 1 ME_VERT_TMP_TAG = (1 << 2), ME_HIDE = (1 << 4), ME_VERT_MERGED = (1 << 6), ME_VERT_PBVH_UPDATE = (1 << 7),
java.io.IOException
__DNA__FIELD__flag
public byte getBweight() throws java.io.IOException
java.io.IOException
__DNA__FIELD__bweight
public void setBweight(byte bweight) throws java.io.IOException
java.io.IOException
__DNA__FIELD__bweight