Subversion Repositories gelsvn

Rev

Rev 331 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 331 Rev 448
Line 1... Line 1...
1
#ifndef __FACECIRCULATOR_H__
1
#ifndef __HMESH_FACECIRCULATOR_H__
2
#define __FACECIRCULATOR_H__
2
#define __HMESH_FACECIRCULATOR_H__
3
 
3
 
4
#include "Vertex.h"
4
#include "Vertex.h"
5
#include "HalfEdge.h"
5
#include "HalfEdge.h"
6
#include "Face.h"
6
#include "Face.h"
7
 
7