// @(#)root/eve:$Id: TEveScalableStraightLineSet.h 25245 2008-08-25 21:44:09Z matevz $
// Authors: Matevz Tadel & Alja Mrak-Tadel: 2006, 2007

/*************************************************************************
 * Copyright (C) 1995-2007, Rene Brun and Fons Rademakers.               *
 * All rights reserved.                                                  *
 *                                                                       *
 * For the licensing terms see $ROOTSYS/LICENSE.                         *
 * For the list of contributors see $ROOTSYS/README/CREDITS.             *
 *************************************************************************/

#ifndef ROOT_TEveScalableStraightLineSet
#define ROOT_TEveScalableStraightLineSet

#include "TEveStraightLineSet.h"

class TEveScalableStraightLineSet : public TEveStraightLineSet
{
private:
   TEveScalableStraightLineSet(const TEveScalableStraightLineSet&);            // Not implemented
   TEveScalableStraightLineSet& operator=(const TEveScalableStraightLineSet&); // Not implemented

protected:
   Double_t      fCurrentScale;
   Float_t       fScaleCenter[3];

public:
   TEveScalableStraightLineSet(const Text_t* n="ScalableStraightLineSet", const Text_t* t="");
   virtual ~TEveScalableStraightLineSet() {}

   void SetScaleCenter(Float_t x, Float_t y, Float_t z);
   void SetScale(Double_t scale);

   Double_t GetScale() const;

   ClassDef(TEveScalableStraightLineSet, 1); // Straight-line-set with extra scaling.
};
#endif

Last change: Mon Nov 24 08:18:53 2008
Last generated: 2008-11-24 08:18

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.