16 #ifndef __itkTractsToRgbaImageFilter_h__
17 #define __itkTractsToRgbaImageFilter_h__
19 #include <itkImageSource.h>
21 #include <itkVectorContainer.h>
22 #include <itkRGBAPixel.h>
30 template<
class OutputImageType >
43 itkFactorylessNewMacro(Self)
48 itkSetMacro( UpsamplingFactor,
float)
49 itkGetMacro( UpsamplingFactor,
float)
51 itkSetMacro( FiberBundle,
mitk::FiberBundle::Pointer)
52 itkSetMacro( InputImage, typename InputImageType::Pointer)
55 itkSetMacro( UseImageGeometry,
bool)
56 itkGetMacro( UseImageGeometry,
bool)
65 TractsToRgbaImageFilter();
66 virtual ~TractsToRgbaImageFilter();
76 #ifndef ITK_MANUAL_INSTANTIATION
80 #endif // __itkTractsToRgbaImageFilter_h__
bool m_UseImageGeometry
output image is given other geometry than fiberbundle (input image geometry)
OutputImageType::PixelType OutPixelType
mitk::FiberBundle::Pointer m_FiberBundle
input fiber bundle
itk::Image< unsigned char, 3 > InputImageType
DataCollection - Class to facilitate loading/accessing structured data.
itk::Point< float, 3 > GetItkPoint(double point[3])
float m_UpsamplingFactor
use higher resolution for ouput image
TractsToRgbaImageFilter Self
SmartPointer< const Self > ConstPointer
InputImageType::Pointer m_InputImage
Generates RGBA image from the input fibers where color values are set according to the local fiber di...
SmartPointer< Self > Pointer