Go to the documentation of this file.    1 #ifndef __JGIZMO__JCANVAS__ 
    2 #define __JGIZMO__JCANVAS__ 
   67       if (pos != string::npos) {
 
   69         istringstream(buffer.substr(0,pos)) >> cv.
x; 
 
   70         istringstream(buffer.substr(pos+1)) >> cv.
y;
 
   74         throw JParseError(
"JRootObjectID error parsing " + buffer);
 
 
JCanvas(const int __x, const int __y)
Constructor.
 
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).
 
friend std::ostream & operator<<(std::ostream &out, const JCanvas &cv)
Write canvas to output stream.
 
friend std::istream & operator>>(std::istream &in, JCanvas &cv)
Read canvas from input stream.
 
Data structure for size of TCanvas.
 
JCanvas()
Default constructor.
 
int y
number of pixels in Y
 
Exception for parsing value.
 
int x
number of pixels in X
 
Auxiliary applications for use of ROOT and more.
 
static const char SEPARATOR
 
std::istream & getline(std::istream &in, JString &object)
Read string from input stream until end of line.