Home
last modified time | relevance | path

Searched refs:transformations_ (Results 1 – 2 of 2) sorted by relevance

/tools/dexter/slicer/export/slicer/
Dinstrumentation.h153 transformations_.emplace_back(transformation); in AddTransformation()
163 std::vector<std::unique_ptr<Transformation>> transformations_; variable
/tools/dexter/slicer/
Dinstrumentation.cc413 for (const auto& transformation : transformations_) { in InstrumentMethod()