Basic Image AlgorithmS Library  2.8.0
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Classes | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | Static Protected Attributes | List of all members
BIAS::AutoControl Class Reference

class for camera movement in autopilot mode. More...

#include <GLviewer/Controller/AutoControl.hh>

+ Inheritance diagram for BIAS::AutoControl:
+ Collaboration diagram for BIAS::AutoControl:

Classes

struct  CameraPose
 

Public Member Functions

void Activate ()
 
void AddDebugLevel (const long int lv)
 
void AddDebugLevel (const std::string &name)
 
void AddPose (BIAS::Vector3< double > C, BIAS::Vector3< double > PoI, BIAS::Vector3< double > up)
 Adds a defined pose to the autopilot at the end of PoseList_ F1. More...
 
void AddPose ()
 Adds the current pose of ControldObject to the autopilot at the end of PoseList_ F1. More...
 
 AutoControl ()
 
void Deactivate ()
 
bool DebugLevelIsSet (const long int lv) const
 
bool DebugLevelIsSet (const std::string &name) const
 
void DeleteAll ()
 Deletes all poses in PoseList_ and resets autopilot. More...
 
void DeleteLast ()
 Deletes the last added pose and resets the autopilot F4. More...
 
void DeletePose (int pose)
 Deletes the defined pose and resets the autopilot F4. More...
 
virtual bool FinishedDraw ()
 this function is called by RenderContextBase when drawing is done. More...
 
int GetDebugLevel () const
 
std::ostream & GetDebugStream () const
 
void GetDebugStream (std::ostream &os) const
 
virtual
BIAS::GLProjectionParametersInterface
GetGLProjectionParametersInterface ()
 Get the camera projection parameters. More...
 
virtual std::string GetName ()
 Get the name of the controller. More...
 
unsigned int GetNumberOfSteps ()
 
unsigned int GetNumSectors ()
 
unsigned int GetSector ()
 
unsigned int GetStep ()
 
int GoTo (unsigned int step, unsigned int sector)
 Goes to the defined step and sector. More...
 
int GoToPose (int pose)
 Goes to the defined pose. More...
 
void Init ()
 Initialisizes the autopilot. More...
 
bool IsActive ()
 
bool IsInitialized ()
 
virtual bool LeftAndRightMouseMoved (int, int, int, int)
 react to mouse movement while right and middle button held down overwrite in derived class of desired More...
 
virtual bool LeftMouseDoubleClicked (int, int, int m)
 react to left mouse double click overwrite in derived class of desired More...
 
virtual bool LeftMouseDown (int, int)
 react to left mouse button down event overwrite in derived class of desired More...
 
virtual bool LeftMouseMoved (int, int, int, int)
 react to mouse movement while left button held down overwrite in derived class of desired More...
 
virtual bool LeftMouseSingleClicked (int, int)
 react to left mouse single click overwrite in derived class of desired More...
 
virtual bool LeftMouseUp (int, int)
 react to left mouse button up event overwrite in derived class of desired More...
 
int LoadFromFile (const std::string &file)
 
virtual bool MiddleMouseDown (int, int)
 react to middle mouse button down event overwrite in derived class of desired More...
 
virtual bool MiddleMouseMoved (int, int, int, int)
 react to mouse movement while middle button held down overwrite in derived class of desired More...
 
virtual bool MiddleMouseUp (int, int)
 react to middle mouse button up event overwrite in derived class of desired More...
 
virtual bool MouseLeftWindow ()
 react to mouse leaving the window overwrite in derived class of desired More...
 
virtual bool MouseMoved (int, int)
 react to mouse movement overwrite in derived class of desired More...
 
virtual bool MouseWheelUsed (double stepsize)
 react to mouse wheel usage overwrite in derived class of desired More...
 
long int Name2DebugLevel (const std::string &name) const
 looks up a debuglevel in the internal map, returns 0 if not found More...
 
long int NewDebugLevel (const std::string &name)
 creates a new debuglevel More...
 
int NextStep ()
 Goes to the next calculated pose. More...
 
void PrintDebugLevel (std::ostream &os=std::cout) const
 
void RemoveDebugLevel (const long int lv)
 
void RemoveDebugLevel (const std::string &name)
 
void Rewind ()
 Sets the autopilot to start point. More...
 
virtual bool RightMouseDoubleClicked (int, int)
 react to right mouse double click overwrite in derived class of desired More...
 
