IMP  2.3.1
The Integrative Modeling Platform
IMP::domino::Slice Class Reference

Store a subset of a subset or assignment. More...

#include <IMP/domino/Slice.h>

+ Inheritance diagram for IMP::domino::Slice:

Detailed Description

Store a subset of a subset or assignment.

This class stores a particular slice through a subset. The entire inner Subset must be contained in the outer one.

Definition at line 27 of file Slice.h.

Public Member Functions

 Slice (Subset outer, Subset inner)
 
Assignment get_sliced (const Assignment &a) const
 
Subset get_sliced (const Subset &a) const
 
- Public Member Functions inherited from IMP::base::ConstVector< unsigned int >
 ConstVector (unsigned int sz, unsigned intfill)
 
 ConstVector (It b, It e)
 
 ConstVector (const Vector &i)
 
unsigned int operator[] (unsigned int i) const
 
void show (std::ostream &out=std::cout) const
 
unsigned int size () const
 

The documentation for this class was generated from the following file: