NorMIT-nav  2023.01.05-dev+develop.0da12
An IGT application
Org_custusx_core_view

Classes

class  cx::Zoom2DHandler
 
class  cx::AxisConnector
 
class  cx::CameraStyle
 
class  cx::JitterFilter
 
struct  cx::CameraInfo
 
class  cx::CameraStyleForView
 
class  cx::MultiVolume3DRepProducer
 
class  cx::NavigationAlgorithms
 
class  cx::RenderLoop
 
class  cx::RepManager
 Rep caching and utilities. More...
 
class  cx::ViewGroup
 
class  cx::ViewImplService
 Creates a pool of views and offers an interface to them, also handles layouts on a centralwidget. More...
 
class  cx::VisualizationPluginActivator
 
class  cx::DataViewPropertiesInteractor
 
class  cx::ViewWrapper
 Superclass for ViewWrappers. More...
 
class  cx::ViewWrapper2D
 
class  cx::ViewWrapper3D
 
class  cx::ViewWrapperVideo
 
class  cx::CameraStyleInteractor
 

Typedefs

typedef boost::shared_ptr< class DataRepContainercx::DataRepContainerPtr
 
typedef boost::shared_ptr< class DataViewPropertiesInteractorcx::DataViewPropertiesInteractorPtr
 
typedef boost::shared_ptr< ViewWrapper2Dcx::ViewWrapper2DPtr
 
typedef boost::shared_ptr< class ToolAxisConnector > cx::ToolAxisConnectorPtr
 
typedef boost::shared_ptr< ViewWrapper3Dcx::ViewWrapper3DPtr
 
typedef boost::shared_ptr< ViewWrapperVideocx::ViewWrapperVideoPtr
 
typedef boost::shared_ptr< class CameraStyleInteractorcx::CameraStyleInteractorPtr
 

Functions

bool cx::similar (const CameraInfo &lhs, const CameraInfo &rhs, double tol)
 
bool cx::isViewWrapper2D (ViewWrapperPtr wrapper)
 
template<class DATA >
void cx::DataViewPropertiesInteractor::addDataActionsOfType (QWidget *parent)
 

Detailed Description

See also
cx::ViewImplService.

Typedef Documentation

◆ CameraStyleInteractorPtr

typedef boost::shared_ptr< class CameraStyleInteractor > cx::CameraStyleInteractorPtr

Definition at line 26 of file cxViewGroupPropertiesWidget.h.

◆ DataRepContainerPtr

typedef boost::shared_ptr< class DataRepContainer > cx::DataRepContainerPtr

Creates and manages a list of reps based on input Data objects.

Date
2014-03-27
Author
christiana

Definition at line 31 of file cxDataRepContainer.h.

◆ DataViewPropertiesInteractorPtr

Definition at line 45 of file cxViewWrapper.h.

◆ ToolAxisConnectorPtr

typedef boost::shared_ptr<class ToolAxisConnector> cx::ToolAxisConnectorPtr

Definition at line 57 of file cxViewWrapper3D.h.

◆ ViewWrapper2DPtr

typedef boost::shared_ptr<ViewWrapper2D> cx::ViewWrapper2DPtr

Definition at line 152 of file cxViewWrapper2D.h.

◆ ViewWrapper3DPtr

typedef boost::shared_ptr<ViewWrapper3D> cx::ViewWrapper3DPtr

Definition at line 147 of file cxViewWrapper3D.h.

◆ ViewWrapperVideoPtr

typedef boost::shared_ptr<ViewWrapperVideo> cx::ViewWrapperVideoPtr

Definition at line 72 of file cxViewWrapperVideo.h.

Function Documentation

◆ addDataActionsOfType()

template<class DATA >
void cx::DataViewPropertiesInteractor::addDataActionsOfType ( QWidget *  parent)

Definition at line 71 of file cxViewWrapper.h.

◆ isViewWrapper2D()

bool cx::isViewWrapper2D ( ViewWrapperPtr  wrapper)

◆ similar()

bool cx::similar ( const CameraInfo lhs,
const CameraInfo rhs,
double  tol 
)

Definition at line 506 of file cxCameraStyleForView.cpp.