virtual bool RightMouseDown (int, int)
 react to right mouse button down event overwrite in derived class of desired More...
 
virtual bool RightMouseMoved (int, int, int, int)
 react to mouse movement while right button held down overwrite in derived class of desired More...
 
virtual bool RightMouseSingleClicked (int, int)
 react to right mouse single click event overwrite in derived class of desired More...
 
virtual bool RightMouseUp (int, int)
 react to right mouse button up event overwrite in derived class of desired More...
 
int SaveToFile (const std::string &file)
 
void SetContext (RenderContextBase *context)
 
void SetDebugLevel (const long int lv)
 
void SetDebugLevel (const std::string &name)
 
void SetDebugStream (const std::ostream &os)
 
virtual void SetGLProjectionParametersInterface (BIAS::GLProjectionParametersInterface *interface_)
 Set the camera projection parameters. More...
 
virtual void SetName (std::string name)
 Set the name of the controller. More...
 
void SetNumberOfSteps (unsigned int n)
 
void ShowDebugLevel (std::ostream &os=std::cout) const
 prints all internally known debuglevels More...
 
bool SpecialKeyPressed (int key)
 Handles special key events. More...
 
virtual bool SpecialKeyUp (int)
 react to press of special keys such as F1-F12, ... More...
 
virtual bool StandardKeyPressed (unsigned char, int, int)
 react to press of ascii-coded charakter plus pointer position More...
 
virtual bool StandardKeyUp (unsigned char, int, int)
 react to press of ascii-coded charakter plus pointer position More...
 
bool TimerExpired ()
 this function is called by RenderContextBase when timer is expired Overwrite and implement to do some timer dependend processing More...
 
virtual bool WindowReshape (int, int)
 this function is called by RenderContextBase if the window is reshaped. More...
 

Static Public Member Functions

static long int GetGlobalDebugLevel ()
 
static void SetGlobalDebugLevel (long int lev)
 

Protected Member Functions

long ConsumeNextFreeDebuglevel_ ()
 returns the next available debuglevel More...
 

Protected Attributes

long int _liDebugLevel
 
long int _liNextDebugLevel
 new concept, debuglevel are managed here in the debug class More...
 
std::map< std::string, long int > _String2Debuglevel
 
bool Active_
 
RenderContextBaseContext_
 
BIAS::GLProjectionParametersInterfacecontrolledObject_
 the camera which is controlled by this controller More...
 
int InitializedSector_
 
std::string listenerName_
 name of listener/controller More...
 
unsigned int NumberOfSteps_
 
std::vector< CameraPosePoseList_
 
unsigned int Sector_
 
unsigned int Step_
 
double StepSizeC_
 
double StepSizePoI_
 
double StepSizeUp_
 
BIAS::Vector3< double > VecC_
 
BIAS::Vector3< double > VecPoI_
 
BIAS::Vector3< double > VecUp_
 

Static Protected Attributes

static std::ostream _zDebugStream
 
static long int GlobalDebugLevel = 0
 

Detailed Description

class for camera movement in autopilot mode.

Author
cmenk

Definition at line 17 of file AutoControl.hh.

Constructor & Destructor Documentation

AutoControl::AutoControl ( )

Definition at line 12 of file AutoControl.cpp.

Member Function Documentation

void BIAS::AutoControl::Activate ( )
inline

Definition at line 95 of file AutoControl.hh.

void BIAS::Debug::AddDebugLevel ( const long int  lv)
inlineinherited
void BIAS::Debug::AddDebugLevel ( const std::string &  name)
inlineinherited

Definition at line 362 of file Debug.hh.

void AutoControl::AddPose ( BIAS::Vector3< double >  C,
BIAS::Vector3< double >  PoI,
BIAS::Vector3< double >  up 
)

Adds a defined pose to the autopilot at the end of PoseList_ F1.

Definition at line 144 of file AutoControl.cpp.

References BIAS::AutoControl::CameraPose::C, BIAS::AutoControl::CameraPose::PoI, and BIAS::AutoControl::CameraPose::up.

void AutoControl::AddPose ( )

Adds the current pose of ControldObject to the autopilot at the end of PoseList_ F1.

Definition at line 164 of file AutoControl.cpp.

long BIAS::Debug::ConsumeNextFreeDebuglevel_ ( )
inlineprotectedinherited

