public class Sculpt extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD__detail_size
Field descriptor (offset) for struct member 'detail_size'.
|
static long[] |
__DNA__FIELD__flags
Field descriptor (offset) for struct member 'flags'.
|
static long[] |
__DNA__FIELD__paint
Field descriptor (offset) for struct member 'paint'.
|
static long[] |
__DNA__FIELD__radial_symm
Field descriptor (offset) for struct member 'radial_symm'.
|
static long[] |
__DNA__FIELD__symmetrize_direction
Field descriptor (offset) for struct member 'symmetrize_direction'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct Sculpt.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
|
Sculpt(long __address,
Block __block,
BlockTable __blockTable) |
protected |
Sculpt(Sculpt that) |
Modifier and Type | Method and Description |
---|---|
CPointer<Sculpt> |
__io__addressof()
Instantiates a pointer on this instance.
|
int |
getDetail_size()
Get method for struct member 'detail_size'.
|
int |
getFlags()
Get method for struct member 'flags'.
|
Paint |
getPaint()
Get method for struct member 'paint'.
|
CArrayFacade<java.lang.Integer> |
getRadial_symm()
Get method for struct member 'radial_symm'.
|
int |
getSymmetrize_direction()
Get method for struct member 'symmetrize_direction'.
|
void |
setDetail_size(int detail_size)
Set method for struct member 'detail_size'.
|
void |
setFlags(int flags)
Set method for struct member 'flags'.
|
void |
setPaint(Paint paint)
Set method for struct member 'paint'.
|
void |
setRadial_symm(CArrayFacade<java.lang.Integer> radial_symm)
Set method for struct member 'radial_symm'.
|
void |
setSymmetrize_direction(int symmetrize_direction)
Set method for struct member 'symmetrize_direction'.
|
__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 Sculpt.
org.cakelab.blender.io.dna.internal.StructDNA}
,
org.cakelab.blender.io.block.BlockTable#allocate}
,
Constant Field Valuespublic static final long[] __DNA__FIELD__paint
This is how you get a reference on the corresponding field in the struct:
Sculpt sculpt = ...; CPointer<Object> p = sculpt.__dna__addressof(Sculpt.__DNA__FIELD__paint); CPointer<Paint> p_paint = p.cast(new Class[]{Paint.class});
public static final long[] __DNA__FIELD__flags
This is how you get a reference on the corresponding field in the struct:
Sculpt sculpt = ...; CPointer<Object> p = sculpt.__dna__addressof(Sculpt.__DNA__FIELD__flags); CPointer<Integer> p_flags = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__radial_symm
This is how you get a reference on the corresponding field in the struct:
Sculpt sculpt = ...; CPointer<Object> p = sculpt.__dna__addressof(Sculpt.__DNA__FIELD__radial_symm); CPointer<CArrayFacade<Integer>> p_radial_symm = p.cast(new Class[]{CArrayFacade.class, Integer.class});
public static final long[] __DNA__FIELD__detail_size
This is how you get a reference on the corresponding field in the struct:
Sculpt sculpt = ...; CPointer<Object> p = sculpt.__dna__addressof(Sculpt.__DNA__FIELD__detail_size); CPointer<Integer> p_detail_size = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__symmetrize_direction
This is how you get a reference on the corresponding field in the struct:
Sculpt sculpt = ...; CPointer<Object> p = sculpt.__dna__addressof(Sculpt.__DNA__FIELD__symmetrize_direction); CPointer<Integer> p_symmetrize_direction = p.cast(new Class[]{Integer.class});
public Sculpt(long __address, Block __block, BlockTable __blockTable)
protected Sculpt(Sculpt that)
public Paint getPaint() throws java.io.IOException
java.io.IOException
__DNA__FIELD__paint
public void setPaint(Paint paint) throws java.io.IOException
java.io.IOException
__DNA__FIELD__paint
public int getFlags() throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public void setFlags(int flags) throws java.io.IOException
java.io.IOException
__DNA__FIELD__flags
public CArrayFacade<java.lang.Integer> getRadial_symm() throws java.io.IOException
java.io.IOException
__DNA__FIELD__radial_symm
public void setRadial_symm(CArrayFacade<java.lang.Integer> radial_symm) throws java.io.IOException
java.io.IOException
__DNA__FIELD__radial_symm
public int getDetail_size() throws java.io.IOException
java.io.IOException
__DNA__FIELD__detail_size
public void setDetail_size(int detail_size) throws java.io.IOException
java.io.IOException
__DNA__FIELD__detail_size
public int getSymmetrize_direction() throws java.io.IOException
java.io.IOException
__DNA__FIELD__symmetrize_direction
public void setSymmetrize_direction(int symmetrize_direction) throws java.io.IOException
java.io.IOException
__DNA__FIELD__symmetrize_direction