vtkgdcm
Public Types | Public Member Functions | Static Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
vtkLookupTable16 Class Reference

#include <vtkLookupTable16.h>

Inherits vtkLookupTable.

Public Types

typedef vtkLookupTable Superclass
 

Public Member Functions

virtual const char * GetClassName ()
 
virtual int IsA (const char *type)
 
void PrintSelf (ostream &os, vtkIndent indent)
 
void Build ()
 
void SetNumberOfTableValues (vtkIdType number)
 
unsigned char * WritePointer (const vtkIdType id, const int number)
 
unsigned short * GetPointer (const vtkIdType id)
 

Static Public Member Functions

static vtkLookupTable16New ()
 
static int IsTypeOf (const char *type)
 
static vtkLookupTable16SafeDownCast (vtkObject *o)
 

Protected Member Functions

 vtkLookupTable16 (int sze=256, int ext=256)
 
 ~vtkLookupTable16 ()
 
void MapScalarsThroughTable2 (void *input, unsigned char *output, int inputDataType, int numberOfValues, int inputIncrement, int outputFormat)
 

Protected Attributes

vtkUnsignedShortArray * Table16
 

Detailed Description

See also
vtkLookupTable

Definition at line 45 of file vtkLookupTable16.h.

Member Typedef Documentation

◆ Superclass

typedef vtkLookupTable vtkLookupTable16::Superclass

Definition at line 50 of file vtkLookupTable16.h.

Constructor & Destructor Documentation

◆ vtkLookupTable16()

vtkLookupTable16::vtkLookupTable16 ( int  sze = 256,
int  ext = 256 
)
protected

◆ ~vtkLookupTable16()

vtkLookupTable16::~vtkLookupTable16 ( )
protected

Member Function Documentation

◆ New()

static vtkLookupTable16 * vtkLookupTable16::New ( )
static

◆ GetClassName()

virtual const char * vtkLookupTable16::GetClassName ( )
virtual

◆ IsTypeOf()

static int vtkLookupTable16::IsTypeOf ( const char *  type)
static

◆ IsA()

virtual int vtkLookupTable16::IsA ( const char *  type)
virtual

◆ SafeDownCast()

static vtkLookupTable16 * vtkLookupTable16::SafeDownCast ( vtkObject *  o)
static

◆ PrintSelf()

void vtkLookupTable16::PrintSelf ( ostream &  os,
vtkIndent  indent 
)

◆ Build()

void vtkLookupTable16::Build ( )

◆ SetNumberOfTableValues()

void vtkLookupTable16::SetNumberOfTableValues ( vtkIdType  number)

◆ WritePointer()

unsigned char * vtkLookupTable16::WritePointer ( const vtkIdType  id,
const int  number 
)
inline

Definition at line 81 of file vtkLookupTable16.h.

◆ GetPointer()

unsigned short * vtkLookupTable16::GetPointer ( const vtkIdType  id)
inline

Definition at line 59 of file vtkLookupTable16.h.

◆ MapScalarsThroughTable2()

void vtkLookupTable16::MapScalarsThroughTable2 ( void *  input,
unsigned char *  output,
int  inputDataType,
int  numberOfValues,
int  inputIncrement,
int  outputFormat 
)
protected

Member Data Documentation

◆ Table16

vtkUnsignedShortArray* vtkLookupTable16::Table16
protected

Definition at line 66 of file vtkLookupTable16.h.


The documentation for this class was generated from the following file: