public class FreestyleLineSet extends CFacade
Modifier and Type | Field and Description |
---|---|
static long[] |
__DNA__FIELD___pad1
Field descriptor (offset) for struct member '_pad1'.
|
static long[] |
__DNA__FIELD___pad2
Field descriptor (offset) for struct member '_pad2'.
|
static long[] |
__DNA__FIELD__edge_types
Field descriptor (offset) for struct member 'edge_types'.
|
static long[] |
__DNA__FIELD__exclude_edge_types
Field descriptor (offset) for struct member 'exclude_edge_types'.
|
static long[] |
__DNA__FIELD__flags
Field descriptor (offset) for struct member 'flags'.
|
static long[] |
__DNA__FIELD__group
Field descriptor (offset) for struct member 'group'.
|
static long[] |
__DNA__FIELD__linestyle
Field descriptor (offset) for struct member 'linestyle'.
|
static long[] |
__DNA__FIELD__name
Field descriptor (offset) for struct member 'name'.
|
static long[] |
__DNA__FIELD__next
Field descriptor (offset) for struct member 'next'.
|
static long[] |
__DNA__FIELD__prev
Field descriptor (offset) for struct member 'prev'.
|
static long[] |
__DNA__FIELD__qi
Field descriptor (offset) for struct member 'qi'.
|
static long[] |
__DNA__FIELD__qi_end
Field descriptor (offset) for struct member 'qi_end'.
|
static long[] |
__DNA__FIELD__qi_start
Field descriptor (offset) for struct member 'qi_start'.
|
static long[] |
__DNA__FIELD__selection
Field descriptor (offset) for struct member 'selection'.
|
static int |
__DNA__SDNA_INDEX
This is the sdna index of the struct FreestyleLineSet.
|
__io__address, __io__arch_index, __io__block, __io__blockTable, __io__pointersize
Modifier | Constructor and Description |
---|---|
protected |
FreestyleLineSet(FreestyleLineSet that) |
|
FreestyleLineSet(long __address,
Block __block,
BlockTable __blockTable) |
Modifier and Type | Method and Description |
---|---|
CPointer<FreestyleLineSet> |
__io__addressof()
Instantiates a pointer on this instance.
|
CArrayFacade<java.lang.Byte> |
get_pad1()
Get method for struct member '_pad1'.
|
CArrayFacade<java.lang.Byte> |
get_pad2()
Get method for struct member '_pad2'.
|
int |
getEdge_types()
Get method for struct member 'edge_types'.
|
int |
getExclude_edge_types()
Get method for struct member 'exclude_edge_types'.
|
int |
getFlags()
Get method for struct member 'flags'.
|
CPointer<Collection> |
getGroup()
Get method for struct member 'group'.
|
CPointer<FreestyleLineStyle> |
getLinestyle()
Get method for struct member 'linestyle'.
|
CArrayFacade<java.lang.Byte> |
getName()
Get method for struct member 'name'.
|
CPointer<FreestyleLineSet> |
getNext()
Get method for struct member 'next'.
|
CPointer<FreestyleLineSet> |
getPrev()
Get method for struct member 'prev'.
|
int |
getQi_end()
Get method for struct member 'qi_end'.
|
int |
getQi_start()
Get method for struct member 'qi_start'.
|
short |
getQi()
Get method for struct member 'qi'.
|
int |
getSelection()
Get method for struct member 'selection'.
|
void |
set_pad1(CArrayFacade<java.lang.Byte> _pad1)
Set method for struct member '_pad1'.
|
void |
set_pad2(CArrayFacade<java.lang.Byte> _pad2)
Set method for struct member '_pad2'.
|
void |
setEdge_types(int edge_types)
Set method for struct member 'edge_types'.
|
void |
setExclude_edge_types(int exclude_edge_types)
Set method for struct member 'exclude_edge_types'.
|
void |
setFlags(int flags)
Set method for struct member 'flags'.
|
void |
setGroup(CPointer<Collection> group)
Set method for struct member 'group'.
|
void |
setLinestyle(CPointer<FreestyleLineStyle> linestyle)
Set method for struct member 'linestyle'.
|
void |
setName(CArrayFacade<java.lang.Byte> name)
Set method for struct member 'name'.
|
void |
setNext(CPointer<FreestyleLineSet> next)
Set method for struct member 'next'.
|
void |
setPrev(CPointer<FreestyleLineSet> prev)
Set method for struct member 'prev'.
|
void |
setQi_end(int qi_end)
Set method for struct member 'qi_end'.
|
void |
setQi_start(int qi_start)
Set method for struct member 'qi_start'.
|
void |
setQi(short qi)
Set method for struct member 'qi'.
|
void |
setSelection(int selection)
Set method for struct member 'selection'.
|
__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 FreestyleLineSet.
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:
FreestyleLineSet freestylelineset = ...; CPointer<Object> p = freestylelineset.__dna__addressof(FreestyleLineSet.__DNA__FIELD__next); CPointer<CPointer<FreestyleLineSet>> p_next = p.cast(new Class[]{CPointer.class, FreestyleLineSet.class});
public static final long[] __DNA__FIELD__prev
This is how you get a reference on the corresponding field in the struct:
FreestyleLineSet freestylelineset = ...; CPointer<Object> p = freestylelineset.__dna__addressof(FreestyleLineSet.__DNA__FIELD__prev); CPointer<CPointer<FreestyleLineSet>> p_prev = p.cast(new Class[]{CPointer.class, FreestyleLineSet.class});
public static final long[] __DNA__FIELD__name
Line set name, MAX_NAME.
This is how you get a reference on the corresponding field in the struct:
FreestyleLineSet freestylelineset = ...; CPointer<Object> p = freestylelineset.__dna__addressof(FreestyleLineSet.__DNA__FIELD__name); CPointer<CArrayFacade<Byte>> p_name = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__flags
This is how you get a reference on the corresponding field in the struct:
FreestyleLineSet freestylelineset = ...; CPointer<Object> p = freestylelineset.__dna__addressof(FreestyleLineSet.__DNA__FIELD__flags); CPointer<Integer> p_flags = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__selection
Selection criteria.
This is how you get a reference on the corresponding field in the struct:
FreestyleLineSet freestylelineset = ...; CPointer<Object> p = freestylelineset.__dna__addressof(FreestyleLineSet.__DNA__FIELD__selection); CPointer<Integer> p_selection = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__qi
Quantitative invisibility.
This is how you get a reference on the corresponding field in the struct:
FreestyleLineSet freestylelineset = ...; CPointer<Object> p = freestylelineset.__dna__addressof(FreestyleLineSet.__DNA__FIELD__qi); CPointer<Short> p_qi = p.cast(new Class[]{Short.class});
public static final long[] __DNA__FIELD___pad1
This is how you get a reference on the corresponding field in the struct:
FreestyleLineSet freestylelineset = ...; CPointer<Object> p = freestylelineset.__dna__addressof(FreestyleLineSet.__DNA__FIELD___pad1); CPointer<CArrayFacade<Byte>> p__pad1 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__qi_start
This is how you get a reference on the corresponding field in the struct:
FreestyleLineSet freestylelineset = ...; CPointer<Object> p = freestylelineset.__dna__addressof(FreestyleLineSet.__DNA__FIELD__qi_start); CPointer<Integer> p_qi_start = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__qi_end
This is how you get a reference on the corresponding field in the struct:
FreestyleLineSet freestylelineset = ...; CPointer<Object> p = freestylelineset.__dna__addressof(FreestyleLineSet.__DNA__FIELD__qi_end); CPointer<Integer> p_qi_end = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__edge_types
Feature edge types.
This is how you get a reference on the corresponding field in the struct:
FreestyleLineSet freestylelineset = ...; CPointer<Object> p = freestylelineset.__dna__addressof(FreestyleLineSet.__DNA__FIELD__edge_types); CPointer<Integer> p_edge_types = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD__exclude_edge_types
This is how you get a reference on the corresponding field in the struct:
FreestyleLineSet freestylelineset = ...; CPointer<Object> p = freestylelineset.__dna__addressof(FreestyleLineSet.__DNA__FIELD__exclude_edge_types); CPointer<Integer> p_exclude_edge_types = p.cast(new Class[]{Integer.class});
public static final long[] __DNA__FIELD___pad2
This is how you get a reference on the corresponding field in the struct:
FreestyleLineSet freestylelineset = ...; CPointer<Object> p = freestylelineset.__dna__addressof(FreestyleLineSet.__DNA__FIELD___pad2); CPointer<CArrayFacade<Byte>> p__pad2 = p.cast(new Class[]{CArrayFacade.class, Byte.class});
public static final long[] __DNA__FIELD__group
Group of target objects.
This is how you get a reference on the corresponding field in the struct:
FreestyleLineSet freestylelineset = ...; CPointer<Object> p = freestylelineset.__dna__addressof(FreestyleLineSet.__DNA__FIELD__group); CPointer<CPointer<Collection>> p_group = p.cast(new Class[]{CPointer.class, Collection.class});
public static final long[] __DNA__FIELD__linestyle
This is how you get a reference on the corresponding field in the struct:
FreestyleLineSet freestylelineset = ...; CPointer<Object> p = freestylelineset.__dna__addressof(FreestyleLineSet.__DNA__FIELD__linestyle); CPointer<CPointer<FreestyleLineStyle>> p_linestyle = p.cast(new Class[]{CPointer.class, FreestyleLineStyle.class});
public FreestyleLineSet(long __address, Block __block, BlockTable __blockTable)
protected FreestyleLineSet(FreestyleLineSet that)
public CPointer<FreestyleLineSet> getNext() throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public void setNext(CPointer<FreestyleLineSet> next) throws java.io.IOException
java.io.IOException
__DNA__FIELD__next
public CPointer<FreestyleLineSet> getPrev() throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public void setPrev(CPointer<FreestyleLineSet> prev) throws java.io.IOException
java.io.IOException
__DNA__FIELD__prev
public CArrayFacade<java.lang.Byte> getName() throws java.io.IOException
Line set name, MAX_NAME.
java.io.IOException
__DNA__FIELD__name
public void setName(CArrayFacade<java.lang.Byte> name) throws java.io.IOException
Line set name, MAX_NAME.
java.io.IOException
__DNA__FIELD__name
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 int getSelection() throws java.io.IOException
Selection criteria.
java.io.IOException
__DNA__FIELD__selection
public void setSelection(int selection) throws java.io.IOException
Selection criteria.
java.io.IOException
__DNA__FIELD__selection
public short getQi() throws java.io.IOException
Quantitative invisibility.
java.io.IOException
__DNA__FIELD__qi
public void setQi(short qi) throws java.io.IOException
Quantitative invisibility.
java.io.IOException
__DNA__FIELD__qi
public CArrayFacade<java.lang.Byte> get_pad1() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad1
public void set_pad1(CArrayFacade<java.lang.Byte> _pad1) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad1
public int getQi_start() throws java.io.IOException
java.io.IOException
__DNA__FIELD__qi_start
public void setQi_start(int qi_start) throws java.io.IOException
java.io.IOException
__DNA__FIELD__qi_start
public int getQi_end() throws java.io.IOException
java.io.IOException
__DNA__FIELD__qi_end
public void setQi_end(int qi_end) throws java.io.IOException
java.io.IOException
__DNA__FIELD__qi_end
public int getEdge_types() throws java.io.IOException
Feature edge types.
java.io.IOException
__DNA__FIELD__edge_types
public void setEdge_types(int edge_types) throws java.io.IOException
Feature edge types.
java.io.IOException
__DNA__FIELD__edge_types
public int getExclude_edge_types() throws java.io.IOException
java.io.IOException
__DNA__FIELD__exclude_edge_types
public void setExclude_edge_types(int exclude_edge_types) throws java.io.IOException
java.io.IOException
__DNA__FIELD__exclude_edge_types
public CArrayFacade<java.lang.Byte> get_pad2() throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad2
public void set_pad2(CArrayFacade<java.lang.Byte> _pad2) throws java.io.IOException
java.io.IOException
__DNA__FIELD___pad2
public CPointer<Collection> getGroup() throws java.io.IOException
Group of target objects.
java.io.IOException
__DNA__FIELD__group
public void setGroup(CPointer<Collection> group) throws java.io.IOException
Group of target objects.
java.io.IOException
__DNA__FIELD__group
public CPointer<FreestyleLineStyle> getLinestyle() throws java.io.IOException
java.io.IOException
__DNA__FIELD__linestyle
public void setLinestyle(CPointer<FreestyleLineStyle> linestyle) throws java.io.IOException
java.io.IOException
__DNA__FIELD__linestyle
public CPointer<FreestyleLineSet> __io__addressof()