hippodraw::PyDataRep class implementation. More...
#include <boost/python.hpp>#include "PyDataRep.h"#include "PyApp.h"#include "PyDataSource.h"#include "QtCut.h"#include "controllers/DisplayController.h"#include "controllers/DataRepController.h"#include "controllers/CutController.h"#include "projectors/ProjectorBase.h"#include "reps/RepBase.h"#include "datareps/DyHistogram.h"#include "datasrcs/NTuple.h"#include "plotters/Cut1DPlotter.h"#include <stdexcept>#include <sstream>
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_DataRep () |
| Exports the PyDataRep class to Python. | |
hippodraw::PyDataRep class implementation.
Copyright (C) 2002-2006 The Board of Trustees of The Leland Stanford Junior University. All Rights Reserved.
Definition in file PyDataRep.cxx.