All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HeaderDrawer.h
Go to the documentation of this file.
1 ///
2 /// \file HeaderDrawer.h
3 /// \brief Render the objects from the Simulation package
4 /// \author messier@indiana.edu
5 ///
6 #ifndef EVD_HEADERDRAWER_H
7 #define EVD_HEADERDRAWER_H
8 
9 namespace evdb { class View2D; }
10 
11 namespace evd {
12  class HeaderDrawer {
13  public:
14 
15  void Header(evdb::View2D* view);
16 
17  };
18 }
19 
20 #endif
21 ////////////////////////////////////////////////////////////////////////
void Header(evdb::View2D *view)