MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel
.
More...
#include <MDSTk/Math/mdsBase.h>
#include "mdsImageTypes.h"
#include "mdsCoordinates.h"
#include <cmath>
Classes | |
class | mds::img::CPoint2< T > |
Class representing a point in 2D space. More... | |
class | mds::img::CPoint3< T > |
Class representing a point in the 3D space. More... | |
Namespaces | |
namespace | mds |
Medical Data Segmentation Toolkit (MDSTk) | |
namespace | mds::img |
namespace | mds::img::Point |
Typedefs | |
typedef CPoint2< double > | mds::img::CPoint2d |
typedef CPoint2< float > | mds::img::CPoint2f |
typedef CPoint2< int > | mds::img::CPoint2i |
Point in 2D space. | |
typedef CPoint3< double > | mds::img::CPoint3d |
typedef CPoint3< tCoordinate > | mds::img::CPoint3D |
Favoured representation of a point in 3D space. | |
typedef CPoint3< float > | mds::img::CPoint3f |
typedef CPoint3< int > | mds::img::CPoint3i |
Point in 3D space. | |
Functions | |
template<typename T > | |
const T & | mds::img::Point::getResolution () |
Returns minimal distance to recognize two neighbouring points. |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel
.
Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2004/04/21
Description: