StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
TTablePoints Class Referenceabstract
Inheritance diagram for TTablePoints:
TTable3Points

Public Member Functions

 TTablePoints (TTableSorter *sorter, const void *key, Option_t *opt="")
 to be documented
 
 TTablePoints (TTableSorter *sorter, Int_t keyIndex, Option_t *opt="")
 to be documented
 
virtual Int_t DistancetoPrimitive (Int_t px, Int_t py)
 
virtual Int_t GetLastPosition () const
 
virtual Float_t GetX (Int_t idx) const =0
 
virtual Float_t GetY (Int_t idx) const =0
 
virtual Float_t GetZ (Int_t idx) const =0
 
virtual void * GetTable ()
 
virtual Option_t * GetOption () const
 
virtual Int_t Indx (Int_t sortedIndx) const
 
virtual Int_t SetLastPosition (Int_t idx)
 
virtual void SetOption (Option_t *)
 
virtual Int_t SetPoint (Int_t, Float_t, Float_t, Float_t)
 
virtual Int_t SetPoints (Int_t, Float_t *, Option_t *)
 
virtual Int_t Size () const
 

Protected Member Functions

virtual void SetTablePointer (void *table)
 
 TTablePoints ()
 to be documented
 

Protected Attributes

TTableSorterfTableSorter
 
const void * fKey
 
Int_t fFirstRow
 
Int_t fSize
 
void * fRows
 

Detailed Description

Definition at line 19 of file TTablePoints.h.

Member Function Documentation

Int_t TTablePoints::DistancetoPrimitive ( Int_t  px,
Int_t  py 
)
virtual

Compute distance from point px,py to a 3-D points.

Compute the closest distance of approach from point px,py to each segment of the polyline. Returns when the distance found is below DistanceMaximum. The distance is computed in pixels units.

Definition at line 100 of file TTablePoints.cxx.


The documentation for this class was generated from the following files: