ROOT logo
// $Id: Rect.cxx 2088 2008-11-23 20:26:46Z matevz $

// Copyright (C) 1999-2008, Matevz Tadel. All rights reserved.
// This file is part of GLED, released under GNU General Public License version 2.
// For the licensing terms see $GLEDSYS/LICENSE or http://www.gnu.org/.

#include "Rect.h"
#include "Rect.c7"

ClassImp(Rect);

void Rect::_init()
{
  mULen = mVLen = 1;
  mUStrips = mVStrips = 10;
  mWidth = 1;
}
 Rect.cxx:1
 Rect.cxx:2
 Rect.cxx:3
 Rect.cxx:4
 Rect.cxx:5
 Rect.cxx:6
 Rect.cxx:7
 Rect.cxx:8
 Rect.cxx:9
 Rect.cxx:10
 Rect.cxx:11
 Rect.cxx:12
 Rect.cxx:13
 Rect.cxx:14
 Rect.cxx:15
 Rect.cxx:16
 Rect.cxx:17