hippodraw::QtDisplay class implementation. More...
#include <boost/python.hpp>#include "QtDisplay.h"#include "ListTuple.h"#include "PyFunctionRep.h"#include "PyApp.h"#include "PyDataRep.h"#include "PyDataSource.h"#include "PyNTuple.h"#include "FunctionWrap.h"#include "controllers/CutController.h"#include "controllers/DisplayController.h"#include "controllers/FunctionController.h"#include "pattern/FactoryException.h"#include "plotters/PlotterBase.h"#include "plotters/PlotterException.h"#include "projectors/ProjectorBase.h"#include "datareps/DataRepException.h"#include "datareps/DataRep.h"#include "datasrcs/DataSourceController.h"#include "reps/RepBase.h"#include "reps/ContourPointRep.h"#include "colorreps/BinToColorFactory.h"#include "colorreps/BinToColor.h"#include "root/QtRootNTuple.h"#include <algorithm>#include <sstream>#include <utility>
Go to the source code of this file.
Namespaces | |
| namespace | hippodraw |
Namespace for HippoDraw. | |
| namespace | hippodraw::Python |
A namespace encapsulating functions to interface HippoDraw classes to Python using Boost.Python. | |
Functions | |
| void | export_QtDisplay () |
| Exports the QtDisplay class to Python. | |
hippodraw::QtDisplay class implementation.
Copyright (C) 2001-2006 The Board of Trustees of The Leland Stanford Junior University. All Rights Reserved.
Definition in file QtDisplay.cxx.