30#include "ITKVtkGlueExport.h"
127 template <
typename TImage>
129 AddImage(TImage *,
bool FlipVertical =
true, std::string Description =
"");
132 template <
typename TImage>
134 AddRGBImage(TImage *,
bool FlipVertical =
true, std::string Description =
"");
205 [](
unsigned char c) { return static_cast<char>(std::tolower(c)); });
std::string m_Description
ImageInfo(ImageType *image, std::string description="")
ImageType::Pointer m_Image
itk::Image< unsigned char, 2 > ImageType
std::vector< RGBImageInfo > RGBImages
void SetNumberOfColumns(const unsigned int columns)
void AddImage(TImage *, bool FlipVertical=true, std::string Description="")
std::string m_SnapshotExtension
std::string m_SnapshotPrefix
unsigned int m_ViewPortSize
void SetViewPortSize(const unsigned int size)
std::string m_SnapshotPath
void Visualize(bool interact=true)
itk::IdentifierType m_Counter
std::vector< ImageInfo > Images
void SetSnapshotExtension(const std::string &iExtension)
void SetSnapshotPath(const std::string &iPath)
void SetSnapshotPrefix(const std::string &iPrefix)
void AddRGBImage(TImage *, bool FlipVertical=true, std::string Description="")
unsigned int m_NumberOfColumns
RGBImageInfo(ImageType *image, std::string description="")
std::string m_Description
ImageType::Pointer m_Image
itk::Image< itk::RGBPixel< unsigned char >, 2 > ImageType
Templated n-dimensional image class.
SmartPointer< Self > Pointer
SizeValueType IdentifierType