Miind
RootCanvasMPI.hpp
Go to the documentation of this file.
1 // Copyright (c) 2005 - 2015 Marc de Kamps
2 //
3 // All rights reserved.
4 //
5 // Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
6 //
7 // * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.
8 // * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation
9 // and/or other materials provided with the distribution.
10 // * Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software
11 // without specific prior written permission.
12 //
13 // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
14 // WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY
15 // DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
16 // USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
17 // NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
18 //
19 
20 #ifdef ENABLE_MPI
21 
22 #ifndef MPILIB_REPORT_HANDLER_ROOTCANVASMPI_HP
23 #define MPILIB_REPORT_HANDLER_ROOTCANVASMPI_HP
24 
25 #include <vector>
26 #include <memory>
28 #include "CanvasParameter.hpp"
29 #include "../ReportType.hpp"
30 
31 class TGraph;
32 
33 
34 namespace MPILib {
44 class RootCanvas {
45 public:
46 
48  RootCanvas(const CanvasParameter&){}
49 
51  RootCanvas(const RootCanvas&){}
52 
54  CanvasParameter getCanvasParameter() const { return _par_canvas; }
55 
57  void Render(report::ReportType, NodeId, TGraph*){}
58 
60  void addNode(NodeId){}
61 
62 private:
63  CanvasParameter _par_canvas;
64 };
65 
66 } //end of MPILib
67 
68 #endif //ENABLE_MPI
69 
70 #endif // include guard
unsigned int NodeId