SIVIC API  0.9.26
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
svkImageMapToWindowLevelColors Class Reference

#include <svkImageMapToWindowLevelColors.h>

Inheritance diagram for svkImageMapToWindowLevelColors:

Public Member Functions

 vtkTypeMacro (svkImageMapToWindowLevelColors, vtkImageMapToWindowLevelColors)
 
svkImageDataGetImageDataInput (int port)
 

Static Public Member Functions

static
svkImageMapToWindowLevelColors
New ()
 

Protected Member Functions

 svkImageMapToWindowLevelColors ()
 Constructor. More...
 
 ~svkImageMapToWindowLevelColors ()
 Destructor. More...
 
int RequestData (vtkInformation *request, vtkInformationVector **inputVector, vtkInformationVector *outputVector)
 
virtual int FillOutputPortInformation (int vtkNotUsed(port), vtkInformation *info)
 

Detailed Description

This class is designed to be a an svk replacement for vtkImageMapToWindowLevelColors. The only differences are that this class will instantiate an svkImageData object for output, and it will copy the dcos of the input on GetOutput().

Constructor & Destructor Documentation

Constructor.

References svkMriImageData::NewObject().

Destructor.

Member Function Documentation

int FillOutputPortInformation ( int   vtkNotUsedport,
vtkInformation *  info 
)
protectedvirtual

Default output type is same concrete sub class type as the input data. Override with specific concrete type in sub-class if necessary.

svkImageData * GetImageDataInput ( int  port)
static svkImageMapToWindowLevelColors* New ( )
static
int RequestData ( vtkInformation *  request,
vtkInformationVector **  inputVector,
vtkInformationVector *  outputVector 
)
protected

We just need to make sure the dcos is copied here.

vtkTypeMacro ( svkImageMapToWindowLevelColors  ,
vtkImageMapToWindowLevelColors   
)

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