#include <itkColorTable.h>
Inheritance diagram for itk::ColorTable:
Public Types | |
typedef ColorTable | Self |
typedef Object | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
Public Methods | |
virtual const char * | GetClassName () const |
void | useDiscrete (void) |
void | useGray (int n=256) |
void | useHeat (int n=256) |
int | size (void) |
RGBPixel< TPixel > * | color (int c) |
TPixel | color (int c, char rgb) |
char * | colorName (int c) |
Static Public Methods | |
Pointer | New () |
Protected Methods | |
ColorTable () | |
virtual | ~ColorTable () |
Protected Attributes | |
int | m_NumberOfColors |
RGBPixel< TPixel > * | m_Color |
char ** | m_ColorName |
Definition at line 34 of file itkColorTable.h.
|
Reimplemented from itk::Object. Definition at line 41 of file itkColorTable.h. |
|
Reimplemented from itk::Object. Definition at line 40 of file itkColorTable.h. |
|
Standard class typedefs. Reimplemented from itk::Object. Definition at line 38 of file itkColorTable.h. |
|
Reimplemented from itk::Object. Definition at line 39 of file itkColorTable.h. |
|
|
|
|
|
Given the position in the table and the color returns the value.
|
|
Badly named methods that require renaming and documentation. |
|
Given the position in the table and the color returns the value.
|
|
Run-time type information (and related methods). Reimplemented from itk::Object. |
|
Method for creation through the object factory. Reimplemented from itk::Object. |
|
Badly named methods that require renaming and documentation. |
|
Badly named methods that require renaming and documentation. |
|
Badly named methods that require renaming and documentation. |
|
Badly named methods that require renaming and documentation. |
|
Definition at line 68 of file itkColorTable.h. |
|
Definition at line 69 of file itkColorTable.h. |
|
Definition at line 67 of file itkColorTable.h. |