Jafar
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
TriSurf$FaceIterator.hpp
00001 /* $Id$ */
00002 // DO NOT EDIT THIS FILE - it is machine generated -*- c++ -*-
00003 
00004 #ifndef __edu_mines_jtk_mesh_TriSurf$FaceIterator__
00005 #define __edu_mines_jtk_mesh_TriSurf$FaceIterator__
00006 
00007 #pragma interface
00008 
00009 #include <java/lang/Object.h>
00010 extern "Java"
00011 {
00012   namespace edu
00013   {
00014     namespace mines
00015     {
00016       namespace jtk
00017       {
00018         namespace mesh
00019         {
00020             class TriSurf$Face;
00021             class TriSurf$FaceIterator;
00022         }
00023       }
00024     }
00025   }
00026 }
00027 
00028 class edu::mines::jtk::mesh::TriSurf$FaceIterator : public ::java::lang::Object
00029 {
00030 
00031 public:
00032   virtual jboolean hasNext() = 0;
00033   virtual ::edu::mines::jtk::mesh::TriSurf$Face * next() = 0;
00034   static ::java::lang::Class class$;
00035 } __attribute__ ((java_interface));
00036 
00037 #endif // __edu_mines_jtk_mesh_TriSurf$FaceIterator__
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on Wed Oct 15 2014 00:37:25 for Jafar by doxygen 1.7.6.1
LAAS-CNRS