Home | History | Annotate | Download | only in courgette

Lines Matching defs:Ensemble

9 // The idea is applied to pieces (or 'Elements') of the whole (or 'Ensemble').
32 class Ensemble;
34 // An Element is a region of an Ensemble with an identifyable kind.
39 Ensemble* ensemble,
51 // containing Ensemble.
56 Ensemble* ensemble_;
63 class Ensemble {
65 Ensemble(const Region& region, const char* name)
67 ~Ensemble();
81 // Ensemble's data.
82 std::string name_; // A debugging/logging name for the Ensemble.
87 DISALLOW_COPY_AND_ASSIGN(Ensemble);
146 // element, for example, range of locations within the original ensemble that
166 // identify the element within the ensemble being patched.