Ignore:
Timestamp:
07/09/12 16:11:50 (12 years ago)
Author:
WataruKawasaki
Message:

New Development: Yes

JIRA Issue: Yes CSV-1869

Ready for Test: Yes

Interface Changes: No

What Interface Changed:

Test Programs:

Put in Release Notes: No

Module(s): asap

Description: added a scantable function to get/set moleculesID columns data.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/python_Scantable.cpp

    r2526 r2591  
    161161    //.def("_sspline_baseline", &ScantableWrapper::smoothingSplineBaseline)
    162162    //.def("_test_cin", &ScantableWrapper::testCin)
     163    .def("_getmolidcol_list", &ScantableWrapper::getMoleculeIdColumnData)
     164    .def("_setmolidcol_list", &ScantableWrapper::setMoleculeIdColumnData)
    163165  ;
    164166};
Note: See TracChangeset for help on using the changeset viewer.