MDSTk Libraries  1.1.0
Medical Data Segmentation Toolkit
Classes | Namespaces | Typedefs | Functions
mdsPoint3.h File Reference

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)
Copyright (c) 2003-2005 by Michal Spanel


namespace  mds::img
namespace  mds::img::Point

Typedefs

typedef CPoint2< double > mds::img::CPoint2d
typedef CPoint2< float > mds::img::CPoint2f
typedef CPoint2< intmds::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< intmds::img::CPoint3i
 Point in 3D space.

Functions

template<typename T >
const T & mds::img::Point::getResolution ()
 Returns minimal distance to recognize two neighbouring points.

Detailed Description

Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2005 by Michal Spanel
.

Author: Michal Spanel, spanel@fit.vutbr.cz
Date: 2004/04/21

Id:
mdsPoint3.h 2091 2012-02-14 11:26:36Z spanel

Description: