Main Page   Packages   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Search  

C:/temp/src/j2k/Fred/Alias.hpp

Go to the documentation of this file.
00001 #ifndef __J2K__Alias_HPP__
00002 #define __J2K__Alias_HPP__
00003 
00004   typedef JObject      Object;
00005 
00006   typedef JString      String;
00007   typedef JStringData  StringData;
00008 
00009   typedef JArea        Area;
00010   typedef JComplex     Complex;
00011   typedef JVector2D    Vector2D;
00012   typedef JVector3D    Vector3D;
00013 
00014   typedef JCircle      Circle;
00015   typedef JCylinder    Cylinder;
00016   typedef JSphere      Sphere;
00017 
00018   typedef JCube        Cube;
00019   typedef JRectangle   Rectangle;
00020   typedef JSquare      Square;
00021   typedef JPoint       Point;
00022  
00023 
00024 
00025      
00026 
00027 #endif

Generated on Sun Oct 14 18:46:31 2001 for Standard J2K Library by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001