DMRITool
v0.1.1-139-g860d86b4
Diffusion MRI Tool
|
#include <itkSpatiallyDenseSparseVectorImageFileReader.h>
Reads sparse image data from key and value files.
Definition at line 67 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
Public Types | |
typedef ImageFileReader< KeyImageType > | KeyImageFileReaderType |
typedef Image< OutputImageKeyType, 1 > | KeyImageType |
typedef OutputImageType::DirectionType | OutputImageDirectionType |
typedef OutputImageType::IndexType | OutputImageIndexType |
typedef OutputImageType::InternalPixelType | OutputImageInternalPixelType |
typedef OutputImageType::KeyType | OutputImageKeyType |
typedef OutputImageType::PixelContainerConstPointer | OutputImagePixelContainerConstPointerType |
typedef OutputImageType::PixelContainer | OutputImagePixelContainerType |
typedef OutputImageType::PixelMapConstIterator | OutputImagePixelMapConstIteratorType |
typedef OutputImageType::PixelMapType | OutputImagePixelPixelMapType |
typedef OutputImageType::PixelType | OutputImagePixelType |
typedef OutputImageType::Pointer | OutputImagePointer |
typedef OutputImageType::PointType | OutputImagePointType |
typedef OutputImageType::RegionType | OutputImageRegionType |
typedef OutputImageType::SizeType | OutputImageSizeType |
typedef OutputImageType::SpacingType | OutputImageSpacingType |
typedef TOutputImage | OutputImageType |
typedef OutputImageType::ValueType | OutputImageValueType |
typedef SmartPointer< Self > | Pointer |
typedef SpatiallyDenseSparseVectorImageFileReader | Self |
typedef ImageSource< TOutputImage > | Superclass |
typedef ImageFileReader< ValueImageType > | ValueImageFileReaderType |
typedef Image< OutputImageValueType, 1 > | ValueImageType |
Public Member Functions | |
virtual ::itk::LightObject::Pointer | CreateAnother (void) const |
virtual const char * | GetFileName () const |
virtual const char * | GetNameOfClass () const |
virtual const bool & | GetUseStreaming () |
itkGetObjectMacro (ImageIO, ImageIOBase) | |
virtual void | SetFileName (const char *_arg) |
virtual void | SetUseStreaming (bool _arg) |
virtual void | UseStreamingOff () |
virtual void | UseStreamingOn () |
Static Public Member Functions | |
static Pointer | New () |
Static Public Attributes | |
static const unsigned int | ImageDimension = Superclass::OutputImageDimension |
Protected Member Functions | |
virtual void | GenerateData () ITK_OVERRIDE |
void | PrintSelf (std::ostream &os, Indent indent) const ITK_OVERRIDE |
SpatiallyDenseSparseVectorImageFileReader () | |
~SpatiallyDenseSparseVectorImageFileReader () | |
Protected Attributes | |
std::string | m_FileName |
ImageIOBase::Pointer | m_ImageIO |
KeyImageType::Pointer | m_KeyImage |
KeyImageFileReaderType::Pointer | m_KeyImageFileReader |
bool | m_UseStreaming |
ValueImageType::Pointer | m_ValueImage |
ValueImageFileReaderType::Pointer | m_ValueImageFileReader |
Private Member Functions | |
void | operator= (const Self &) |
SpatiallyDenseSparseVectorImageFileReader (const Self &) | |
Private Attributes | |
std::string | m_ExceptionMessage |
typedef ImageFileReader<KeyImageType> itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::KeyImageFileReaderType |
Definition at line 105 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
typedef Image<OutputImageKeyType, 1> itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::KeyImageType |
Definition at line 102 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
typedef OutputImageType::DirectionType itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::OutputImageDirectionType |
Definition at line 91 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
typedef OutputImageType::IndexType itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::OutputImageIndexType |
Definition at line 89 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
typedef OutputImageType::InternalPixelType itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::OutputImageInternalPixelType |
Definition at line 94 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
typedef OutputImageType::KeyType itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::OutputImageKeyType |
Definition at line 96 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
typedef OutputImageType::PixelContainerConstPointer itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::OutputImagePixelContainerConstPointerType |
Definition at line 98 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
typedef OutputImageType::PixelContainer itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::OutputImagePixelContainerType |
Definition at line 97 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
typedef OutputImageType::PixelMapConstIterator itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::OutputImagePixelMapConstIteratorType |
Definition at line 100 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
typedef OutputImageType::PixelMapType itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::OutputImagePixelPixelMapType |
Definition at line 99 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
typedef OutputImageType::PixelType itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::OutputImagePixelType |
Definition at line 93 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
typedef OutputImageType::Pointer itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::OutputImagePointer |
Definition at line 86 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
typedef OutputImageType::PointType itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::OutputImagePointType |
Definition at line 90 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
typedef OutputImageType::RegionType itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::OutputImageRegionType |
Definition at line 92 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
typedef OutputImageType::SizeType itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::OutputImageSizeType |
Definition at line 87 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
typedef OutputImageType::SpacingType itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::OutputImageSpacingType |
Definition at line 88 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
typedef TOutputImage itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::OutputImageType |
Some convenient typedefs.
Definition at line 85 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
typedef OutputImageType::ValueType itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::OutputImageValueType |
Definition at line 95 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
typedef SmartPointer<Self> itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::Pointer |
Definition at line 73 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
typedef SpatiallyDenseSparseVectorImageFileReader itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::Self |
Standard class typedefs.
Definition at line 71 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
typedef ImageSource<TOutputImage> itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::Superclass |
Definition at line 72 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
typedef ImageFileReader<ValueImageType> itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::ValueImageFileReaderType |
Definition at line 106 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
typedef Image<OutputImageValueType, 1> itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::ValueImageType |
Definition at line 103 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
|
protected |
Definition at line 27 of file itkSpatiallyDenseSparseVectorImageFileReader.hxx.
References itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::~SpatiallyDenseSparseVectorImageFileReader().
|
protected |
Definition at line 36 of file itkSpatiallyDenseSparseVectorImageFileReader.hxx.
References itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::PrintSelf().
Referenced by itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::SpatiallyDenseSparseVectorImageFileReader().
|
private |
virtual::itk::LightObject::Pointer itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::CreateAnother | ( | void | ) | const |
|
protectedvirtual |
Does the real work.
Definition at line 62 of file itkSpatiallyDenseSparseVectorImageFileReader.hxx.
Referenced by itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::PrintSelf().
|
virtual |
|
virtual |
Run-time type information (and related methods).
|
virtual |
itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::itkGetObjectMacro | ( | ImageIO | , |
ImageIOBase | |||
) |
Set/Get the ImageIO helper class
|
static |
Method for creation through the object factory.
|
private |
|
protected |
Definition at line 42 of file itkSpatiallyDenseSparseVectorImageFileReader.hxx.
References itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::GenerateData().
Referenced by itk::SpatiallyDenseSparseVectorImageFileReader< TOutputImage >::~SpatiallyDenseSparseVectorImageFileReader().
|
virtual |
Specify the files to read. This is forwarded to the IO instance.
|
virtual |
Set the stream On or Off
|
virtual |
|
virtual |
|
static |
Dimension of image.
Definition at line 82 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
|
private |
Definition at line 152 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
|
protected |
Definition at line 144 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
|
protected |
Definition at line 146 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
|
protected |
Convert a block of pixels from one type to another. Test whether the given filename exist and it is readable, this is intended to be called before attempting to use ImageIO classes for actually reading the file. If the file doesn't exist or it is not readable, and exception with an approriate message will be thrown.
Definition at line 135 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
|
protected |
Definition at line 138 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
|
protected |
Definition at line 145 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
|
protected |
Definition at line 136 of file itkSpatiallyDenseSparseVectorImageFileReader.h.
|
protected |
Definition at line 139 of file itkSpatiallyDenseSparseVectorImageFileReader.h.