메소드 | 설명 | |
---|---|---|
WTDecompSpec ( int nc, int dec, int lev ) : System |
Constructs a new 'WTDecompSpec' for the specified number of components and tiles, with the given main default decomposition type and number of levels. NOTE: The tile specific things are not supported yet
|
|
getDecSpecType ( int n ) : byte |
Returns the type of specification for the decomposition in the specified component and tile. The specification type is one of: 'DEC_SPEC_MAIN_DEF', 'DEC_SPEC_COMP_DEF', 'DEC_SPEC_TILE_DEF', 'DEC_SPEC_TILE_COMP'. NOTE: The tile specific things are not supported yet
|
|
getDecompType ( int n ) : int |
Returns the decomposition type to be used in component 'n' and tile 't'. NOTE: The tile specific things are not supported yet
|
|
getLevels ( int n ) : int |
Returns the decomposition number of levels in component 'n' and tile 't'. NOTE: The tile specific things are not supported yet
|
|
setMainCompDefDecompType ( int n, int dec, int lev ) : void |
Sets the "component main default" decomposition type and number of levels for the specified component. Both 'dec' and 'lev' can not be negative at the same time.
|
public WTDecompSpec ( int nc, int dec, int lev ) : System | ||
nc | int | The number of components /// /// |
dec | int | The main default decomposition type /// /// |
lev | int | The main default number of decomposition levels /// /// /// /// |
리턴 | System |
public getDecSpecType ( int n ) : byte | ||
n | int | The component index /// /// |
리턴 | byte |
public getDecompType ( int n ) : int | ||
n | int | The component index. /// /// |
리턴 | int |
public setMainCompDefDecompType ( int n, int dec, int lev ) : void | ||
n | int | The component index /// /// |
dec | int | The decomposition type. If negative then the main default is /// used. /// /// |
lev | int | The number of levels. If negative then the main defaul is /// used. /// /// /// /// |
리턴 | void |