Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
Generates RGBA image from the input fibers where color values are set according to the local fiber directions. More...
#include <itkTractsToRgbaImageFilter.h>
Public Types | |
typedef TractsToRgbaImageFilter | Self |
typedef ProcessObject | Superclass |
typedef SmartPointer< Self > | Pointer |
typedef SmartPointer< const Self > | ConstPointer |
typedef OutputImageType::PixelType | OutPixelType |
typedef itk::Image< unsigned char, 3 > | InputImageType |
Public Member Functions | |
Pointer | Clone () const |
virtual const char * | GetClassName () const |
virtual void | SetUpsamplingFactor (float _arg) |
virtual float | GetUpsamplingFactor () |
virtual void | SetFiberBundle (mitk::FiberBundle::Pointer _arg) |
virtual void | SetInputImage (typename InputImageType::Pointer _arg) |
virtual void | SetUseImageGeometry (bool _arg) |
virtual bool | GetUseImageGeometry () |
void | GenerateData () |
Static Public Member Functions | |
static Pointer | New () |
Protected Member Functions | |
itk::Point< float, 3 > | GetItkPoint (double point[3]) |
TractsToRgbaImageFilter () | |
virtual | ~TractsToRgbaImageFilter () |
Protected Attributes | |
mitk::FiberBundle::Pointer | m_FiberBundle |
input fiber bundle More... | |
float | m_UpsamplingFactor |
use higher resolution for ouput image More... | |
bool | m_UseImageGeometry |
output image is given other geometry than fiberbundle (input image geometry) More... | |
InputImageType::Pointer | m_InputImage |
Generates RGBA image from the input fibers where color values are set according to the local fiber directions.
Definition at line 31 of file itkTractsToRgbaImageFilter.h.
typedef SmartPointer< const Self > itk::TractsToRgbaImageFilter< OutputImageType >::ConstPointer |
Definition at line 38 of file itkTractsToRgbaImageFilter.h.
typedef itk::Image<unsigned char, 3> itk::TractsToRgbaImageFilter< OutputImageType >::InputImageType |
Definition at line 41 of file itkTractsToRgbaImageFilter.h.
typedef OutputImageType::PixelType itk::TractsToRgbaImageFilter< OutputImageType >::OutPixelType |
Definition at line 40 of file itkTractsToRgbaImageFilter.h.
typedef SmartPointer< Self > itk::TractsToRgbaImageFilter< OutputImageType >::Pointer |
Definition at line 37 of file itkTractsToRgbaImageFilter.h.
typedef TractsToRgbaImageFilter itk::TractsToRgbaImageFilter< OutputImageType >::Self |
Definition at line 35 of file itkTractsToRgbaImageFilter.h.
typedef ProcessObject itk::TractsToRgbaImageFilter< OutputImageType >::Superclass |
Definition at line 36 of file itkTractsToRgbaImageFilter.h.
|
protected |
Definition at line 30 of file itkTractsToRgbaImageFilter.cpp.
|
protectedvirtual |
Definition at line 39 of file itkTractsToRgbaImageFilter.cpp.
Pointer itk::TractsToRgbaImageFilter< OutputImageType >::Clone | ( | ) | const |
void itk::TractsToRgbaImageFilter< OutputImageType >::GenerateData | ( | ) |
Definition at line 54 of file itkTractsToRgbaImageFilter.cpp.
|
virtual |
|
protected |
Definition at line 44 of file itkTractsToRgbaImageFilter.cpp.
|
virtual |
|
virtual |
|
static |
|
virtual |
|
virtual |
|
virtual |
Upsampling factor
|
virtual |
Use input image geometry to initialize output image
|
protected |
input fiber bundle
Definition at line 68 of file itkTractsToRgbaImageFilter.h.
|
protected |
Definition at line 71 of file itkTractsToRgbaImageFilter.h.
|
protected |
use higher resolution for ouput image
Definition at line 69 of file itkTractsToRgbaImageFilter.h.
|
protected |
output image is given other geometry than fiberbundle (input image geometry)
Definition at line 70 of file itkTractsToRgbaImageFilter.h.