Slicer
5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <vtkPolyDataToImageStencil.h>
#include <vtkSmartPointer.h>
#include <vtkCellArray.h>
#include <vtkSetGet.h>
#include <vtkMatrix4x4.h>
#include <vtkCellLocator.h>
#include <vtkOrientedImageData.h>
#include <map>
#include "vtkSegmentationCoreConfigure.h"
Go to the source code of this file.
Classes | |
class | vtkPolyDataToFractionalLabelmapFilter |
Macros | |
#define | FRACTIONAL_DATA_TYPE VTK_TYPE_NAME_UNSIGNED_CHAR |
#define | FRACTIONAL_MAX 216 |
#define | FRACTIONAL_MIN 0 |
#define | FRACTIONAL_STEP_SIZE 1 |
#define | VTK_FRACTIONAL_DATA_TYPE VTK_CHAR |
#define FRACTIONAL_DATA_TYPE VTK_TYPE_NAME_UNSIGNED_CHAR |
Definition at line 47 of file vtkPolyDataToFractionalLabelmapFilter.h.
#define FRACTIONAL_MAX 216 |
Definition at line 49 of file vtkPolyDataToFractionalLabelmapFilter.h.
#define FRACTIONAL_MIN 0 |
Definition at line 48 of file vtkPolyDataToFractionalLabelmapFilter.h.
#define FRACTIONAL_STEP_SIZE 1 |
Definition at line 50 of file vtkPolyDataToFractionalLabelmapFilter.h.
#define VTK_FRACTIONAL_DATA_TYPE VTK_CHAR |
Definition at line 44 of file vtkPolyDataToFractionalLabelmapFilter.h.