testtools.hxx (ce9c7ef7) testtools.hxx (c47da6ea)
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 38 unchanged lines hidden (view full) ---

47 This class can be used to generate gnuplot scripts for
48 a number of basegfx graphics primitives, useful for
49 debugging, regression-testing and comparing basegfx.
50 */
51 Plotter( ::std::ostream& rOutputStream );
52
53 /** Delete the plotter
54
1/**************************************************************
2 *
3 * Licensed to the Apache Software Foundation (ASF) under one
4 * or more contributor license agreements. See the NOTICE file
5 * distributed with this work for additional information
6 * regarding copyright ownership. The ASF licenses this file
7 * to you under the Apache License, Version 2.0 (the
8 * "License"); you may not use this file except in compliance

--- 38 unchanged lines hidden (view full) ---

47 This class can be used to generate gnuplot scripts for
48 a number of basegfx graphics primitives, useful for
49 debugging, regression-testing and comparing basegfx.
50 */
51 Plotter( ::std::ostream& rOutputStream );
52
53 /** Delete the plotter
54
55 This implicitely flushes all potential pending writes
55 This implicitly flushes all potential pending writes
56 to the output stream
57 */
58 ~Plotter();
59
60 /** Plot a 2d polygon into the current graph
61 */
62 void plot( const B2DPolygon& rPoly );
63

--- 31 unchanged lines hidden ---
56 to the output stream
57 */
58 ~Plotter();
59
60 /** Plot a 2d polygon into the current graph
61 */
62 void plot( const B2DPolygon& rPoly );
63

--- 31 unchanged lines hidden ---