public abstract class ScaleOctave extends Object
Modifier and Type | Method and Description |
---|---|
double |
getAbsoluteScale(int q) |
double |
getAbsoluteScale(int p,
int q) |
int |
getHeight() |
ScaleLevel |
getLevel(int q) |
void |
getNeighborhood(int q,
int u,
int v,
float[][][] nh) |
int |
getOctaveIndex() |
int |
getScaleIndex(int p,
int q) |
int |
getWidth() |
boolean |
isInside(int q,
int u,
int v) |
void |
print() |
void |
show(String name,
int p) |
void |
showAsStack(String name) |
void |
showAsStack(String name,
int p) |
public int getOctaveIndex()
public int getWidth()
public int getHeight()
public ScaleLevel getLevel(int q)
public boolean isInside(int q, int u, int v)
public double getAbsoluteScale(int q)
public void getNeighborhood(int q, int u, int v, float[][][] nh)
public void print()
public void showAsStack(String name)
public void showAsStack(String name, int p)
public int getScaleIndex(int p, int q)
public double getAbsoluteScale(int p, int q)
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)