returns the next available debuglevel

Author
woelk 09/2006

Definition at line 521 of file Debug.hh.

void BIAS::AutoControl::Deactivate ( )
inline

Definition at line 96 of file AutoControl.hh.

bool BIAS::Debug::DebugLevelIsSet ( const long int  lv) const
inlineinherited
bool BIAS::Debug::DebugLevelIsSet ( const std::string &  name) const
inlineinherited

Definition at line 350 of file Debug.hh.

void AutoControl::DeleteAll ( )

Deletes all poses in PoseList_ and resets autopilot.

Definition at line 219 of file AutoControl.cpp.

void AutoControl::DeleteLast ( )

Deletes the last added pose and resets the autopilot F4.

Definition at line 186 of file AutoControl.cpp.

void AutoControl::DeletePose ( int  pose)

Deletes the defined pose and resets the autopilot F4.

Definition at line 200 of file AutoControl.cpp.

virtual bool BIAS::ControlInterface::FinishedDraw ( )
inlinevirtualinherited

this function is called by RenderContextBase when drawing is done.

Overwrite and implement to do some processing after drawing

Definition at line 193 of file ControlInterface.hh.

int BIAS::Debug::GetDebugLevel ( ) const
inlineinherited
std::ostream& BIAS::Debug::GetDebugStream ( ) const
inlineinherited

Definition at line 405 of file Debug.hh.

void BIAS::Debug::GetDebugStream ( std::ostream &  os) const
inlineinherited

Definition at line 414 of file Debug.hh.

static long int BIAS::Debug::GetGlobalDebugLevel ( )
inlinestaticinherited

Definition at line 431 of file Debug.hh.

virtual BIAS::GLProjectionParametersInterface* BIAS::ControlInterface::GetGLProjectionParametersInterface ( )
inlinevirtualinherited

Get the camera projection parameters.

Can be of type GLProjection or any from GLProjectionParametersBase derived class

Returns
Pointer to GLProjectionParametersInterface

Definition at line 207 of file ControlInterface.hh.

virtual std::string BIAS::ControlInterface::GetName ( )
inlinevirtualinherited

Get the name of the controller.

Definition at line 70 of file ControlInterface.hh.

unsigned int BIAS::AutoControl::GetNumberOfSteps ( )
inline

Definition at line 92 of file AutoControl.hh.

unsigned int BIAS::AutoControl::GetNumSectors ( )
inline

Definition at line 59 of file AutoControl.hh.

unsigned int BIAS::AutoControl::GetSector ( )
inline

Definition at line 58 of file AutoControl.hh.

unsigned int BIAS::AutoControl::GetStep ( )
inline

Definition at line 56 of file AutoControl.hh.

int AutoControl::GoTo ( unsigned int  step,
unsigned int  sector 
)

Goes to the defined step and sector.

returns 0 for sucess, -1 if step or sector exceeds max

Definition at line 76 of file AutoControl.cpp.

References BIAS::Vector3< T >::Normalize().

int AutoControl::GoToPose ( int  pose)

Goes to the defined pose.

returns 0 for sucess, -1 if step or sector exceeds max

Definition at line 127 of file AutoControl.cpp.

void AutoControl::Init ( )

Initialisizes the autopilot.

Definition at line 21 of file AutoControl.cpp.

References BIAS::Vector3< T >::Length().

bool BIAS::AutoControl::IsActive ( )
inline

Definition at line 97 of file AutoControl.hh.

bool BIAS::AutoControl::IsInitialized ( )
inline

Definition at line 98 of file AutoControl.hh.

virtual bool BIAS::ControlInterface::LeftAndRightMouseMoved ( int  ,
int  ,
int  ,
int   
)
inlinevirtualinherited

react to mouse movement while right and middle button held down overwrite in derived class of desired

Reimplemented in BIAS::OnlyRotationControl, BIAS::TrackballControl, BIAS::TrackballTransControl, and BIAS::FlyControl.

Definition at line 140 of file ControlInterface.hh.

Referenced by BIAS::RenderContextBase::LeftAndRightMouseMoved().

virtual bool BIAS::ControlInterface::LeftMouseDoubleClicked ( int  ,
int  ,
int  m 
)
inlinevirtualinherited

react to left mouse double click overwrite in derived class of desired

Reimplemented in BIAS::TrackballControl, and BIAS::DistanceMeasureControl.

