Slicer
5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include <vtkMRML.h>
#include <vtkMRMLDisplayableNode.h>
#include <vtkMRMLColorTableNode.h>
#include <cstdlib>
#include "vtkSegmentation.h"
Go to the source code of this file.
Classes | |
class | vtkMRMLSegmentationNode |
MRML node containing segmentationsSegmentation node stores a set of segments (also known as contours or segmented regions). Segments may overlap and may be stored in various representations (binary labelmap image, closed surface mesh, fractional labelmap image, etc). Segments can be stored in multiple data representations to facilitate visualization and processing. More... | |