Searched defs:TransformImplementation (Results 1 – 1 of 1) sorted by relevance
81 struct TransformImplementation struct83 std::unique_ptr<const ITransform> transform;84 MethodConstraints constraints;86 …TransformImplementation(const ITransform *transform, const MethodConstraints &constraints = Method… in TransformImplementation() function101 struct TransformImplementation struct103 std::unique_ptr<const ITransform> transform;104 MethodConstraints constraints;106 …TransformImplementation(const ITransform *transform, const MethodConstraints &constraints = Method… in TransformImplementation() function121 struct TransformImplementation struct123 std::unique_ptr<const ITransform> transform;[all …]