Definition at line 84 of file ControlInterface.hh.

Referenced by BIAS::RenderContextBase::LeftMouseDoubleClicked().

virtual bool BIAS::ControlInterface::LeftMouseDown ( int  ,
int   
)
inlinevirtualinherited

react to left mouse button down event overwrite in derived class of desired

Definition at line 99 of file ControlInterface.hh.

Referenced by BIAS::RenderContextBase::LeftMouseDown().

virtual bool BIAS::ControlInterface::LeftMouseMoved ( int  ,
int  ,
int  ,
int   
)
inlinevirtualinherited

react to mouse movement while left button held down overwrite in derived class of desired

Reimplemented in BIAS::TrackballControl, BIAS::TrackballTransControl, BIAS::FlyControl, and BIAS::OnlyRotationControl.

Definition at line 94 of file ControlInterface.hh.

Referenced by BIAS::RenderContextBase::LeftMouseMoved().

virtual bool BIAS::ControlInterface::LeftMouseSingleClicked ( int  ,
int   
)
inlinevirtualinherited

react to left mouse single click overwrite in derived class of desired

Definition at line 89 of file ControlInterface.hh.

Referenced by BIAS::RenderContextBase::LeftMouseSingleClicked().

virtual bool BIAS::ControlInterface::LeftMouseUp ( int  ,
int   
)
inlinevirtualinherited

react to left mouse button up event overwrite in derived class of desired

Definition at line 104 of file ControlInterface.hh.

Referenced by BIAS::RenderContextBase::LeftMouseUp().

int AutoControl::LoadFromFile ( const std::string &  file)

Definition at line 282 of file AutoControl.cpp.

virtual bool BIAS::ControlInterface::MiddleMouseDown ( int  ,
int   
)
inlinevirtualinherited

react to middle mouse button down event overwrite in derived class of desired

Definition at line 145 of file ControlInterface.hh.

Referenced by BIAS::RenderContextBase::MiddleMouseDown().

virtual bool BIAS::ControlInterface::MiddleMouseMoved ( int  ,
int  ,
int  ,
int   
)
inlinevirtualinherited

react to mouse movement while middle button held down overwrite in derived class of desired

Reimplemented in BIAS::TrackballControl, BIAS::TrackballTransControl, BIAS::OnlyRotationControl, and BIAS::FlyControl.

Definition at line 135 of file ControlInterface.hh.

Referenced by BIAS::RenderContextBase::MiddleMouseMoved().

virtual bool BIAS::ControlInterface::MiddleMouseUp ( int  ,
int   
)
inlinevirtualinherited

react to middle mouse button up event overwrite in derived class of desired

Definition at line 150 of file ControlInterface.hh.

Referenced by BIAS::RenderContextBase::MiddleMouseUp().

virtual bool BIAS::ControlInterface::MouseLeftWindow ( )
inlinevirtualinherited

react to mouse leaving the window overwrite in derived class of desired

Definition at line 160 of file ControlInterface.hh.

Referenced by BIAS::RenderContextBase::MouseLeftWindow().

virtual bool BIAS::ControlInterface::MouseMoved ( int  ,
int   
)
inlinevirtualinherited

react to mouse movement overwrite in derived class of desired

Reimplemented in BIAS::DistanceMeasureControl.

Definition at line 155 of file ControlInterface.hh.

Referenced by BIAS::RenderContextBase::MouseMoved().

virtual bool BIAS::ControlInterface::MouseWheelUsed ( double  stepsize)
inlinevirtualinherited

react to mouse wheel usage overwrite in derived class of desired

Reimplemented in BIAS::TrackballControl, and BIAS::TrackballTransControl.

Definition at line 79 of file ControlInterface.hh.

Referenced by BIAS::RenderContextBase::MouseWheelUsed().

long int BIAS::Debug::Name2DebugLevel ( const std::string &  name) const
inlineinherited

looks up a debuglevel in the internal map, returns 0 if not found

Author
woelk 09/2006

Definition at line 454 of file Debug.hh.

long int BIAS::Debug::NewDebugLevel ( const std::string &  name)
inlineinherited
int AutoControl::NextStep ( )

Goes to the next calculated pose.

F2

Definition at line 44 of file AutoControl.cpp.

void BIAS::Debug::PrintDebugLevel ( std::ostream &  os = std::cout) const
inlineinherited

