12#ifndef ROOT7_REveRenderData
13#define ROOT7_REveRenderData
21namespace Experimental {
38 REveRenderData(
const std::string &func,
int size_vert = 0,
int size_norm = 0,
int size_idx = 0);
40 void Reserve(
int size_vert = 0,
int size_norm = 0,
int size_idx = 0);
102 int Write(
char *msg,
int maxlen);
Option_t Option_t TPoint TPoint const char GetTextMagnitude GetFillStyle GetLineColor GetLineWidth GetMarkerStyle GetTextAlign GetTextColor GetTextSize void char Point_t Rectangle_t WindowAttributes_t Float_t Float_t Float_t Int_t Int_t UInt_t UInt_t Rectangle_t Int_t Int_t Window_t TString Int_t GCValues_t GetPrimarySelectionOwner GetDisplay GetScreen GetColormap GetNativeEvent const char const char dpyName wid window const char font_name cursor keysym reg const char only_if_exist regb h Point_t winding char text const char depth char const char Int_t count const char ColorStruct_t color const char Pixmap_t Pixmap_t PictureAttributes_t attr const char char ret_data h unsigned char height h Atom_t Int_t ULong_t ULong_t unsigned char prop_list Atom_t Atom_t Atom_t Time_t UChar_t len
void PushV(float x, float y, float z)
std::vector< float > fNormalBuffer
void Reserve(int size_vert=0, int size_norm=0, int size_idx=0)
Reserve place for render data.
void PushV(float *v, int len)
int Write(char *msg, int maxlen)
Write render data to binary buffer.
void PushN(const REveVectorF &v)
const std::string GetRnrFunc() const
void PushV(const REveVectorF &v)
void PushI(UInt_t *v, int len)
static void CalcTextureSize(int nel, int align, int &sx, int &sy)
Calculate texture dimensions to hold nel elements with given alignment on x axis.
void PushN(float x, float y, float z)
std::vector< int > fIndexBuffer
std::vector< float > fVertexBuffer
void SetMatrix(const double *arr)
Set transformation matrix.
std::vector< float > fMatrix
void PushI(std::vector< UInt_t > &v)
void PushI(UInt_t i, UInt_t j, UInt_t k)
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tb...