User Level: | Default |
Library: | Ravl3D |
Comments:
This file is part of RAVL, Recognition And Vision Library
Copyright (C) 2002, University of Surrey
This code may be redistributed under the terms of the GNU Lesser
General Public License (LGPL). See the lgpl.licence file for details or
see http://www.gnu.org/copyleft/lesser.html
file-header-ends-here
////////////////////////////////////////////////////////////////////////////
Child Classes:
TriC | Triangle in TriMesh. |
VoxelSetC | A cuboid of volume cells (voxels) in 3D space |
PointSetC | Array of 3D vertices and attributes |
Methods:
- ostream & operator <<(ostream & s,const VertexC & v)
-
- istream & operator >>(istream & s,VertexC & v)
-
- BinOStreamC & operator <<(BinOStreamC & s,const VertexC & v)
-
- BinIStreamC & operator >>(BinIStreamC & s,VertexC & v)
-
- ostream & operator <<(ostream & s,const TriMeshC & ts)
-
- istream & operator >>(istream & s,TriMeshC & ts)
-
- BinIStreamC & operator >>(BinIStreamC & s,TriMeshC & ts)
-
- BinOStreamC & operator <<(BinOStreamC & s,const TriMeshC & ts)
-
- void InitTriMeshIO()
-
- void InitObjFormat()
-
- void InitTriFormat()
-
- istream & operator >>(istream & s,PinholeCamera0C & camera)
-
Read camera parameters from a text stream.
- ostream & operator <<(ostream & s,const PinholeCamera0C & camera)
-
Write camera parameters to a text stream.
- BinIStreamC & operator >>(BinIStreamC & s,PinholeCamera0C & camera)
-
Read camera parameters from a binary stream.
- BinOStreamC & operator <<(BinOStreamC & s,const PinholeCamera0C & camera)
-
Write camera parameters to a binary stream.
- BinOStreamC & operator <<(BinOStreamC & is,const VoxelSetC & oVoxelSet)
-
Prints the voxel set into the stream
- BinIStreamC & operator >>(BinIStreamC & os,VoxelSetC & oVoxelSet)
-
Assigns the values into the voxel set
- BinOStreamC & operator <<(BinOStreamC & is,const PointSetC & oPointSet)
-
Prints the point set into the stream
- BinIStreamC & operator >>(BinIStreamC & os,PointSetC & oPointSet)
-
Assigns the values into the point set
Documentation by CxxDoc: Tue Aug 13 09:59:28 2002
|