Lines Matching defs:TransformationPatchGenerator
36 TransformationPatchGenerator::TransformationPatchGenerator(
45 TransformationPatchGenerator::~TransformationPatchGenerator() {
51 Status TransformationPatchGenerator::PredictTransformParameters(
57 Status TransformationPatchGenerator::Reform(
63 // Makes a TransformationPatchGenerator of the appropriate variety for the
65 TransformationPatchGenerator* MakeGenerator(Element* old_element,
71 TransformationPatchGenerator* generator =
80 TransformationPatchGenerator* generator =
89 TransformationPatchGenerator* generator =
98 TransformationPatchGenerator* generator =
143 std::vector<TransformationPatchGenerator*>* generators) {
220 TransformationPatchGenerator* generator =
234 void FreeGenerators(std::vector<TransformationPatchGenerator*>* generators) {
253 std::vector<TransformationPatchGenerator*> generators;