Definition at line 383 of file Debug.hh.

void BIAS::Debug::RemoveDebugLevel ( const long int  lv)
inlineinherited

Definition at line 369 of file Debug.hh.

void BIAS::Debug::RemoveDebugLevel ( const std::string &  name)
inlineinherited

Definition at line 376 of file Debug.hh.

void AutoControl::Rewind ( )

Sets the autopilot to start point.

F3

Definition at line 177 of file AutoControl.cpp.

virtual bool BIAS::ControlInterface::RightMouseDoubleClicked ( int  ,
int   
)
inlinevirtualinherited

react to right mouse double click overwrite in derived class of desired

Reimplemented in BIAS::OnlyRotationControl.

Definition at line 115 of file ControlInterface.hh.

Referenced by BIAS::RenderContextBase::RightMouseDoubleClicked().

virtual bool BIAS::ControlInterface::RightMouseDown ( int  ,
int   
)
inlinevirtualinherited

react to right mouse button down event overwrite in derived class of desired

Definition at line 125 of file ControlInterface.hh.

Referenced by BIAS::RenderContextBase::RightMouseDown().

virtual bool BIAS::ControlInterface::RightMouseMoved ( int  ,
int  ,
int  ,
int   
)
inlinevirtualinherited

react to mouse movement while right button held down overwrite in derived class of desired

Reimplemented in BIAS::FlyControl, BIAS::TrackballTransControl, BIAS::TrackballControl, and BIAS::OnlyRotationControl.

Definition at line 120 of file ControlInterface.hh.

Referenced by BIAS::RenderContextBase::RightMouseMoved().

virtual bool BIAS::ControlInterface::RightMouseSingleClicked ( int  ,
int   
)
inlinevirtualinherited

react to right mouse single click event overwrite in derived class of desired

Definition at line 110 of file ControlInterface.hh.

Referenced by BIAS::RenderContextBase::RightMouseSingleClicked().

virtual bool BIAS::ControlInterface::RightMouseUp ( int  ,
int   
)
inlinevirtualinherited

react to right mouse button up event overwrite in derived class of desired

Definition at line 130 of file ControlInterface.hh.

Referenced by BIAS::RenderContextBase::RightMouseUp().

int AutoControl::SaveToFile ( const std::string &  file)

Definition at line 259 of file AutoControl.cpp.

void AutoControl::SetContext ( RenderContextBase context)

Definition at line 254 of file AutoControl.cpp.

void BIAS::Debug::SetDebugLevel ( const long int  lv)
inlineinherited
void BIAS::Debug::SetDebugLevel ( const std::string &  name)
inlineinherited

Definition at line 325 of file Debug.hh.

void BIAS::Debug::SetDebugStream ( const std::ostream &  os)
inlineinherited

Definition at line 398 of file Debug.hh.

static void BIAS::Debug::SetGlobalDebugLevel ( long int  lev)
inlinestaticinherited

Definition at line 424 of file Debug.hh.

virtual void BIAS::ControlInterface::SetGLProjectionParametersInterface ( BIAS::GLProjectionParametersInterface interface_)
inlinevirtualinherited

Set the camera projection parameters.

Can be of type GLProjection or any from GLProjectionParametersBase derived class

Reimplemented in BIAS::TrackballControl.

Definition at line 198 of file ControlInterface.hh.

Referenced by BIAS::RenderContextBase::SetControl(), BIAS::TrackballControl::SetGLProjectionParametersInterface(), and BIAS::RenderContextBase::SetGLProjectionParametersInterface().

virtual void BIAS::ControlInterface::SetName ( std::string  name)
inlinevirtualinherited

Set the name of the controller.

Definition at line 74 of file ControlInterface.hh.

void BIAS::AutoControl::SetNumberOfSteps ( unsigned int  n)
inline

Definition at line 93 of file AutoControl.hh.

void BIAS::Debug::ShowDebugLevel ( std::ostream &  os = std::cout) const
inlineinherited

prints all internally known debuglevels

Author
woelk 09/2006

Definition at line 496 of file Debug.hh.

bool AutoControl::SpecialKeyPressed ( int  key)
virtual

Handles special key events.

Reimplemented from BIAS::ControlInterface.

Definition at line 225 of file AutoControl.cpp.

virtual bool BIAS::ControlInterface::SpecialKeyUp ( int  )
inlinevirtualinherited

