ROOT
6.06/09
Reference Guide
|
Spider class.
A spider view is a handy way to visualize a set of data stored in a TTree. It draws as many polar axes as selected data members. For each of them, it draws on the axis the position of the present event between the min and max of the data member. Two modes are available:
The spider plot is available from the treeviewer called by "atree->StartViewer()", or simply by calling its constructor and defining the variables to display.
Public Member Functions | |
TSpider () | |
TSpider (TTree *tree, const char *varexp, const char *selection, Option_t *option="", Long64_t nentries=0, Long64_t firstentry=0) | |
Normal constructor. More... | |
~TSpider () | |
Destructor. More... | |
void | AddSuperposed (TSpider *sp) |
Allow to superpose several spider views. More... | |
void | AddVariable (const char *varexp) |
Add a variable to the plot from its expression. More... | |
void | DeleteVariable (const char *varexp) |
Delete a variable from its expression. More... | |
virtual void | Draw (Option_t *options="") |
Draw the spider. More... | |
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
Compute the distance to the spider. More... | |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
Execute the corresponding event. More... | |
Style_t | GetAverageLineStyle () const |
Get the LineStyle of the average. More... | |
Color_t | GetAverageLineColor () const |
Get the LineColor of the average. More... | |
Width_t | GetAverageLineWidth () const |
Get the LineWidth of the average. More... | |
Color_t | GetAverageFillColor () const |
Get the Fill Color of the average. More... | |
Style_t | GetAverageFillStyle () const |
Get the FillStyle of the average. More... | |
Bool_t | GetDisplayAverage () const |
Long64_t | GetCurrentEntry () const |
Long64_t | GetEntriesToProcess (Long64_t firstentry, Long64_t nentries) const |
return the number of entries to be processed this function checks that nentries is not bigger than the number of entries in the Tree or in the associated TEventlist More... | |
Int_t | GetNx () const |
Int_t | GetNy () const |
Bool_t | GetSegmentDisplay () const |
void | GotoEntry (Long64_t e) |
Go to a specified entry. More... | |
void | GotoNext () |
Go to the next entries. More... | |
void | GotoPrevious () |
Go to the previous entries. More... | |
void | GotoFollowing () |
Go to the next entry. More... | |
void | GotoPreceding () |
Go to the last entry. More... | |
virtual void | Paint (Option_t *options) |
Paint the spider. More... | |
void | SetAverageLineStyle (Style_t sty) |
Set the LineStyle of the average. More... | |
void | SetAverageLineColor (Color_t col) |
Set the LineColor of the average. More... | |
void | SetAverageLineWidth (Width_t wid) |
Set the LineWidth of the average. More... | |
void | SetAverageFillColor (Color_t col) |
Set the Fill Color of the average. More... | |
void | SetAverageFillStyle (Style_t sty) |
Set the FillStyle of the average. More... | |
virtual void | SetLineStyle (Style_t sty) |
Set line style. More... | |
virtual void | SetLineColor (Color_t col) |
Set lin color. More... | |
virtual void | SetLineWidth (Width_t wid) |
Set line width. More... | |
virtual void | SetFillColor (Color_t col) |
Set fill color. More... | |
virtual void | SetFillStyle (Style_t sty) |
Set fill style. More... | |
void | SetDisplayAverage (Bool_t disp) |
Display or not the average. More... | |
void | SetVariablesExpression (const char *varexp) |
Compile the variables expression from the given string varexp. More... | |
void | SetNdivRadial (Int_t div) |
Set number of radial divisions. More... | |
void | SetNx (UInt_t nx) |
Set the X number of sub pads. More... | |
void | SetNy (UInt_t ny) |
Set the Y number of sub pads. More... | |
void | SetSelectionExpression (const char *selexp) |
Compile selection expression if there is one. More... | |
void | SetSegmentDisplay (Bool_t seg) |
Set the segment display or not. More... | |
void | SetShowRange (Bool_t showrange) |
void | SuperposeTo (TSpider *sp) |
Public Member Functions inherited from TObject | |
TObject () | |
TObject (const TObject &object) | |
TObject copy ctor. More... | |
TObject & | operator= (const TObject &rhs) |
TObject assignment operator. More... | |
virtual | ~TObject () |
TObject destructor. More... | |
virtual void | AppendPad (Option_t *option="") |
Append graphics object to current pad. More... | |
virtual void | Browse (TBrowser *b) |
Browse object. May be overridden for another default action. More... | |
virtual const char * | ClassName () const |
Returns name of class to which the object belongs. More... | |
virtual void | Clear (Option_t *="") |
virtual TObject * | Clone (const char *newname="") const |
Make a clone of an object using the Streamer facility. More... | |
virtual Int_t | Compare (const TObject *obj) const |
Compare abstract method. More... | |
virtual void | Copy (TObject &object) const |
Copy this to obj. More... | |
virtual void | Delete (Option_t *option="") |
Delete this object. More... | |
virtual void | DrawClass () const |
Draw class inheritance tree of the class to which this object belongs. More... | |
virtual TObject * | DrawClone (Option_t *option="") const |
Draw a clone of this object in the current pad. More... | |
virtual void | Dump () const |
Dump contents of object on stdout. More... | |
virtual void | Execute (const char *method, const char *params, Int_t *error=0) |
Execute method on this object with the given parameter string, e.g. More... | |
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=0) |
Execute method on this object with parameters stored in the TObjArray. More... | |
virtual TObject * | FindObject (const char *name) const |
Must be redefined in derived classes. More... | |
virtual TObject * | FindObject (const TObject *obj) const |
Must be redefined in derived classes. More... | |
virtual Option_t * | GetDrawOption () const |
Get option used by the graphics system to draw this object. More... | |
virtual UInt_t | GetUniqueID () const |
Return the unique object id. More... | |
virtual const char * | GetName () const |
Returns name of object. More... | |
virtual const char * | GetIconName () const |
Returns mime type name of object. More... | |
virtual Option_t * | GetOption () const |
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
Returns string containing info about the object at position (px,py). More... | |
virtual const char * | GetTitle () const |
Returns title of object. More... | |
virtual Bool_t | HandleTimer (TTimer *timer) |
Execute action in response of a timer timing out. More... | |
virtual ULong_t | Hash () const |
Return hash value for this object. More... | |
virtual Bool_t | InheritsFrom (const char *classname) const |
Returns kTRUE if object inherits from class "classname". More... | |
virtual Bool_t | InheritsFrom (const TClass *cl) const |
Returns kTRUE if object inherits from TClass cl. More... | |
virtual void | Inspect () const |
Dump contents of this object in a graphics canvas. More... | |
virtual Bool_t | IsFolder () const |
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More... | |
virtual Bool_t | IsEqual (const TObject *obj) const |
Default equal comparison (objects are equal if they have the same address in memory). More... | |
virtual Bool_t | IsSortable () const |
Bool_t | IsOnHeap () const |
Bool_t | IsZombie () const |
virtual Bool_t | Notify () |
This method must be overridden to handle object notification. More... | |
virtual void | ls (Option_t *option="") const |
The ls function lists the contents of a class on stdout. More... | |
virtual void | Pop () |
Pop on object drawn in a pad to the top of the display list. More... | |
virtual void | Print (Option_t *option="") const |
This method must be overridden when a class wants to print itself. More... | |
virtual Int_t | Read (const char *name) |
Read contents of object with specified name from the current directory. More... | |
virtual void | RecursiveRemove (TObject *obj) |
Recursively remove this object from a list. More... | |
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
Save this object in the file specified by filename. More... | |
virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
Save a primitive as a C++ statement(s) on output stream "out". More... | |
virtual void | SetDrawOption (Option_t *option="") |
Set drawing option for object. More... | |
virtual void | SetUniqueID (UInt_t uid) |
Set the unique object id. More... | |
virtual void | UseCurrentStyle () |
Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) |
Write this object to the current directory. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const |
Write this object to the current directory. More... | |
void * | operator new (size_t sz) |
void * | operator new[] (size_t sz) |
void * | operator new (size_t sz, void *vp) |
void * | operator new[] (size_t sz, void *vp) |
void | operator delete (void *ptr) |
Operator delete. More... | |
void | operator delete[] (void *ptr) |
Operator delete []. More... | |
void | SetBit (UInt_t f, Bool_t set) |
Set or unset the user status bits as specified in f. More... | |
void | SetBit (UInt_t f) |
void | ResetBit (UInt_t f) |
Bool_t | TestBit (UInt_t f) const |
Int_t | TestBits (UInt_t f) const |
void | InvertBit (UInt_t f) |
virtual void | Info (const char *method, const char *msgfmt,...) const |
Issue info message. More... | |
virtual void | Warning (const char *method, const char *msgfmt,...) const |
Issue warning message. More... | |
virtual void | Error (const char *method, const char *msgfmt,...) const |
Issue error message. More... | |
virtual void | SysError (const char *method, const char *msgfmt,...) const |
Issue system error message. More... | |
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
Issue fatal error message. More... | |
void | AbstractMethod (const char *method) const |
Use this method to implement an "abstract" method that you don't want to leave purely abstract. More... | |
void | MayNotUse (const char *method) const |
Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More... | |
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
Use this method to declare a method obsolete. More... | |
Public Member Functions inherited from TAttFill | |
TAttFill () | |
TAttFill (Color_t fcolor, Style_t fstyle) | |
AttFill normal constructor. More... | |
virtual | ~TAttFill () |
AttFill destructor. More... | |
void | Copy (TAttFill &attfill) const |
Copy this fill attributes to a new TAttFill. More... | |
virtual Color_t | GetFillColor () const |
virtual Style_t | GetFillStyle () const |
virtual Bool_t | IsTransparent () const |
virtual void | Modify () |
Change current fill area attributes if necessary. More... | |
virtual void | ResetAttFill (Option_t *option="") |
Reset this fill attributes to default values. More... | |
virtual void | SaveFillAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1001) |
Save fill attributes as C++ statement(s) on output stream out. More... | |
virtual void | SetFillAttributes () |
Invoke the DialogCanvas Fill attributes. More... | |
virtual void | SetFillColorAlpha (Color_t fcolor, Float_t falpha) |
Set a transparent fill color. More... | |
Public Member Functions inherited from TAttLine | |
TAttLine () | |
AttLine default constructor. More... | |
TAttLine (Color_t lcolor, Style_t lstyle, Width_t lwidth) | |
AttLine normal constructor. More... | |
virtual | ~TAttLine () |
AttLine destructor. More... | |
void | Copy (TAttLine &attline) const |
Copy this line attributes to a new TAttLine. More... | |
Int_t | DistancetoLine (Int_t px, Int_t py, Double_t xp1, Double_t yp1, Double_t xp2, Double_t yp2) |
Compute distance from point px,py to a line. More... | |
virtual Color_t | GetLineColor () const |
virtual Style_t | GetLineStyle () const |
virtual Width_t | GetLineWidth () const |
virtual void | Modify () |
Change current line attributes if necessary. More... | |
virtual void | ResetAttLine (Option_t *option="") |
Reset this line attributes to default values. More... | |
virtual void | SaveLineAttributes (std::ostream &out, const char *name, Int_t coldef=1, Int_t stydef=1, Int_t widdef=1) |
Save line attributes as C++ statement(s) on output stream out. More... | |
virtual void | SetLineAttributes () |
Invoke the DialogCanvas Line attributes. More... | |
virtual void | SetLineColorAlpha (Color_t lcolor, Float_t lalpha) |
Set a transparent line color. More... | |
ClassDef (TAttLine, 2) | |
Private Member Functions | |
Int_t | FindTextAlign (Double_t theta) |
Find the alignement rule to apply for TText::SetTextAlign(Short_t). More... | |
Double_t | FindTextAngle (Double_t theta) |
Determine the orientation of the polar labels according to their angle. More... | |
void | InitVariables (Long64_t firstentry, Long64_t nentries) |
Browse the tree to set the min, max and average value of each variable of fVar. More... | |
void | DrawPoly (Option_t *options) |
Paint the polygon representing the current entry. More... | |
void | DrawPolyAverage (Option_t *options) |
Paint the Polygon representing the average value of the variables. More... | |
void | DrawSlices (Option_t *options) |
Draw the slices of the segment plot. More... | |
void | DrawSlicesAverage (Option_t *options) |
Draw the slices representing the average for the segment plot. More... | |
void | SyncFormulas () |
Create a TreeFormulaManager to coordinate the formulas. More... | |
void | InitArrays (Int_t newsize) |
Check if the arrays size is enough and reallocate them if not. More... | |
void | SetCurrentEntries () |
Set the current selected entries. More... | |
void | UpdateView () |
Update the polylines or the arcs for the current entries. More... | |
Private Attributes | |
UInt_t | fNx |
UInt_t | fNy |
UInt_t | fNcols |
Int_t | fArraySize |
Long64_t | fEntry |
Long64_t | fNentries |
Long64_t | fFirstEntry |
Long64_t * | fCurrentEntries |
Double_t * | fAve |
[fNx*fNy] current selected entries; More... | |
Double_t * | fMax |
Double_t * | fMin |
TList * | fSuperposed |
TTree * | fTree |
TPolyLine * | fAveragePoly |
TArc ** | fAverageSlices |
TCanvas * | fCanvas |
Average slices. More... | |
TList * | fFormulas |
Pointer to the mother pad. More... | |
TList * | fInput |
TTreeFormulaManager * | fManager |
TGraphPolargram * | fPolargram |
TList * | fPolyList |
TTreeFormula * | fSelect |
TSelectorDraw * | fSelector |
Bool_t | fAngularLabels |
Selector. More... | |
Bool_t | fDisplayAverage |
Bool_t | fForceDim |
Bool_t | fSegmentDisplay |
Bool_t | fShowRange |
Additional Inherited Members | |
Public Types inherited from TObject | |
enum | EStatusBits { kCanDelete = BIT(0), kMustCleanup = BIT(3), kObjInCanvas = BIT(3), kIsReferenced = BIT(4), kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13) } |
enum | { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kBitMask = 0x00ffffff } |
enum | { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) } |
Static Public Member Functions inherited from TObject | |
static Long_t | GetDtorOnly () |
Return destructor only flag. More... | |
static void | SetDtorOnly (void *obj) |
Set destructor only flag. More... | |
static Bool_t | GetObjectStat () |
Get status of object stat flag. More... | |
static void | SetObjectStat (Bool_t stat) |
Turn on/off tracking of objects in the TObjectTable. More... | |
Protected Member Functions inherited from TObject | |
void | MakeZombie () |
virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
Interface to ErrorHandler (protected). More... | |
Protected Attributes inherited from TAttFill | |
Color_t | fFillColor |
Style_t | fFillStyle |
Protected Attributes inherited from TAttLine | |
Color_t | fLineColor |
Style_t | fLineStyle |
Width_t | fLineWidth |
#include <TSpider.h>
TSpider::TSpider | ( | ) |
TSpider::TSpider | ( | TTree * | tree, |
const char * | varexp, | ||
const char * | selection, | ||
Option_t * | option = "" , |
||
Long64_t | nentries = 0 , |
||
Long64_t | firstentry = 0 |
||
) |
Normal constructor.
Options are:
Definition at line 113 of file TSpider.cxx.
TSpider::~TSpider | ( | ) |
Destructor.
Definition at line 173 of file TSpider.cxx.
Allow to superpose several spider views.
Definition at line 205 of file TSpider.cxx.
Referenced by SuperposeTo().
void TSpider::AddVariable | ( | const char * | varexp | ) |
Add a variable to the plot from its expression.
Definition at line 214 of file TSpider.cxx.
Referenced by TSpiderEditor::DoAddVar().
void TSpider::DeleteVariable | ( | const char * | varexp | ) |
Delete a variable from its expression.
Definition at line 352 of file TSpider.cxx.
Referenced by TSpiderEditor::DoDeleteVar().
Compute the distance to the spider.
Reimplemented from TObject.
Definition at line 438 of file TSpider.cxx.
Draw the spider.
Reimplemented from TObject.
Definition at line 453 of file TSpider.cxx.
Referenced by AddVariable(), DeleteVariable(), DrawSlicesAverage(), and TTreeViewer::ExecuteSpider().
Paint the polygon representing the current entry.
Definition at line 529 of file TSpider.cxx.
Referenced by Draw(), SetDisplayAverage(), SetNx(), SetNy(), and SetSegmentDisplay().
Paint the Polygon representing the average value of the variables.
Definition at line 491 of file TSpider.cxx.
Referenced by Draw(), SetDisplayAverage(), SetNx(), SetNy(), and SetSegmentDisplay().
Draw the slices of the segment plot.
Definition at line 559 of file TSpider.cxx.
Referenced by Draw(), SetDisplayAverage(), SetNx(), SetNy(), and SetSegmentDisplay().
Draw the slices representing the average for the segment plot.
Definition at line 585 of file TSpider.cxx.
Referenced by Draw(), SetDisplayAverage(), SetNx(), SetNy(), and SetSegmentDisplay().
Execute the corresponding event.
Reimplemented from TObject.
Definition at line 666 of file TSpider.cxx.
Find the alignement rule to apply for TText::SetTextAlign(Short_t).
Definition at line 675 of file TSpider.cxx.
Referenced by Paint().
Determine the orientation of the polar labels according to their angle.
Definition at line 704 of file TSpider.cxx.
Referenced by Paint().
Color_t TSpider::GetAverageFillColor | ( | ) | const |
Get the Fill Color of the average.
Definition at line 646 of file TSpider.cxx.
Referenced by TSpiderEditor::SetModel().
Style_t TSpider::GetAverageFillStyle | ( | ) | const |
Get the FillStyle of the average.
Definition at line 656 of file TSpider.cxx.
Referenced by TSpiderEditor::SetModel().
Color_t TSpider::GetAverageLineColor | ( | ) | const |
Get the LineColor of the average.
Definition at line 626 of file TSpider.cxx.
Referenced by TSpiderEditor::SetModel().
Style_t TSpider::GetAverageLineStyle | ( | ) | const |
Get the LineStyle of the average.
Definition at line 616 of file TSpider.cxx.
Referenced by TSpiderEditor::SetModel().
Width_t TSpider::GetAverageLineWidth | ( | ) | const |
Get the LineWidth of the average.
Definition at line 636 of file TSpider.cxx.
Referenced by TSpiderEditor::SetModel().
|
inline |
Definition at line 112 of file TSpider.h.
Referenced by TSpiderEditor::SetModel().
|
inline |
Definition at line 111 of file TSpider.h.
Referenced by TSpiderEditor::SetModel().
return the number of entries to be processed this function checks that nentries is not bigger than the number of entries in the Tree or in the associated TEventlist
Definition at line 726 of file TSpider.cxx.
Definition at line 114 of file TSpider.h.
Referenced by TSpiderEditor::SetModel().
Definition at line 115 of file TSpider.h.
Referenced by TSpiderEditor::SetModel().
|
inline |
Definition at line 116 of file TSpider.h.
Referenced by TSpiderEditor::SetModel().
Go to a specified entry.
Definition at line 743 of file TSpider.cxx.
Referenced by TSpiderEditor::DoGotoEntry().
void TSpider::GotoFollowing | ( | ) |
Go to the next entry.
Definition at line 773 of file TSpider.cxx.
Referenced by TSpiderEditor::DoGotoFollowing().
void TSpider::GotoNext | ( | ) |
Go to the next entries.
Definition at line 753 of file TSpider.cxx.
Referenced by TSpiderEditor::DoGotoNext().
void TSpider::GotoPreceding | ( | ) |
Go to the last entry.
Definition at line 783 of file TSpider.cxx.
Referenced by TSpiderEditor::DoGotoPreceding().
void TSpider::GotoPrevious | ( | ) |
Go to the previous entries.
Definition at line 763 of file TSpider.cxx.
Referenced by TSpiderEditor::DoGotoPrevious().
Check if the arrays size is enough and reallocate them if not.
Definition at line 793 of file TSpider.cxx.
Referenced by AddVariable().
Browse the tree to set the min, max and average value of each variable of fVar.
Definition at line 831 of file TSpider.cxx.
Referenced by TSpider().
Set the Fill Color of the average.
Definition at line 1000 of file TSpider.cxx.
Referenced by TSpiderEditor::DoAvFillColor().
Set the FillStyle of the average.
Definition at line 1012 of file TSpider.cxx.
Referenced by TSpiderEditor::DoAvFillPattern().
Set the LineColor of the average.
Definition at line 976 of file TSpider.cxx.
Referenced by TSpiderEditor::DoAvLineColor().
Set the LineStyle of the average.
Definition at line 964 of file TSpider.cxx.
Referenced by TSpiderEditor::DoAvLineStyle().
Set the LineWidth of the average.
Definition at line 988 of file TSpider.cxx.
Referenced by TSpiderEditor::DoAvLineWidth().
|
private |
Set the current selected entries.
Definition at line 1066 of file TSpider.cxx.
Referenced by Draw(), GotoEntry(), GotoFollowing(), GotoNext(), GotoPreceding(), GotoPrevious(), SetNx(), and SetNy().
Display or not the average.
Definition at line 1024 of file TSpider.cxx.
Referenced by TSpiderEditor::DoDisplayAverage().
Set fill color.
Reimplemented from TAttFill.
Definition at line 1184 of file TSpider.cxx.
Referenced by SetAverageFillColor().
Set fill style.
Reimplemented from TAttFill.
Definition at line 1200 of file TSpider.cxx.
Referenced by SetAverageFillStyle().
Set lin color.
Reimplemented from TAttLine.
Definition at line 1152 of file TSpider.cxx.
Referenced by SetAverageLineColor().
Set line style.
Reimplemented from TAttLine.
Definition at line 1136 of file TSpider.cxx.
Referenced by SetAverageLineStyle().
Set line width.
Reimplemented from TAttLine.
Definition at line 1168 of file TSpider.cxx.
Referenced by SetAverageLineWidth().
Set number of radial divisions.
Definition at line 1216 of file TSpider.cxx.
Set the X number of sub pads.
Definition at line 1225 of file TSpider.cxx.
Referenced by TSpiderEditor::DoSetNx().
Set the Y number of sub pads.
Definition at line 1302 of file TSpider.cxx.
Referenced by TSpiderEditor::DoSetNy().
Set the segment display or not.
Definition at line 1379 of file TSpider.cxx.
Referenced by DeleteVariable(), and TSpiderEditor::DoSetPlotType().
void TSpider::SetSelectionExpression | ( | const char * | selexp | ) |
Compile selection expression if there is one.
Definition at line 1465 of file TSpider.cxx.
Referenced by TSpider().
void TSpider::SetVariablesExpression | ( | const char * | varexp | ) |
Compile the variables expression from the given string varexp.
Definition at line 1478 of file TSpider.cxx.
Referenced by TSpider().
|
private |
Create a TreeFormulaManager to coordinate the formulas.
Definition at line 1516 of file TSpider.cxx.
Referenced by AddVariable(), DeleteVariable(), and TSpider().
|
private |
Update the polylines or the arcs for the current entries.
Definition at line 1548 of file TSpider.cxx.
Referenced by SetCurrentEntries().
|
private |
|
private |
Definition at line 57 of file TSpider.h.
Referenced by InitArrays(), InitVariables(), and TSpider().
|
private |
[fNx*fNy] current selected entries;
Definition at line 62 of file TSpider.h.
Referenced by AddVariable(), DeleteVariable(), DrawPolyAverage(), DrawSlicesAverage(), InitArrays(), InitVariables(), and ~TSpider().
|
private |
Definition at line 67 of file TSpider.h.
Referenced by AddVariable(), DeleteVariable(), DrawPolyAverage(), GetAverageFillColor(), GetAverageFillStyle(), GetAverageLineColor(), GetAverageLineStyle(), GetAverageLineWidth(), SetAverageFillColor(), SetAverageFillStyle(), SetAverageLineColor(), SetAverageLineStyle(), SetAverageLineWidth(), SetDisplayAverage(), SetNx(), SetNy(), SetSegmentDisplay(), and TSpider().
|
private |
Definition at line 68 of file TSpider.h.
Referenced by AddVariable(), DeleteVariable(), DrawSlicesAverage(), GetAverageFillColor(), GetAverageFillStyle(), GetAverageLineColor(), GetAverageLineStyle(), GetAverageLineWidth(), SetAverageFillColor(), SetAverageFillStyle(), SetAverageLineColor(), SetAverageLineStyle(), SetAverageLineWidth(), SetDisplayAverage(), SetNx(), SetNy(), SetSegmentDisplay(), TSpider(), and ~TSpider().
|
private |
Average slices.
Definition at line 69 of file TSpider.h.
Referenced by AddVariable(), DeleteVariable(), Draw(), Paint(), SetDisplayAverage(), SetNx(), SetNy(), SetSegmentDisplay(), TSpider(), and ~TSpider().
|
private |
Definition at line 61 of file TSpider.h.
Referenced by Draw(), GotoNext(), Paint(), SetCurrentEntries(), SetDisplayAverage(), SetNx(), SetNy(), SetSegmentDisplay(), TSpider(), UpdateView(), and ~TSpider().
|
private |
Definition at line 78 of file TSpider.h.
Referenced by Draw(), GetDisplayAverage(), SetDisplayAverage(), SetNx(), SetNy(), SetSegmentDisplay(), and TSpider().
|
private |
Definition at line 58 of file TSpider.h.
Referenced by GetCurrentEntry(), GotoEntry(), GotoFollowing(), GotoNext(), GotoPreceding(), GotoPrevious(), SetCurrentEntries(), SetNx(), SetNy(), and TSpider().
|
private |
Definition at line 60 of file TSpider.h.
Referenced by AddVariable(), GotoEntry(), GotoFollowing(), GotoNext(), GotoPreceding(), GotoPrevious(), and TSpider().
|
private |
Definition at line 79 of file TSpider.h.
Referenced by AddVariable(), InitVariables(), SetCurrentEntries(), SyncFormulas(), and TSpider().
|
private |
Pointer to the mother pad.
Definition at line 70 of file TSpider.h.
Referenced by AddVariable(), DeleteVariable(), DrawPoly(), DrawSlices(), InitVariables(), Paint(), SetCurrentEntries(), SetSelectionExpression(), SetVariablesExpression(), SyncFormulas(), TSpider(), UpdateView(), and ~TSpider().
|
private |
Definition at line 71 of file TSpider.h.
Referenced by TSpider(), and ~TSpider().
|
private |
Definition at line 72 of file TSpider.h.
Referenced by AddVariable(), InitVariables(), SetCurrentEntries(), SyncFormulas(), and TSpider().
|
private |
Definition at line 63 of file TSpider.h.
Referenced by AddVariable(), DeleteVariable(), DrawPoly(), DrawPolyAverage(), DrawSlices(), DrawSlicesAverage(), InitArrays(), InitVariables(), Paint(), UpdateView(), and ~TSpider().
|
private |
Definition at line 64 of file TSpider.h.
Referenced by AddVariable(), DeleteVariable(), DrawPoly(), DrawPolyAverage(), DrawSlices(), DrawSlicesAverage(), InitArrays(), InitVariables(), Paint(), UpdateView(), and ~TSpider().
|
private |
Definition at line 56 of file TSpider.h.
Referenced by AddVariable(), DeleteVariable(), Draw(), DrawPoly(), DrawPolyAverage(), DrawSlices(), DrawSlicesAverage(), InitVariables(), Paint(), SetAverageFillColor(), SetAverageFillStyle(), SetAverageLineColor(), SetAverageLineStyle(), SetAverageLineWidth(), SetCurrentEntries(), SetDisplayAverage(), SetFillColor(), SetFillStyle(), SetLineColor(), SetLineStyle(), SetLineWidth(), SetNx(), SetNy(), SetSegmentDisplay(), SetVariablesExpression(), TSpider(), and UpdateView().
|
private |
Definition at line 59 of file TSpider.h.
Referenced by AddVariable(), GotoEntry(), GotoFollowing(), GotoNext(), GotoPrevious(), and TSpider().
|
private |
Definition at line 54 of file TSpider.h.
Referenced by AddVariable(), DeleteVariable(), Draw(), GetNx(), Paint(), SetDisplayAverage(), SetFillColor(), SetFillStyle(), SetLineColor(), SetLineStyle(), SetLineWidth(), SetNx(), SetNy(), SetSegmentDisplay(), TSpider(), and UpdateView().
|
private |
Definition at line 55 of file TSpider.h.
Referenced by AddVariable(), DeleteVariable(), Draw(), GetNy(), Paint(), SetDisplayAverage(), SetFillColor(), SetFillStyle(), SetLineColor(), SetLineStyle(), SetLineWidth(), SetNx(), SetNy(), SetSegmentDisplay(), TSpider(), and UpdateView().
|
private |
Definition at line 73 of file TSpider.h.
Referenced by AddVariable(), DeleteVariable(), Draw(), SetDisplayAverage(), SetNdivRadial(), SetNx(), SetNy(), SetSegmentDisplay(), and TSpider().
|
private |
Definition at line 74 of file TSpider.h.
Referenced by AddVariable(), DeleteVariable(), DrawPoly(), DrawSlices(), SetCurrentEntries(), SetFillColor(), SetFillStyle(), SetLineColor(), SetLineStyle(), SetLineWidth(), SetNx(), SetNy(), SetSegmentDisplay(), TSpider(), UpdateView(), and ~TSpider().
|
private |
Definition at line 80 of file TSpider.h.
Referenced by AddVariable(), DeleteVariable(), Draw(), GetSegmentDisplay(), SetDisplayAverage(), SetFillColor(), SetFillStyle(), SetLineColor(), SetLineStyle(), SetLineWidth(), SetNx(), SetNy(), SetSegmentDisplay(), TSpider(), and UpdateView().
|
private |
Definition at line 75 of file TSpider.h.
Referenced by AddVariable(), InitVariables(), SetCurrentEntries(), SetSelectionExpression(), SyncFormulas(), TSpider(), and ~TSpider().
|
private |
Definition at line 76 of file TSpider.h.
Referenced by SetVariablesExpression(), TSpider(), and ~TSpider().
|
private |
|
private |
Definition at line 65 of file TSpider.h.
Referenced by AddSuperposed(), TSpider(), and ~TSpider().
|
private |
Definition at line 66 of file TSpider.h.
Referenced by AddVariable(), Draw(), GetEntriesToProcess(), GotoFollowing(), GotoNext(), GotoPrevious(), InitVariables(), SetCurrentEntries(), SetDisplayAverage(), SetNx(), SetNy(), SetSegmentDisplay(), SetSelectionExpression(), SetVariablesExpression(), TSpider(), and UpdateView().