Public Types | Public Member Functions

mitk::BoolLookupTable Class Reference

specializations of GenericLookupTable More...

#include <mitkLookupTables.h>

Inheritance diagram for mitk::BoolLookupTable:
Inheritance graph
[legend]
Collaboration diagram for mitk::BoolLookupTable:
Collaboration graph
[legend]

List of all members.

Public Types

typedef BoolLookupTable Self
typedef GenericLookupTable< bool > Superclass

Public Member Functions

virtual const char * GetNameOfClass () const
 BoolLookupTable ()
virtual ~BoolLookupTable ()

Detailed Description

specializations of GenericLookupTable

Documentation This file contains specializations of mitk::GenericLookupTable for bool, float, int and std::string lookuptables : you have to call the mitkSpecializeGenericLookupTableOperator macro in mitkLookupTables.cpp with each specialization to add an ostream << operator for that lookuptable specialization.

Definition at line 35 of file mitkLookupTables.h.


Member Typedef Documentation

Reimplemented from mitk::GenericLookupTable< bool >.

Definition at line 35 of file mitkLookupTables.h.

Definition at line 35 of file mitkLookupTables.h.


Constructor & Destructor Documentation

mitk::BoolLookupTable::BoolLookupTable (  ) [inline]

Definition at line 35 of file mitkLookupTables.h.

virtual mitk::BoolLookupTable::~BoolLookupTable (  ) [inline, virtual]

Definition at line 35 of file mitkLookupTables.h.


Member Function Documentation

virtual const char* mitk::BoolLookupTable::GetNameOfClass (  ) const [inline, virtual]

Reimplemented from mitk::GenericLookupTable< bool >.

Definition at line 35 of file mitkLookupTables.h.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines