5 #ifndef BALL_KERNEL_NUCLEICACID_H
6 #define BALL_KERNEL_NUCLEICACID_H
8 #ifndef BALL_KERNEL_MOLECULE_H
12 #ifndef BALL_KERNEL_NUCLEOTIDE_H
16 #define BALL_NUCLEICACID_DEFAULT_ID ""
74 virtual void destroy();
101 void set(
const NucleicAcid& nucleic_acid,
bool deep =
true);
109 void get(
NucleicAcid& nucleic_acid,
bool deep =
true)
const;
176 void setID(
const String&
id);
181 const String& getID()
const;
186 Size countNucleotides()
const;
209 virtual bool isValid()
const;
218 virtual void dump(std::ostream& s = std::cout,
Size depth = 0)
const;
235 #endif // BALL_KERNEL_NUCLEICACID_H
BALL_EXPORT NucleotideList nucleotides(const AtomContainer &fragment, bool selected_only=false)
#define BALL_KERNEL_DEFINE_ITERATOR_CREATORS(Type)
const Nucleotide * get5Prime(const NucleotideContainerType &nucleotide_container)
void spliceBefore(AtomContainer &atom_container)
void spliceAfter(AtomContainer &atom_container)
void splice(AtomContainer &atom_container)
void insertBefore(Atom &atom, Composite &before)
void insertAfter(Atom &atom, Composite &after)
const Nucleotide * get3Prime(const NucleotideContainerType &nucleotide_container)
Property
The number of predefined properties for AtomContainer.
BALL_EXPORT bool operator!=(const String &s1, const String &s2)
#define BALL_CREATE_DEEP(name)
#define BALL_DECLARE_STD_ITERATOR_WRAPPER(container, type, method_name)
#define BALL_NUCLEICACID_DEFAULT_ID
BALL_EXPORT bool operator==(const String &s1, const String &s2)