Mac binaries
[jabaws.git] / website / archive / binaries / mac / src / clustalw / src / multipleAlign / ProfileStandard.h
diff --git a/website/archive/binaries/mac/src/clustalw/src/multipleAlign/ProfileStandard.h b/website/archive/binaries/mac/src/clustalw/src/multipleAlign/ProfileStandard.h
new file mode 100644 (file)
index 0000000..2caca5c
--- /dev/null
@@ -0,0 +1,32 @@
+/**
+ * Author: Mark Larkin
+ * 
+ * Copyright (c) 2007 Des Higgins, Julie Thompson and Toby Gibson.  
+ */
+#ifndef PROFILESTANDARD_H
+#define PROFILESTANDARD_H
+
+#include "../alignment/Alignment.h"
+#include "ProfileBase.h"
+
+namespace clustalw
+{
+
+class ProfileStandard : public ProfileBase
+{
+    public:
+        /* Functions */
+        ProfileStandard(int prfLen, int firstS, int lastS);
+        void resetPrf2();
+        void calcStandardProfile(SeqArray* alignment, vector<int>* seqWeight); 
+
+        /* Attributes */
+
+    private:
+        /* Functions */
+
+        /* Attributes */
+};
+
+}
+#endif