ROOT logo
// $Id: AEVSiteViz.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/.

//__________________________________________________________________________
// AEVSiteViz
//
//

#include "AEVSiteViz.h"
#include "AEVSiteViz.c7"

ClassImp(AEVSiteViz);

/**************************************************************************/

void AEVSiteViz::_init()
{
  // ZNode::OM stuffe
  bUseOM = true; mOM = 0;

  mColor.rgba(0.6, 0, 0.6);
}

/**************************************************************************/


/**************************************************************************/
 AEVSiteViz.cxx:1
 AEVSiteViz.cxx:2
 AEVSiteViz.cxx:3
 AEVSiteViz.cxx:4
 AEVSiteViz.cxx:5
 AEVSiteViz.cxx:6
 AEVSiteViz.cxx:7
 AEVSiteViz.cxx:8
 AEVSiteViz.cxx:9
 AEVSiteViz.cxx:10
 AEVSiteViz.cxx:11
 AEVSiteViz.cxx:12
 AEVSiteViz.cxx:13
 AEVSiteViz.cxx:14
 AEVSiteViz.cxx:15
 AEVSiteViz.cxx:16
 AEVSiteViz.cxx:17
 AEVSiteViz.cxx:18
 AEVSiteViz.cxx:19
 AEVSiteViz.cxx:20
 AEVSiteViz.cxx:21
 AEVSiteViz.cxx:22
 AEVSiteViz.cxx:23
 AEVSiteViz.cxx:24
 AEVSiteViz.cxx:25
 AEVSiteViz.cxx:26
 AEVSiteViz.cxx:27
 AEVSiteViz.cxx:28
 AEVSiteViz.cxx:29
 AEVSiteViz.cxx:30