18#ifndef RXDOCK_OPERATION_TRANSFORM_H
19#define RXDOCK_OPERATION_TRANSFORM_H
31RBTDLL_EXPORT
int transform(std::string inputSDFile, std::string outputSDFile,
32 bool limitedRecPerMolecule,
33 std::size_t maxNumRecPerMolecule,
bool checkName,
34 std::string name,
bool checkData,
35 std::string dataFieldName, std::string dataValue,
36 bool changeName, std::string newName,
37 std::size_t bufferSize,
bool doSorting,
38 std::string sortDataField,
bool limitedRecords,
39 std::size_t maxNumRecords);