/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 1.3.31 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ----------------------------------------------------------------------------- */ package hep.aida.swig; import hep.aida.jni.AIDAJNIUtil; public class ITuple implements hep.aida.ITuple { private long swigCPtr; protected boolean swigCMemOwn; public ITuple(long cPtr, boolean cMemoryOwn) { swigCMemOwn = cMemoryOwn; swigCPtr = cPtr; } protected static long getCPtr(hep.aida.ITuple obj) { if (obj instanceof ITuple) { return (obj == null) ? 0 : ((ITuple)obj).swigCPtr; } else { long cPtr = AIDAJNI.new_ITuple(); // FIXME, memory leak if Java class gets finalized, since C++ director is not freed. AIDAJNI.ITuple_director_connect(obj, cPtr, true, true); return cPtr; } } public void fill(int arg0, byte arg1) throws IllegalArgumentException { throw new RuntimeException("ITuple.fill(int, byte) not implemented in C++"); } public byte getByte(int arg0) throws ClassCastException { throw new RuntimeException("byte ITuple.getByte(int) not implemented in C++"); } protected void finalize() { delete(); } public synchronized void delete() { if(swigCPtr != 0 && swigCMemOwn) { swigCMemOwn = false; AIDAJNI.delete_ITuple(swigCPtr); } swigCPtr = 0; } protected void swigDirectorDisconnect() { swigCMemOwn = false; delete(); } public void swigReleaseOwnership() { swigCMemOwn = false; AIDAJNI.ITuple_change_ownership(this, swigCPtr, false); } public void swigTakeOwnership() { swigCMemOwn = true; AIDAJNI.ITuple_change_ownership(this, swigCPtr, true); } public String title() { return AIDAJNI.ITuple_title(swigCPtr, this); } public void setTitle(String title) { AIDAJNI.ITuple_setTitle(swigCPtr, this, title); } public hep.aida.IAnnotation annotation() { return new IAnnotation(AIDAJNI.ITuple_annotation(swigCPtr, this), false); } public void fill(int column, double value) { AIDAJNI.ITuple_fill__SWIG_0(swigCPtr, this, column, value); } public void fill(int column, float value) { AIDAJNI.ITuple_fill__SWIG_1(swigCPtr, this, column, value); } public void fill(int column, int value) { AIDAJNI.ITuple_fill__SWIG_2(swigCPtr, this, column, value); } public void fill(int column, short value) { AIDAJNI.ITuple_fill__SWIG_3(swigCPtr, this, column, value); } public void fill(int column, long value) { AIDAJNI.ITuple_fill__SWIG_4(swigCPtr, this, column, value); } public void fill(int column, char value) { AIDAJNI.ITuple_fill__SWIG_5(swigCPtr, this, column, value); } public void fill(int column, boolean value) { AIDAJNI.ITuple_fill__SWIG_6(swigCPtr, this, column, value); } public void fill(int column, String value) { AIDAJNI.ITuple_fill__SWIG_7(swigCPtr, this, column, value); } public void fill(int column, Object value) { AIDAJNI.ITuple_fill__SWIG_8(swigCPtr, this, column, ITupleEntry.getCPtr((hep.aida.ITupleEntry)value), (hep.aida.ITupleEntry)value); } public void fill(double[] values) { AIDAJNI.ITuple_fill__SWIG_9(swigCPtr, this, values); } public void fill(float[] values) { AIDAJNI.ITuple_fill__SWIG_10(swigCPtr, this, values); } public void addRow() { AIDAJNI.ITuple_addRow(swigCPtr, this); } public void resetRow() { AIDAJNI.ITuple_resetRow(swigCPtr, this); } public void reset() { AIDAJNI.ITuple_reset(swigCPtr, this); } public int rows() { return AIDAJNI.ITuple_rows(swigCPtr, this); } public void start() { AIDAJNI.ITuple_start(swigCPtr, this); } public void skip(int rows) { AIDAJNI.ITuple_skip(swigCPtr, this, rows); } public boolean next() { return AIDAJNI.ITuple_next(swigCPtr, this); } public void setRow(int rowIndex) { AIDAJNI.ITuple_setRow(swigCPtr, this, rowIndex); } public int findColumn(String name) { return AIDAJNI.ITuple_findColumn(swigCPtr, this, name); } public double getDouble(int column) { return AIDAJNI.ITuple_getDouble(swigCPtr, this, column); } public float getFloat(int column) { return AIDAJNI.ITuple_getFloat(swigCPtr, this, column); } public int getInt(int column) { return AIDAJNI.ITuple_getInt(swigCPtr, this, column); } public short getShort(int column) { return AIDAJNI.ITuple_getShort(swigCPtr, this, column); } public long getLong(int column) { return AIDAJNI.ITuple_getLong(swigCPtr, this, column); } public char getChar(int column) { return AIDAJNI.ITuple_getChar(swigCPtr, this, column); } public boolean getBoolean(int column) { return AIDAJNI.ITuple_getBoolean(swigCPtr, this, column); } public String getString(int column) { return AIDAJNI.ITuple_getString(swigCPtr, this, column); } public Object getObject(int column) { long cPtr = AIDAJNI.ITuple_getObject(swigCPtr, this, column); return (cPtr == 0) ? null : new ITupleEntry(cPtr, false); } public hep.aida.ITuple getTuple(int column) { long cPtr = AIDAJNI.ITuple_getTuple(swigCPtr, this, column); return (cPtr == 0) ? null : new ITuple(cPtr, false); } public int columns() { return AIDAJNI.ITuple_columns(swigCPtr, this); } public String columnName(int column) { return AIDAJNI.ITuple_columnName(swigCPtr, this, column); } public String[] columnNames() { return AIDAJNIUtil.toStringArray(AIDAJNI.ITuple_columnNames(swigCPtr, this)); } public Class columnType(int column) { return AIDAJNIUtil.convert(AIDAJNI.ITuple_columnType(swigCPtr, this, column)); } public Class[] columnTypes() { return AIDAJNIUtil.toClassArray(AIDAJNI.ITuple_columnTypes(swigCPtr, this)); } public double columnMin(int column) { return AIDAJNI.ITuple_columnMin(swigCPtr, this, column); } public double columnMax(int column) { return AIDAJNI.ITuple_columnMax(swigCPtr, this, column); } public double columnMean(int column) { return AIDAJNI.ITuple_columnMean(swigCPtr, this, column); } public double columnRms(int column) { return AIDAJNI.ITuple_columnRms(swigCPtr, this, column); } public void project(hep.aida.IHistogram1D histogram, hep.aida.IEvaluator evaluatorX) { AIDAJNI.ITuple_project__SWIG_0(swigCPtr, this, IHistogram1D.getCPtr(histogram), (hep.aida.IHistogram1D)histogram, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX); } public void project(hep.aida.IHistogram1D histogram, hep.aida.IEvaluator evaluatorX, hep.aida.IFilter filter) { AIDAJNI.ITuple_project__SWIG_1(swigCPtr, this, IHistogram1D.getCPtr(histogram), (hep.aida.IHistogram1D)histogram, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IFilter.getCPtr(filter), (hep.aida.IFilter)filter); } public void project(hep.aida.IHistogram1D histogram, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator weight) { AIDAJNI.ITuple_project__SWIG_2(swigCPtr, this, IHistogram1D.getCPtr(histogram), (hep.aida.IHistogram1D)histogram, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(weight), (hep.aida.IEvaluator)weight); } public void project(hep.aida.IHistogram1D histogram, hep.aida.IEvaluator evaluatorX, hep.aida.IFilter filter, hep.aida.IEvaluator weight) { AIDAJNI.ITuple_project__SWIG_3(swigCPtr, this, IHistogram1D.getCPtr(histogram), (hep.aida.IHistogram1D)histogram, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IFilter.getCPtr(filter), (hep.aida.IFilter)filter, IEvaluator.getCPtr(weight), (hep.aida.IEvaluator)weight); } public void project(hep.aida.IHistogram2D histogram, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY) { AIDAJNI.ITuple_project__SWIG_4(swigCPtr, this, IHistogram2D.getCPtr(histogram), (hep.aida.IHistogram2D)histogram, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(evaluatorY), (hep.aida.IEvaluator)evaluatorY); } public void project(hep.aida.IHistogram2D histogram, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IFilter filter) { AIDAJNI.ITuple_project__SWIG_5(swigCPtr, this, IHistogram2D.getCPtr(histogram), (hep.aida.IHistogram2D)histogram, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(evaluatorY), (hep.aida.IEvaluator)evaluatorY, IFilter.getCPtr(filter), (hep.aida.IFilter)filter); } public void project(hep.aida.IHistogram2D histogram, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator weight) { AIDAJNI.ITuple_project__SWIG_6(swigCPtr, this, IHistogram2D.getCPtr(histogram), (hep.aida.IHistogram2D)histogram, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(evaluatorY), (hep.aida.IEvaluator)evaluatorY, IEvaluator.getCPtr(weight), (hep.aida.IEvaluator)weight); } public void project(hep.aida.IHistogram2D histogram, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IFilter filter, hep.aida.IEvaluator weight) { AIDAJNI.ITuple_project__SWIG_7(swigCPtr, this, IHistogram2D.getCPtr(histogram), (hep.aida.IHistogram2D)histogram, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(evaluatorY), (hep.aida.IEvaluator)evaluatorY, IFilter.getCPtr(filter), (hep.aida.IFilter)filter, IEvaluator.getCPtr(weight), (hep.aida.IEvaluator)weight); } public void project(hep.aida.IHistogram3D histogram, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator evaluatorZ) { AIDAJNI.ITuple_project__SWIG_8(swigCPtr, this, IHistogram3D.getCPtr(histogram), (hep.aida.IHistogram3D)histogram, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(evaluatorY), (hep.aida.IEvaluator)evaluatorY, IEvaluator.getCPtr(evaluatorZ), (hep.aida.IEvaluator)evaluatorZ); } public void project(hep.aida.IHistogram3D histogram, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator evaluatorZ, hep.aida.IFilter filter) { AIDAJNI.ITuple_project__SWIG_9(swigCPtr, this, IHistogram3D.getCPtr(histogram), (hep.aida.IHistogram3D)histogram, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(evaluatorY), (hep.aida.IEvaluator)evaluatorY, IEvaluator.getCPtr(evaluatorZ), (hep.aida.IEvaluator)evaluatorZ, IFilter.getCPtr(filter), (hep.aida.IFilter)filter); } public void project(hep.aida.IHistogram3D histogram, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator evaluatorZ, hep.aida.IEvaluator weight) { AIDAJNI.ITuple_project__SWIG_10(swigCPtr, this, IHistogram3D.getCPtr(histogram), (hep.aida.IHistogram3D)histogram, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(evaluatorY), (hep.aida.IEvaluator)evaluatorY, IEvaluator.getCPtr(evaluatorZ), (hep.aida.IEvaluator)evaluatorZ, IEvaluator.getCPtr(weight), (hep.aida.IEvaluator)weight); } public void project(hep.aida.IHistogram3D histogram, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator evaluatorZ, hep.aida.IFilter filter, hep.aida.IEvaluator weight) { AIDAJNI.ITuple_project__SWIG_11(swigCPtr, this, IHistogram3D.getCPtr(histogram), (hep.aida.IHistogram3D)histogram, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(evaluatorY), (hep.aida.IEvaluator)evaluatorY, IEvaluator.getCPtr(evaluatorZ), (hep.aida.IEvaluator)evaluatorZ, IFilter.getCPtr(filter), (hep.aida.IFilter)filter, IEvaluator.getCPtr(weight), (hep.aida.IEvaluator)weight); } public void project(hep.aida.ICloud1D cloud, hep.aida.IEvaluator evaluatorX) { AIDAJNI.ITuple_project__SWIG_12(swigCPtr, this, ICloud1D.getCPtr(cloud), (hep.aida.ICloud1D)cloud, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX); } public void project(hep.aida.ICloud1D cloud, hep.aida.IEvaluator evaluatorX, hep.aida.IFilter filter) { AIDAJNI.ITuple_project__SWIG_13(swigCPtr, this, ICloud1D.getCPtr(cloud), (hep.aida.ICloud1D)cloud, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IFilter.getCPtr(filter), (hep.aida.IFilter)filter); } public void project(hep.aida.ICloud1D cloud, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator weight) { AIDAJNI.ITuple_project__SWIG_14(swigCPtr, this, ICloud1D.getCPtr(cloud), (hep.aida.ICloud1D)cloud, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(weight), (hep.aida.IEvaluator)weight); } public void project(hep.aida.ICloud1D cloud, hep.aida.IEvaluator evaluatorX, hep.aida.IFilter filter, hep.aida.IEvaluator weight) { AIDAJNI.ITuple_project__SWIG_15(swigCPtr, this, ICloud1D.getCPtr(cloud), (hep.aida.ICloud1D)cloud, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IFilter.getCPtr(filter), (hep.aida.IFilter)filter, IEvaluator.getCPtr(weight), (hep.aida.IEvaluator)weight); } public void project(hep.aida.ICloud2D cloud, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY) { AIDAJNI.ITuple_project__SWIG_16(swigCPtr, this, ICloud2D.getCPtr(cloud), (hep.aida.ICloud2D)cloud, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(evaluatorY), (hep.aida.IEvaluator)evaluatorY); } public void project(hep.aida.ICloud2D cloud, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IFilter filter) { AIDAJNI.ITuple_project__SWIG_17(swigCPtr, this, ICloud2D.getCPtr(cloud), (hep.aida.ICloud2D)cloud, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(evaluatorY), (hep.aida.IEvaluator)evaluatorY, IFilter.getCPtr(filter), (hep.aida.IFilter)filter); } public void project(hep.aida.ICloud2D cloud, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator weight) { AIDAJNI.ITuple_project__SWIG_18(swigCPtr, this, ICloud2D.getCPtr(cloud), (hep.aida.ICloud2D)cloud, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(evaluatorY), (hep.aida.IEvaluator)evaluatorY, IEvaluator.getCPtr(weight), (hep.aida.IEvaluator)weight); } public void project(hep.aida.ICloud2D cloud, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IFilter filter, hep.aida.IEvaluator weight) { AIDAJNI.ITuple_project__SWIG_19(swigCPtr, this, ICloud2D.getCPtr(cloud), (hep.aida.ICloud2D)cloud, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(evaluatorY), (hep.aida.IEvaluator)evaluatorY, IFilter.getCPtr(filter), (hep.aida.IFilter)filter, IEvaluator.getCPtr(weight), (hep.aida.IEvaluator)weight); } public void project(hep.aida.ICloud3D cloud, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator evaluatorZ) { AIDAJNI.ITuple_project__SWIG_20(swigCPtr, this, ICloud3D.getCPtr(cloud), (hep.aida.ICloud3D)cloud, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(evaluatorY), (hep.aida.IEvaluator)evaluatorY, IEvaluator.getCPtr(evaluatorZ), (hep.aida.IEvaluator)evaluatorZ); } public void project(hep.aida.ICloud3D cloud, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator evaluatorZ, hep.aida.IFilter filter) { AIDAJNI.ITuple_project__SWIG_21(swigCPtr, this, ICloud3D.getCPtr(cloud), (hep.aida.ICloud3D)cloud, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(evaluatorY), (hep.aida.IEvaluator)evaluatorY, IEvaluator.getCPtr(evaluatorZ), (hep.aida.IEvaluator)evaluatorZ, IFilter.getCPtr(filter), (hep.aida.IFilter)filter); } public void project(hep.aida.ICloud3D cloud, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator evaluatorZ, hep.aida.IEvaluator weight) { AIDAJNI.ITuple_project__SWIG_22(swigCPtr, this, ICloud3D.getCPtr(cloud), (hep.aida.ICloud3D)cloud, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(evaluatorY), (hep.aida.IEvaluator)evaluatorY, IEvaluator.getCPtr(evaluatorZ), (hep.aida.IEvaluator)evaluatorZ, IEvaluator.getCPtr(weight), (hep.aida.IEvaluator)weight); } public void project(hep.aida.ICloud3D cloud, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator evaluatorZ, hep.aida.IFilter filter, hep.aida.IEvaluator weight) { AIDAJNI.ITuple_project__SWIG_23(swigCPtr, this, ICloud3D.getCPtr(cloud), (hep.aida.ICloud3D)cloud, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(evaluatorY), (hep.aida.IEvaluator)evaluatorY, IEvaluator.getCPtr(evaluatorZ), (hep.aida.IEvaluator)evaluatorZ, IFilter.getCPtr(filter), (hep.aida.IFilter)filter, IEvaluator.getCPtr(weight), (hep.aida.IEvaluator)weight); } public void project(hep.aida.IProfile1D profile, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY) { AIDAJNI.ITuple_project__SWIG_24(swigCPtr, this, IProfile1D.getCPtr(profile), (hep.aida.IProfile1D)profile, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(evaluatorY), (hep.aida.IEvaluator)evaluatorY); } public void project(hep.aida.IProfile1D profile, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IFilter filter) { AIDAJNI.ITuple_project__SWIG_25(swigCPtr, this, IProfile1D.getCPtr(profile), (hep.aida.IProfile1D)profile, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(evaluatorY), (hep.aida.IEvaluator)evaluatorY, IFilter.getCPtr(filter), (hep.aida.IFilter)filter); } public void project(hep.aida.IProfile1D profile, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator weight) { AIDAJNI.ITuple_project__SWIG_26(swigCPtr, this, IProfile1D.getCPtr(profile), (hep.aida.IProfile1D)profile, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(evaluatorY), (hep.aida.IEvaluator)evaluatorY, IEvaluator.getCPtr(weight), (hep.aida.IEvaluator)weight); } public void project(hep.aida.IProfile1D profile, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IFilter filter, hep.aida.IEvaluator weight) { AIDAJNI.ITuple_project__SWIG_27(swigCPtr, this, IProfile1D.getCPtr(profile), (hep.aida.IProfile1D)profile, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(evaluatorY), (hep.aida.IEvaluator)evaluatorY, IFilter.getCPtr(filter), (hep.aida.IFilter)filter, IEvaluator.getCPtr(weight), (hep.aida.IEvaluator)weight); } public void project(hep.aida.IProfile2D profile, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator evaluatorZ) { AIDAJNI.ITuple_project__SWIG_28(swigCPtr, this, IProfile2D.getCPtr(profile), (hep.aida.IProfile2D)profile, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(evaluatorY), (hep.aida.IEvaluator)evaluatorY, IEvaluator.getCPtr(evaluatorZ), (hep.aida.IEvaluator)evaluatorZ); } public void project(hep.aida.IProfile2D profile, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator evaluatorZ, hep.aida.IFilter filter) { AIDAJNI.ITuple_project__SWIG_29(swigCPtr, this, IProfile2D.getCPtr(profile), (hep.aida.IProfile2D)profile, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(evaluatorY), (hep.aida.IEvaluator)evaluatorY, IEvaluator.getCPtr(evaluatorZ), (hep.aida.IEvaluator)evaluatorZ, IFilter.getCPtr(filter), (hep.aida.IFilter)filter); } public void project(hep.aida.IProfile2D profile, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator evaluatorZ, hep.aida.IEvaluator weight) { AIDAJNI.ITuple_project__SWIG_30(swigCPtr, this, IProfile2D.getCPtr(profile), (hep.aida.IProfile2D)profile, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(evaluatorY), (hep.aida.IEvaluator)evaluatorY, IEvaluator.getCPtr(evaluatorZ), (hep.aida.IEvaluator)evaluatorZ, IEvaluator.getCPtr(weight), (hep.aida.IEvaluator)weight); } public void project(hep.aida.IProfile2D profile, hep.aida.IEvaluator evaluatorX, hep.aida.IEvaluator evaluatorY, hep.aida.IEvaluator evaluatorZ, hep.aida.IFilter filter, hep.aida.IEvaluator weight) { AIDAJNI.ITuple_project__SWIG_31(swigCPtr, this, IProfile2D.getCPtr(profile), (hep.aida.IProfile2D)profile, IEvaluator.getCPtr(evaluatorX), (hep.aida.IEvaluator)evaluatorX, IEvaluator.getCPtr(evaluatorY), (hep.aida.IEvaluator)evaluatorY, IEvaluator.getCPtr(evaluatorZ), (hep.aida.IEvaluator)evaluatorZ, IFilter.getCPtr(filter), (hep.aida.IFilter)filter, IEvaluator.getCPtr(weight), (hep.aida.IEvaluator)weight); } public ITuple() { this(AIDAJNI.new_ITuple(), true); AIDAJNI.ITuple_director_connect(this, swigCPtr, swigCMemOwn, true); } }