react to press of special keys such as F1-F12, ...

overwrite in derived class of desired

Definition at line 170 of file ControlInterface.hh.

Referenced by BIAS::RenderContextBase::SpecialKeyUp().

virtual bool BIAS::ControlInterface::StandardKeyPressed ( unsigned char  ,
int  ,
int   
)
inlinevirtualinherited

react to press of ascii-coded charakter plus pointer position

Reimplemented in BIAS::biasGLviewerGLUT.

Definition at line 174 of file ControlInterface.hh.

Referenced by BIAS::RenderContextBase::StandardKeyPressed().

virtual bool BIAS::ControlInterface::StandardKeyUp ( unsigned  char,
int  ,
int   
)
inlinevirtualinherited

react to press of ascii-coded charakter plus pointer position

Definition at line 178 of file ControlInterface.hh.

Referenced by BIAS::RenderContextBase::StandardKeyUp().

bool AutoControl::TimerExpired ( )
virtual

this function is called by RenderContextBase when timer is expired Overwrite and implement to do some timer dependend processing

Reimplemented from BIAS::ControlInterface.

Definition at line 309 of file AutoControl.cpp.

virtual bool BIAS::ControlInterface::WindowReshape ( int  ,
int   
)
inlinevirtualinherited

this function is called by RenderContextBase if the window is reshaped.

Overwrite and implement to do some processing upon reshape

Definition at line 188 of file ControlInterface.hh.

Referenced by BIAS::RenderContextBase::WindowReshape().

Member Data Documentation

long int BIAS::Debug::_liDebugLevel
protectedinherited

Definition at line 510 of file Debug.hh.

Referenced by BIAS::Debug::operator=(), and BIAS::ImageBase::operator=().

long int BIAS::Debug::_liNextDebugLevel
protectedinherited

new concept, debuglevel are managed here in the debug class

Definition at line 516 of file Debug.hh.

Referenced by BIAS::Debug::operator=().

std::map<std::string, long int> BIAS::Debug::_String2Debuglevel
protectedinherited

Definition at line 517 of file Debug.hh.

Referenced by BIAS::Debug::operator=().

std::ostream BIAS::Debug::_zDebugStream
staticprotectedinherited

Definition at line 511 of file Debug.hh.

Referenced by BIAS::Debug::operator=().

bool BIAS::AutoControl::Active_
protected

Definition at line 124 of file AutoControl.hh.

RenderContextBase* BIAS::AutoControl::Context_
protected

Definition at line 110 of file AutoControl.hh.

BIAS::GLProjectionParametersInterface* BIAS::ControlInterface::controlledObject_
protectedinherited

the camera which is controlled by this controller

Definition at line 214 of file ControlInterface.hh.

long int BIAS::Debug::GlobalDebugLevel = 0
staticprotectedinherited

Definition at line 513 of file Debug.hh.

int BIAS::AutoControl::InitializedSector_
protected

Definition at line 122 of file AutoControl.hh.

std::string BIAS::ControlInterface::listenerName_
protectedinherited

name of listener/controller

Definition at line 208 of file ControlInterface.hh.

unsigned int BIAS::AutoControl::NumberOfSteps_
protected

Definition at line 119 of file AutoControl.hh.

std::vector<CameraPose> BIAS::AutoControl::PoseList_
protected

Definition at line 109 of file AutoControl.hh.

unsigned int BIAS::AutoControl::Sector_
protected

Definition at line 121 of file AutoControl.hh.

unsigned int BIAS::AutoControl::Step_
protected

Definition at line 120 of file AutoControl.hh.

double BIAS::AutoControl::StepSizeC_
protected

Definition at line 115 of file AutoControl.hh.

double BIAS::AutoControl::StepSizePoI_
protected

Definition at line 117 of file AutoControl.hh.

double BIAS::AutoControl::StepSizeUp_
protected

Definition at line 116 of file AutoControl.hh.

BIAS::Vector3<double> BIAS::AutoControl::VecC_
protected

Definition at line 112 of file AutoControl.hh.

BIAS::Vector3<double> BIAS::AutoControl::VecPoI_
protected

Definition at line 114 of file AutoControl.hh.

BIAS::Vector3<double> BIAS::AutoControl::VecUp_
protected

Definition at line 113 of file AutoControl.hh.


The documentation for this class was generated from the following files: