Logo ROOT  
Reference Guide
Loading...
Searching...
No Matches
ROOT::Experimental::RPadLength::Pixel Struct Reference

A pixel coordinate.

0 in the left, bottom corner, 1 in the top, right corner of the RPad. Resizing the pad will keep the pixel-position of the objects positioned in Pixel coordinates.

Definition at line 98 of file RPadLength.hxx.

Public Member Functions

Pixeloperator*= (double scale)
Pixeloperator+= (const Pixel &rhs)
Pixel operator- ()
Pixeloperator-= (const Pixel &rhs)
PixelToDerived ()

Public Attributes

double fVal
 ! Coordinate value

#include <ROOT/RPadLength.hxx>

Inheritance diagram for ROOT::Experimental::RPadLength::Pixel:
ROOT::Experimental::RPadLength::CoordSysBase< Pixel >

Member Function Documentation

◆ operator*=()

Pixel & ROOT::Experimental::RPadLength::CoordSysBase< Pixel >::operator*= ( double scale)
inlineinherited

Definition at line 61 of file RPadLength.hxx.

◆ operator+=()

Pixel & ROOT::Experimental::RPadLength::CoordSysBase< Pixel >::operator+= ( const Pixel & rhs)
inlineinherited

Definition at line 51 of file RPadLength.hxx.

◆ operator-()

Pixel ROOT::Experimental::RPadLength::CoordSysBase< Pixel >::operator- ( )
inlineinherited

Definition at line 46 of file RPadLength.hxx.

◆ operator-=()

Pixel & ROOT::Experimental::RPadLength::CoordSysBase< Pixel >::operator-= ( const Pixel & rhs)
inlineinherited

Definition at line 56 of file RPadLength.hxx.

◆ ToDerived()

Pixel & ROOT::Experimental::RPadLength::CoordSysBase< Pixel >::ToDerived ( )
inlineinherited

Definition at line 44 of file RPadLength.hxx.

Member Data Documentation

◆ fVal

! Coordinate value

Definition at line 40 of file RPadLength.hxx.


The documentation for this struct was generated from the following file: