| JG ROOT Tools libraries
    version 5.0 - august 2014
    | 
#include <RSolidTesselation.hh>
| Public Member Functions | |
| Constructors, affectation, destructor | |
| RTesselationSegment () | |
| RTesselationSegment (const RTesselationSegment &original) | |
| RTesselationSegment & | operator= (const RTesselationSegment &original) | 
| virtual | ~RTesselationSegment () | 
| Segment data | |
| void | SetPindex (int i0, int i1) | 
| int | GetPindex (int ip) const | 
| int | GetP0 () const | 
| int | GetP1 () const | 
| ROOT related functions | |
| ClassDef (RTesselationSegment, 0) | |
| Protected Attributes | |
| int | pt_index [2] | 
| Indexes of segment points. | |
| Private Member Functions | |
| GObject (RTesselationSegment) | |
| Friends | |
| class | RSolidTesselation | 
This class defines the information associated to a point in the tesselation of solids:
| 
 | inline | 
Default constructor.
References pt_index.
| 
 | inline | 
| 
 | inlinevirtual | 
Destructor.
| 
 | private | 
Macro from GCpp library that defines the following functions:
| 
 | inline | 
| 
 | inline | 
Set the indexes of the segment points.
| i0 | first point index | 
| i1 | second point index | 
References pt_index.
Referenced by RSphereTesselation::InitData(), and RSphereTesselation::SubDivide().
| 
 | inline | 
Return the index of one of the segment points.
| ip | point number (0 or 1) | 
References pt_index.
| 
 | inline | 
Return the index of the first point of the segment.
References pt_index.
Referenced by RSolidTesselation::CreateSegment3D(), RHoughTransform3D::CreateSegment3D(), operator=(), RTesselationSegment(), RHoughTransform3D::SetTesselation(), and RSphereTesselation::SubDivide().
| 
 | inline | 
Return the index of the second point of the segment.
References pt_index.
Referenced by RSolidTesselation::CreateSegment3D(), RHoughTransform3D::CreateSegment3D(), operator=(), RTesselationSegment(), RHoughTransform3D::SetTesselation(), and RSphereTesselation::SubDivide().
| RTesselationSegment::ClassDef | ( | RTesselationSegment | , | 
| 0 | |||
| ) | 
For ROOT dictionary.