|
VMTK
|
#include "vtkPolyDataAlgorithm.h"#include "vtkIdList.h"#include "vtkIntArray.h"#include "vtkPolyData.h"#include "vtkvmtkMinHeap.h"#include "vtkvmtkConstants.h"#include "vtkvmtkWin32Header.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 |
| const char VTK_VMTK_ACCEPTED_STATUS = 0x01 |
Definition at line 49 of file vtkvmtkNonManifoldFastMarching.h.
| const char VTK_VMTK_CONSIDERED_STATUS = 0x02 |
Definition at line 50 of file vtkvmtkNonManifoldFastMarching.h.
| const char VTK_VMTK_FAR_STATUS = 0x04 |
Definition at line 51 of file vtkvmtkNonManifoldFastMarching.h.
1.8.14