17 #ifndef mitkFreeSurferParcellationTranslator_h
18 #define mitkFreeSurferParcellationTranslator_h
21 #include <MitkConnectomicsExports.h>
22 #include <itkObject.h>
27 #include <vtkSmartPointer.h>
50 ~FreeSurferParcellationTranslator();
70 virtual const
string GetLabel( const
string & name ) const;
76 virtual
int GetLabelAsNumber( const
string & name ) const;
87 virtual const
string GetName( const
string & label ) const;
93 virtual const
string GetName(
int label ) const;
102 static NameTable CreateNameTable();
109 static const NameTable m_NameTable;
112 #endif // mitkFreeSurferParcellationTranslator_h
The TransferFunction class A wrapper class for VTK scalar opacity, gradient opacity, and color transfer functions.Holds a copy of each of the three standard VTK transfer functions (scalar opacity, gradient opacity, color) and provides an interface for manipulating their control points. Each original function can be retrieved by a Get() method.
DataCollection - Class to facilitate loading/accessing structured data.
map< string, string > NameTable
The mitkFreeSurferParcellationTranslator class.
#define mitkClassMacroItkParent(className, SuperClassName)
static std::string GetName(std::string fileName, std::string suffix)
Class for nodes of the DataTree.
The LookupTable class mitk wrapper for a vtkLookupTableThis class can be used to color images with a ...