|
Slicer
5.2
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
#include "vtkSegmentationCoreConfigure.h"#include <vtkNew.h>#include <vtkObject.h>#include "vtkSegmentationConversionParameters.h"

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 38 of file vtkSegmentationConverterRule.h.
1.8.14