MVE - Multi-View Environment mve-devel
|
#include <iostream>
#include <bitset>
#include "util/timer.h"
#include "fssr/octree.h"
#include "fssr/iso_surface.h"
#include "fssr/triangulation.h"
Go to the source code of this file.
Namespaces | |
namespace | fssr |
Macros | |
#define | CUBE_CORNERS 8 |
#define | CUBE_EDGES 12 |
#define | CUBE_FACES 6 |
#define | ISO_VALUE 0.0f |
#define CUBE_CORNERS 8 |
Definition at line 30 of file iso_surface.cc.
#define CUBE_EDGES 12 |
Definition at line 31 of file iso_surface.cc.
#define CUBE_FACES 6 |
Definition at line 32 of file iso_surface.cc.
#define ISO_VALUE 0.0f |
Definition at line 29 of file iso_surface.cc.