18 #ifndef __igstkFrame_h
19 #define __igstkFrame_h
21 #include "itkVector.h"
22 #include "itkVersor.h"
26 #include "itkStdStreamLogOutput.h"
71 Frame(
unsigned int width,
unsigned int height,
unsigned int channels);
116 void Print(std::ostream& os, itk::Indent indent)
const;
120 void PrintHeader(std::ostream& os, itk::Indent indent)
const;
123 itk::Indent itkNotUsed(indent))
const;
126 virtual void PrintSelf( std::ostream& os, itk::Indent indent )
const;
130 void SetFrameDimensions(
unsigned int,
unsigned int,
unsigned int);
131 void SetImagePtr(
void*,
TimePeriodType millisecondsToExpiration);
133 std::vector< unsigned char >* m_Image;
136 unsigned int m_Width;
137 unsigned int m_Height;
138 unsigned int m_NumberOfChannels;