public class SubsurfModifierData extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad
Field descriptor (offset) for struct member '_pad'.
|
static long[] |
__DNA__FIELD__emCache
Field descriptor (offset) for struct member 'emCache'.
|
static long[] |
__DNA__FIELD__flags
Field descriptor (offset) for struct member 'flags'.
|
static long[] |
__DNA__FIELD__levels
Field descriptor (offset) for struct member 'levels'.
|
static long[] |
__DNA__FIELD__mCache
Field descriptor (offset) for struct member 'mCache'.
|
static long[] |
__DNA__FIELD__modifier
Field descriptor (offset) for struct member 'modifier'.
|
static long[] |
__DNA__FIELD__quality
Field descriptor (offset) for struct member 'quality'.
|
static long[] |
__DNA__FIELD__renderLevels
Field descriptor (offset) for struct member 'renderLevels'.
|
static long[] |
__DNA__FIELD__subdivType
Field descriptor (offset) for struct member 'subdivType'.
|
static long[] |
__DNA__FIELD__uv_smooth
Field descriptor (offset) for struct member 'uv_smooth'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct SubsurfModifierData.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
SubsurfModifierData(long __address,
Block __block,
BlockTable __blockTable) |
protected |
SubsurfModifierData(SubsurfModifierData that) |
Modifier and Type | Method and Description |
---|---|
CPointer<SubsurfModifierData> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad()
Get method for struct member '_pad'.
|
CPointer<java.lang.Object> |
getEmCache()
Get method for struct member 'emCache'.
|
short |
getFlags()
Get method for struct member 'flags'.
|
short |
getLevels()
Get method for struct member 'levels'.
|
CPointer<java.lang.Object> |
getMCache()
Get method for struct member 'mCache'.
|
ModifierData |
getModifier()
Get method for struct member 'modifier'.
|
short |
getQuality()
Get method for struct member 'quality'.
|
short |
getRenderLevels()
Get method for struct member 'renderLevels'.
|
short |
getSubdivType()
Get method for struct member 'subdivType'.
|
short |
getUv_smooth()
Get method for struct member 'uv_smooth'.
|
void |
set_pad(CArrayFacade<java.lang.Byte> _pad)
Set method for struct member '_pad'.
|
void |
setEmCache(CPointer<java.lang.Object> emCache)
Set method for struct member 'emCache'.
|
void |
setFlags(short flags)
Set method for struct member 'flags'.
|
void |
setLevels(short levels)
Set method for struct member 'levels'.
|
void |
setMCache(CPointer<java.lang.Object> mCache)
Set method for struct member 'mCache'.
|
void |
setModifier(ModifierData modifier)
Set method for struct member 'modifier'.
|
void |
setQuality(short quality)
Set method for struct member 'quality'.
|
void |
setRenderLevels(short renderLevels)
Set method for struct member 'renderLevels'.
|
void |
setSubdivType(short subdivType)
Set method for struct member 'subdivType'.
|
void |
setUv_smooth(short uv_smooth)
Set method for struct member 'uv_smooth'.
|
__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 SubsurfModifierData.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__modifier
This is how you get a reference on the corresponding field in the struct:
SubsurfModifierData subsurfmodifierdata = ...; CPointer<Object> p = subsurfmodifierdata.__dna__addressof(SubsurfModifierData.__DNA__FIELD__modifier); CPointer<ModifierData> p_modifier = p.cast(new Class[]{ModifierData.class});
public static final long[] __DNA__FIELD__subdivType
This is how you get a reference on the corresponding field in the struct:
SubsurfModifierData subsurfmodifierdata = ...; CPointer<Object> p = subsurfmodifierdata.__dna__addressof(SubsurfModifierData.__DNA__FIELD__subdivType); CPointer<Short> p_subdivType = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__levels
This is how you get a reference on the corresponding field in the struct:
SubsurfModifierData subsurfmodifierdata = ...; CPointer<Object> p = subsurfmodifierdata.__dna__addressof(SubsurfModifierData.__DNA__FIELD__levels); CPointer<Short> p_levels = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__renderLevels
This is how you get a reference on the corresponding field in the struct:
SubsurfModifierData subsurfmodifierdata = ...; CPointer<Object> p = subsurfmodifierdata.__dna__addressof(SubsurfModifierData.__DNA__FIELD__renderLevels); CPointer<Short> p_renderLevels = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__flags
This is how you get a reference on the corresponding field in the struct:
SubsurfModifierData subsurfmodifierdata = ...; CPointer<Object> p = subsurfmodifierdata.__dna__addressof(SubsurfModifierData.__DNA__FIELD__flags); CPointer<Short> p_flags = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__uv_smooth
This is how you get a reference on the corresponding field in the struct:
SubsurfModifierData subsurfmodifierdata = ...; CPointer<Object> p = subsurfmodifierdata.__dna__addressof(SubsurfModifierData.__DNA__FIELD__uv_smooth); CPointer<Short> p_uv_smooth = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD__quality
This is how you get a reference on the corresponding field in the struct:
SubsurfModifierData subsurfmodifierdata = ...; CPointer<Object> p = subsurfmodifierdata.__dna__addressof(SubsurfModifierData.__DNA__FIELD__quality); CPointer<Short> p_quality = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD___pad
This is how you get a reference on the corresponding field in the struct:
SubsurfModifierData subsurfmodifierdata = ...; CPointer<Object> p = subsurfmodifierdata.__dna__addressof(SubsurfModifierData.__DNA__FIELD___pad); CPointer<CArrayFacade<Byte>> p__pad = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__emCache
TODO(sergey): Get rid of those with the old CCG subdivision code.
This is how you get a reference on the corresponding field in the struct:
SubsurfModifierData subsurfmodifierdata = ...; CPointer<Object> p = subsurfmodifierdata.__dna__addressof(SubsurfModifierData.__DNA__FIELD__emCache); CPointer<CPointer<Object>> p_emCache = p.cast(new Class[]{CPointer.class, Object.class});
public static final long[] __DNA__FIELD__mCache
This is how you get a reference on the corresponding field in the struct:
SubsurfModifierData subsurfmodifierdata = ...; CPointer<Object> p = subsurfmodifierdata.__dna__addressof(SubsurfModifierData.__DNA__FIELD__mCache); CPointer<CPointer<Object>> p_mCache = p.cast(new Class[]{CPointer.class, Object.class});
public SubsurfModifierData(long __address, Block __block, BlockTable __blockTable)
protected SubsurfModifierData(SubsurfModifierData that)
public ModifierData getModifier() throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public void setModifier(ModifierData modifier) throws java.io.IOException
java.io.IOException
__DNA__FIELD__modifier
public short getSubdivType() throws java.io.IOException
java.io.IOException
__DNA__FIELD__subdivType
public void setSubdivType(short subdivType) throws java.io.IOException
java.io.IOException
__DNA__FIELD__subdivType
public short getLevels() throws java.io.IOException
java.io.IOException
__DNA__FIELD__levels
public void setLevels(short levels) throws java.io.IOException
java.io.IOException
__DNA__FIELD__levels
public short getRenderLevels() throws java.io.IOException
java.io.IOException
__DNA__FIELD__renderLevels
public void setRenderLevels(short renderLevels) throws java.io.IOException
java.io.IOException
__DNA__FIELD__renderLevels
public short getFlags() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public void setFlags(short flags) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public short getUv_smooth() throws java.io.IOException
java.io.IOException
__DNA__FIELD__uv_smooth
public void setUv_smooth(short uv_smooth) throws java.io.IOException
java.io.IOException
__DNA__FIELD__uv_smooth
public short getQuality() throws java.io.IOException
java.io.IOException
__DNA__FIELD__quality
public void setQuality(short quality) throws java.io.IOException
java.io.IOException
__DNA__FIELD__quality
public CArrayFacade<java.lang.Byte> get_pad() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public void set_pad(CArrayFacade<java.lang.Byte> _pad) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad
public CPointer<java.lang.Object> getEmCache() throws java.io.IOException
TODO(sergey): Get rid of those with the old CCG subdivision code.
java.io.IOException
__DNA__FIELD__emCache
public void setEmCache(CPointer<java.lang.Object> emCache) throws java.io.IOException
TODO(sergey): Get rid of those with the old CCG subdivision code.
java.io.IOException
__DNA__FIELD__emCache
public CPointer<java.lang.Object> getMCache() throws java.io.IOException
java.io.IOException
__DNA__FIELD__mCache
public void setMCache(CPointer<java.lang.Object> mCache) throws java.io.IOException
java.io.IOException
__DNA__FIELD__mCache
public CPointer<SubsurfModifierData> __io__addressof()