VMTK
Classes | Variables
vtkvmtkNonManifoldFastMarching.h File Reference
#include "vtkPolyDataAlgorithm.h"
#include "vtkIdList.h"
#include "vtkIntArray.h"
#include "vtkPolyData.h"
#include "vtkvmtkMinHeap.h"
#include "vtkvmtkConstants.h"
#include "vtkvmtkWin32Header.h"
Include dependency graph for vtkvmtkNonManifoldFastMarching.h:

Go to the source code of this file.

Classes

class  vtkvmtkNonManifoldFastMarching
 Implementation of the Fast Marching Method on polygonal non-manifolds. More...
 

Variables

const char VTK_VMTK_ACCEPTED_STATUS = 0x01
 
const char VTK_VMTK_CONSIDERED_STATUS = 0x02
 
const char VTK_VMTK_FAR_STATUS = 0x04
 

Variable Documentation

◆ VTK_VMTK_ACCEPTED_STATUS

const char VTK_VMTK_ACCEPTED_STATUS = 0x01

Definition at line 49 of file vtkvmtkNonManifoldFastMarching.h.

◆ VTK_VMTK_CONSIDERED_STATUS

const char VTK_VMTK_CONSIDERED_STATUS = 0x02

Definition at line 50 of file vtkvmtkNonManifoldFastMarching.h.

◆ VTK_VMTK_FAR_STATUS

const char VTK_VMTK_FAR_STATUS = 0x04

Definition at line 51 of file vtkvmtkNonManifoldFastMarching.h.