Home
last modified time | relevance | path

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

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