FDH14Mesh.h

Go to the documentation of this file.
00001 /* $Id: FDH14Mesh.h,v 1.2 2002/11/05 14:31:15 anonymous Exp $ */
00002 
00003 #ifndef __FDH_14_MESH_H
00004 #define __FDH_14_MESH_H
00005 
00006 #include <esg/Definitions.h>
00007 #include <esg/mesh/Mesh.h>
00008 #include <esg/mesh/BoxMesh.h>
00009 
00010 namespace esg {
00011 
00012 class OGSCENE_EXPORT FDH14Mesh : public BoxMesh {
00013 public:
00014   FDH14Mesh(const float [14][3], // Matrix with FDH directions
00015             const float [],      // FDH's valus
00016             float ar,  
00017             float br,
00018             float cr);
00019 };
00020 
00021 }; // namespace
00022 
00023 #endif // __FDH_14_MESH_H

Generated on Wed Jun 28 12:24:28 2006 for esg by  doxygen 1.4.6