Slicer
5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include "vtkSegmentationCoreConfigure.h"
#include <vtkObject.h>
#include <map>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | vtkSegmentationConverterRule |
Abstract converter rule class. Subclasses perform conversions between specific representation types. They define source and target type and provide ways to create those types of objects. More... | |
Macros | |
#define | vtkSegmentationConverterRuleNewMacro(newClass) |
Helper macro for supporting cloning of rules. More... | |
#define vtkSegmentationConverterRuleNewMacro | ( | newClass | ) |
Helper macro for supporting cloning of rules.
Definition at line 40 of file vtkSegmentationConverterRule.h.