The decorator stores the indexes of the first and last residues in this domain.

Public Member Functions | |
| Domain (::IMP::Particle *p) | |
| Int | get_begin_index () const |
| Get the index of the first residue in the domain. | |
| Int | get_end_index () const |
| Get the index of the first residue not in the domain. | |
Static Public Member Functions | |
| static Domain | decorate_particle (::IMP::Particle *p) |
| static bool | particle_is_instance (Particle *p) |
| static Domain | setup_particle (Particle *p, Domain o) |
| Create a domain by copying from o. | |
| static Domain | setup_particle (Particle *p, Int b, Int e) |
| Create a domain covering the range [b, e). | |