#include <stdexcept>
#include <memory>
#include <vector>
#include "TAttMarker.h"
#include "TVirtualX.h"
#include "TError.h"
#include "TImage.h"
#include "TROOT.h"
#include "TPad.h"
#include "TGLPadPainter.h"
#include "TGLIncludes.h"
#include "TGLUtil.h"
Go to the source code of this file.
Functions | |
ClassImp (TGLPadPainter) TGLPadPainter | |
template<class ValueType> | |
void | ConvertMarkerPoints (Int_t n, const ValueType *x, const ValueType *y, std::vector< TPoint > &dst) |
template<class ValueType> | |
void | ConvertMarkerPoints (Int_t n, const ValueType *x, const ValueType *y, std::vector< TPoint > &dst) |
Variables | |
const Double_t | lineWidthTS = 3. |
ClassImp | ( | TGLPadPainter | ) |
Definition at line 37 of file TGLPadPainter.cxx.
void @2337::ConvertMarkerPoints | ( | Int_t | n, | |
const ValueType * | x, | |||
const ValueType * | y, | |||
std::vector< TPoint > & | dst | |||
) | [static] |
Referenced by TGLPadPainter::DrawPolyMarker().
const Double_t lineWidthTS = 3. |
Definition at line 346 of file TGLPadPainter.cxx.
Referenced by TGLPadPainter::DrawLine(), and TGLPadPainter::DrawPolyLine().