|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cycling74.max.MaxObject
holoedit.util.Smooth
public class Smooth
Field Summary | |
---|---|
protected java.lang.String[] |
INLET_ASSIST
|
protected int[] |
INLET_TYPES
|
protected java.lang.String[] |
OUTLET_ASSIST
|
protected int[] |
OUTLET_TYPES
|
private int |
smooth
|
private java.util.Vector<java.lang.Double> |
stack
|
Fields inherited from class com.cycling74.max.MaxObject |
---|
EMPTY_STRING_ARRAY, NO_INLETS, NO_OUTLETS |
Constructor Summary | |
---|---|
Smooth(com.cycling74.max.Atom[] atoms)
|
Method Summary | |
---|---|
private void |
calcSmooth(double d)
|
void |
clear()
|
void |
inlet(float f)
|
void |
inlet(int i)
|
void |
smooth(int i)
|
Methods inherited from class com.cycling74.max.MaxObject |
---|
anything, bail, bang, createInfoOutlet, dblclick, declareAttribute, declareAttribute, declareInlets, declareIO, declareOutlets, declareReadOnlyAttribute, declareReadOnlyAttribute, declareTypedIO, embedMessage, error, gc, getAttr, getAttrAtomArray, getAttrBool, getAttrBoolArray, getAttrByte, getAttrByteArray, getAttrChar, getAttrCharArray, getAttrDouble, getAttrDoubleArray, getAttrFloat, getAttrFloatArray, getAttributeInfo, getAttrInt, getAttrIntArray, getAttrLongArray, getAttrShort, getAttrShortArray, getAttrString, getAttrStringArray, getCodeSourcePath, getContext, getErrorStream, getInfoIdx, getInlet, getInletAssist, getInletType, getLongAttr, getMaxBox, getName, getNumInlets, getNumOutlets, getOutletAssist, getOutletType, getParentPatcher, getPostStream, list, loadbang, notifyDeleted, ouch, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outlet, outletBang, outletBangHigh, outletHigh, outletHigh, outletHigh, outletHigh, outletHigh, outletHigh, outletHigh, outletHigh, outletHigh, outletHigh, post, postCodePath, save, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setAttr, setInletAssist, setInletAssist, setName, setOutletAssist, setOutletAssist, showException, showException, toString, viewsource, zap |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected int[] INLET_TYPES
protected int[] OUTLET_TYPES
protected java.lang.String[] INLET_ASSIST
protected java.lang.String[] OUTLET_ASSIST
private int smooth
private java.util.Vector<java.lang.Double> stack
Constructor Detail |
---|
public Smooth(com.cycling74.max.Atom[] atoms)
Method Detail |
---|
public void clear()
public void smooth(int i)
public void inlet(int i)
inlet
in class com.cycling74.max.MaxObject
public void inlet(float f)
inlet
in class com.cycling74.max.MaxObject
private void calcSmooth(double d)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |