User Documentation
Centre for Vision, Speech & Signal Processing
DEVELOP IN NAMESPACE AMMA TREE ROOT AMMA SEARCH AMMA HOME
 

  PUBLIC
PointToIndex3dC::PointToIndex3dC(const Point3dC &,const Point3dC &)
PointToIndex3dC::operator()(const Point3dC &)
PointToIndex3dC
 
Conversion of Point3dC into Index3dC
 
include "amma/PtToInd3.hh"
User Level:Default
Library:Magm
Example:exMat2d.cc
Section:Containers.Arrays.3-D Arrays Geometry.3-D
In Scope:std

Comments:
The class PointToIndex3dC serves as the transformation between three-dimensional point and three-dimensional index, including scaling and translation.

Variables:
Methods:
PointToIndex3dC(const Point3dC & minimumPoint,const Point3dC & cellSize)
Creates the transformation which converts a 3-D point into a cell index.

Index3dC operator()(const Point3dC & point)
Converts the 'point' into index.


Programmer:Radek Marik, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001