CTK  0.1.0
The Common Toolkit is a community effort to provide support code for medical image analysis, surgical navigation, and related projects.
Public Member Functions | Public Attributes | List of all members
ctkControlPoint Struct Reference

#include <Libs/Widgets/ctkTransferFunction.h>

Inheritance diagram for ctkControlPoint:
Inheritance graph
[legend]
Collaboration diagram for ctkControlPoint:
Collaboration graph
[legend]

Public Member Functions

const QVariant & value () const
 
const qreal & x () const
 
virtual ~ctkControlPoint ()
 

Public Attributes

ctkPoint P
 

Detailed Description

assumes the mapping is linear by default, if not, then subclasses must be used

Definition at line 58 of file ctkTransferFunction.h.

Constructor & Destructor Documentation

◆ ~ctkControlPoint()

virtual ctkControlPoint::~ctkControlPoint ( )
virtual

Member Function Documentation

◆ value()

const QVariant& ctkControlPoint::value ( ) const
inline

Definition at line 62 of file ctkTransferFunction.h.

◆ x()

const qreal& ctkControlPoint::x ( ) const
inline

Definition at line 61 of file ctkTransferFunction.h.

Member Data Documentation

◆ P

ctkPoint ctkControlPoint::P

Definition at line 63 of file ctkTransferFunction.h.


The documentation for this struct was generated from the following file: