|
User Documentation |
|
Centre for Vision, Speech & Signal Processing |
Comments:
-------------------------------------------------------
Name : NormVol.hh
Library :
Description: Normal Volume representation
Dependancies:
Modified :
Created : 1.97
Author : Adrian Hilton
-------------------------------------------------------
Variables:
Methods:
- NormalVolumeC()
-
- NormalVolumeC(const TriC & tri)
-
construct a normal volume for TriC
Normal volume is defined by normal at each vertex
- NormalVolumeC(const NormalVolumeC & vn)
-
- const NormalVolumeC operator=(const NormalVolumeC & vn)
-
------------------------------------------------------- operations
- BooleanT IsInside(const Vector3dC v) const
-
point 'v' is inside the normal volume
void IndexLimits(const RealT max_distance,
Index3dC& lower_limit,Index3dC& upper_limit);
Bounding box on normal volume given by max_distance
reqs access to BaseVoxSetC::Index()
|
Programmer:Adrian Hilton, Documentation by CxxDoc: Tue Mar 20 10:48:08 2001
|