Slicer  5.1
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
Classes | Macros
vtkSegmentationConverterRule.h File Reference
#include "vtkSegmentationCoreConfigure.h"
#include <vtkObject.h>
#include <map>
#include <string>
#include <vector>
Include dependency graph for vtkSegmentationConverterRule.h:
This graph shows which files directly or indirectly include this file:

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...
 

Macro Definition Documentation

◆ vtkSegmentationConverterRuleNewMacro

#define vtkSegmentationConverterRuleNewMacro (   newClass)
Value:
vtkStandardNewMacro(newClass); \
vtkSegmentationConverterRule* newClass::CreateRuleInstance() \
{ \
return newClass::New(); \
}

Helper macro for supporting cloning of rules.

Definition at line 40 of file vtkSegmentationConverterRule.h.