NorMIT-nav  2023.01.05-dev+develop.0da12
An IGT application
cx::ToolMetricRep Class Reference

#include <cxToolMetricRep.h>

Inheritance diagram for cx::ToolMetricRep:
cx::DataMetricRep cx::RepImpl cx::Rep

Public Member Functions

virtual ~ToolMetricRep ()
 constructor More...
 
virtual QString getType () const
 
- Public Member Functions inherited from cx::DataMetricRep
virtual ~DataMetricRep ()
 
void setGraphicsSize (double size)
 
void setLabelSize (double size)
 
void setShowLabel (bool on)
 
void setShowAnnotation (bool on)
 
void setDataMetric (DataMetricPtr value)
 
DataMetricPtr getDataMetric ()
 
- Public Member Functions inherited from cx::RepImpl
 RepImpl (const QString &uid="", const QString &name="")
 
virtual ~RepImpl ()
 
virtual void connectToView (ViewPtr theView)
 
virtual void disconnectFromView (ViewPtr theView)
 
virtual bool isConnectedToView (ViewPtr theView) const
 
void setName (QString name)
 
QString getName () const
 
QString getUid () const
 
virtual void printSelf (std::ostream &os, Indent indent)
 
- Public Member Functions inherited from cx::Rep
virtual ~Rep ()
 

Static Public Member Functions

static ToolMetricRepPtr New (const QString &uid="")
 
- Static Public Member Functions inherited from cx::RepImpl
template<class REP >
static boost::shared_ptr< REP > wrap_new (REP *object, QString uid)
 

Protected Member Functions

virtual void clear ()
 
void addRepActorsToViewRenderer (ViewPtr view)
 
void removeRepActorsFromViewRenderer (ViewPtr view)
 
virtual void onModifiedStartRender ()
 
- Protected Member Functions inherited from cx::DataMetricRep
 DataMetricRep ()
 
void drawText ()
 
virtual QString getText ()
 
Vector3D getColorAsVector3D () const
 
- Protected Member Functions inherited from cx::RepImpl
ViewPtr getView () const
 
vtkRendererPtr getRenderer ()
 
RepPtr getSelf ()
 
virtual void onEveryRender ()
 

Additional Inherited Members

- Protected Slots inherited from cx::RepImpl
void setModified ()
 
- Protected Attributes inherited from cx::DataMetricRep
double mGraphicsSize
 
bool mShowLabel
 
double mLabelSize
 
bool mShowAnnotation
 
DataMetricPtr mMetric
 

Detailed Description

Rep for visualizing a ToolMetric.

Date
Aug 30, 2013
Author
Christian Askeland, SINTEF
Ole Vegard Solberg, SINTEF

Definition at line 40 of file cxToolMetricRep.h.

Constructor & Destructor Documentation

◆ ~ToolMetricRep()

virtual cx::ToolMetricRep::~ToolMetricRep ( )
inlinevirtual

constructor

Definition at line 45 of file cxToolMetricRep.h.

Member Function Documentation

◆ addRepActorsToViewRenderer()

void cx::ToolMetricRep::addRepActorsToViewRenderer ( ViewPtr  view)
protectedvirtual

Reimplemented from cx::DataMetricRep.

Definition at line 41 of file cxToolMetricRep.cpp.

◆ clear()

void cx::ToolMetricRep::clear ( )
protectedvirtual

Reimplemented from cx::DataMetricRep.

Definition at line 32 of file cxToolMetricRep.cpp.

◆ getType()

virtual QString cx::ToolMetricRep::getType ( ) const
inlinevirtual
Returns
a string identifying the Rep type. Each suclass implement this with its own class name. Subclasses from other namespaces (such as cx and snw) should add that namespace as a prefix.

Implements cx::RepImpl.

Definition at line 46 of file cxToolMetricRep.h.

◆ New()

ToolMetricRepPtr cx::ToolMetricRep::New ( const QString &  uid = "")
static

Definition at line 21 of file cxToolMetricRep.cpp.

◆ onModifiedStartRender()

void cx::ToolMetricRep::onModifiedStartRender ( )
protectedvirtual

Reimplemented from cx::RepImpl.

Definition at line 58 of file cxToolMetricRep.cpp.

◆ removeRepActorsFromViewRenderer()

void cx::ToolMetricRep::removeRepActorsFromViewRenderer ( ViewPtr  view)
protectedvirtual

Reimplemented from cx::DataMetricRep.

Definition at line 47 of file cxToolMetricRep.cpp.


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