Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Classes | Macros
vtkPolyDataToFractionalLabelmapFilter.h File Reference
#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"
Include dependency graph for vtkPolyDataToFractionalLabelmapFilter.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
 

Macro Definition Documentation

◆ FRACTIONAL_DATA_TYPE

#define FRACTIONAL_DATA_TYPE   VTK_TYPE_NAME_UNSIGNED_CHAR

Definition at line 47 of file vtkPolyDataToFractionalLabelmapFilter.h.

◆ FRACTIONAL_MAX

#define FRACTIONAL_MAX   216

Definition at line 49 of file vtkPolyDataToFractionalLabelmapFilter.h.

◆ FRACTIONAL_MIN

#define FRACTIONAL_MIN   0

Definition at line 48 of file vtkPolyDataToFractionalLabelmapFilter.h.

◆ FRACTIONAL_STEP_SIZE

#define FRACTIONAL_STEP_SIZE   1

Definition at line 50 of file vtkPolyDataToFractionalLabelmapFilter.h.

◆ VTK_FRACTIONAL_DATA_TYPE

#define VTK_FRACTIONAL_DATA_TYPE   VTK_CHAR

Definition at line 44 of file vtkPolyDataToFractionalLabelmapFilter.h.