- Jul 26, 2012
-
-
Marco Biasini authored
RuleBased conop is an experimental new interface for processing structures in the conop module. The class exposes a single method Process with takes care of the complete conop procedure. There are still a few methods missing, they will be added shortly.
-
- Jul 25, 2012
-
-
Ansgar Philippsen authored
-
Andreas Schenk authored
-
Andreas Schenk authored
-
Marco Biasini authored
-
Marco Biasini authored
-
- Jul 22, 2012
-
-
Marco Biasini authored
-
- Jul 21, 2012
-
-
Marco Biasini authored
The segfault was showing up when using the sequence viewer in an application without a GostyApp instance.
-
Marco Biasini authored
-
- Jul 20, 2012
-
-
Marco Biasini authored
There is no short-circuit logic in Python and division by zero gets raised when abs(rr)==0.
-
Bienchen authored
-
Marco Biasini authored
-
- Jul 19, 2012
-
-
Andreas Schenk authored
folder because it breaks the make clean command
-
Bienchen authored
-
- Jul 18, 2012
-
-
Ansgar Philippsen authored
-
Gabriel Studer authored
and a function GaussianSmooth is added
-
- Jul 14, 2012
-
-
Valerio Mariani authored
-
- Jul 13, 2012
-
-
Andreas Schenk authored
fixed some DLLEXPORTs for exceptions based ost:Error on std::runtime_error (avoids string member in ost::Error)
-
Ansgar Philippsen authored
-
Ansgar Philippsen authored
-
Valerio Mariani authored
Output in file. Choice of output path and filename. Cutom comp lib location.
-
Ansgar Philippsen authored
-
Ansgar Philippsen authored
-
Gabriel Studer authored
-
- Jul 12, 2012
-
-
Ansgar Philippsen authored
-
Ansgar Philippsen authored
-
Ansgar Philippsen authored
-
Ansgar Philippsen authored
The Color class now keeps track of RGB and HSV in preparation of better HSV use, e.g. HSV based gradients. The interface has been extended, and parts of the old interface have been deprecated (by means of in-source comments, not yet as messages when using it); this applies to both C++ and Python. Instead of gfx.Color() use the factory functions gfx.RGB(r,g,b), gfx.RGBA(r,g,b,a), gfx.HSV(h,s,v) and gfx.HSVA(h,s,v,a). See also gfx/color.hh for in-source doc
-
Marco Biasini authored
-
- Jul 10, 2012
-
-
Ansgar Philippsen authored
-
Andreas Schenk authored
-
Andreas Schenk authored
-
Bienchen authored
-
Bienchen authored
-
Marco Biasini authored
-
Marco Biasini authored
-
Marco Biasini authored
-
Florian Kiefer authored
naccess does not like dots in path names. Some temporary directories contain dots, which causes naccess to fail. We now provide a scratch_dir option, which allows to specify a temporary directory. Also, allow to set the maximal number of atoms supported by naccess.
-
- Jul 09, 2012
-
-
Ansgar Philippsen authored
added cmake option to set hidden visibility for gcc compiles; fixed several missing visibility declarations
-
Ansgar Philippsen authored
-