#include <Code/IO/itkMegaCaptureReader.h>
|
std::vector< std::vector< int > > | GetChannelColor () |
|
vtkSmartPointer< vtkImageData > | GetImage (const unsigned int &iChannel, const unsigned int &iT) |
|
vtkSmartPointer< vtkImageData > | GetOutput (const unsigned int &iChannel) |
|
std::map< unsigned int,
vtkImageData * > | GetOutputs () |
|
| itkGetConstMacro (UpdateTimePoint, unsigned int) |
|
| itkGetConstMacro (MinTimePoint, unsigned int) |
|
| itkGetConstMacro (MaxTimePoint, unsigned int) |
|
| itkGetConstMacro (TimeInterval, unsigned int) |
|
| itkGetConstMacro (UpdateZSlice, unsigned int) |
|
| itkGetConstMacro (MinZSlice, unsigned int) |
|
| itkGetConstMacro (MaxZSlice, unsigned int) |
|
| itkGetConstMacro (MinChannel, unsigned int) |
|
| itkGetConstMacro (MaxChannel, unsigned int) |
|
| itkNewMacro (Self) |
|
| itkSetMacro (FileType, GoFigure::FileType) |
|
| itkSetMacro (TimeBased, bool) |
|
| itkTypeMacro (MegaCaptureReader, LightProcessObject) |
|
void | SetInput (const GoFigureFileInfoHelperMultiIndexContainer &UserFileList) |
| set the input as a GoFigure format file list More...
|
|
void | SetMegaCaptureHeader (const std::string &iHeader) |
|
void | SetTimePoint (const unsigned int &iTm) |
|
void | SetZSlice (const unsigned int &iZs) |
|
void | Update () |
|
Definition at line 52 of file itkMegaCaptureReader.h.
itk::MegaCaptureReader::MegaCaptureReader |
( |
| ) |
|
|
protected |
itk::MegaCaptureReader::~MegaCaptureReader |
( |
| ) |
|
|
protected |
itk::MegaCaptureReader::MegaCaptureReader |
( |
const Self & |
| ) |
|
|
private |
void itk::MegaCaptureReader::AddToVTKVolumeBuilder |
( |
const int & |
iCounter, |
|
|
const std::string & |
iFileName, |
|
|
vtkImageAppend * |
iBuilder |
|
) |
| |
|
protected |
void itk::MegaCaptureReader::ComputeBounds |
( |
| ) |
|
|
protected |
std::vector< std::vector< int > > itk::MegaCaptureReader::GetChannelColor |
( |
| ) |
|
vtkSmartPointer< vtkImageData > itk::MegaCaptureReader::GetImage |
( |
const unsigned int & |
iChannel, |
|
|
const unsigned int & |
iT |
|
) |
| |
vtkSmartPointer< vtkImageData > itk::MegaCaptureReader::GetOutput |
( |
const unsigned int & |
iChannel | ) |
|
std::map< unsigned int, vtkImageData * > itk::MegaCaptureReader::GetOutputs |
( |
| ) |
|
itk::MegaCaptureReader::itkGetConstMacro |
( |
UpdateTimePoint |
, |
|
|
unsigned |
int |
|
) |
| |
itk::MegaCaptureReader::itkGetConstMacro |
( |
MinTimePoint |
, |
|
|
unsigned |
int |
|
) |
| |
itk::MegaCaptureReader::itkGetConstMacro |
( |
MaxTimePoint |
, |
|
|
unsigned |
int |
|
) |
| |
itk::MegaCaptureReader::itkGetConstMacro |
( |
TimeInterval |
, |
|
|
unsigned |
int |
|
) |
| |
itk::MegaCaptureReader::itkGetConstMacro |
( |
UpdateZSlice |
, |
|
|
unsigned |
int |
|
) |
| |
itk::MegaCaptureReader::itkGetConstMacro |
( |
MinZSlice |
, |
|
|
unsigned |
int |
|
) |
| |
itk::MegaCaptureReader::itkGetConstMacro |
( |
MaxZSlice |
, |
|
|
unsigned |
int |
|
) |
| |
itk::MegaCaptureReader::itkGetConstMacro |
( |
MinChannel |
, |
|
|
unsigned |
int |
|
) |
| |
itk::MegaCaptureReader::itkGetConstMacro |
( |
MaxChannel |
, |
|
|
unsigned |
int |
|
) |
| |
itk::MegaCaptureReader::itkNewMacro |
( |
Self |
| ) |
|
itk::MegaCaptureReader::itkSetMacro |
( |
TimeBased |
, |
|
|
bool |
|
|
) |
| |
void itk::MegaCaptureReader::operator= |
( |
const Self & |
| ) |
|
|
private |
void itk::MegaCaptureReader::SetMegaCaptureHeader |
( |
const std::string & |
iHeader | ) |
|
void itk::MegaCaptureReader::SetTimePoint |
( |
const unsigned int & |
iTm | ) |
|
void itk::MegaCaptureReader::SetZSlice |
( |
const unsigned int & |
iZs | ) |
|
void itk::MegaCaptureReader::Update |
( |
void |
| ) |
|
- Note
- We are using m_VoxelSizeZ no matter if m_TimeBased is true or
Since m_TimeInterval >> m_VoxelSizeX, it makes sense to do like this.
Definition at line 258 of file itkMegaCaptureReader.cxx.
std::vector< std::vector< int > > itk::MegaCaptureReader::m_ChannelColor |
|
protected |
unsigned int itk::MegaCaptureReader::m_MaxChannel |
|
protected |
unsigned int itk::MegaCaptureReader::m_MaxTimePoint |
|
protected |
unsigned int itk::MegaCaptureReader::m_MaxZSlice |
|
protected |
unsigned int itk::MegaCaptureReader::m_MinChannel |
|
protected |
unsigned int itk::MegaCaptureReader::m_MinTimePoint |
|
protected |
unsigned int itk::MegaCaptureReader::m_MinZSlice |
|
protected |
bool itk::MegaCaptureReader::m_Modified |
|
protected |
std::map< unsigned int, vtkImageData * > itk::MegaCaptureReader::m_OutputImageMap |
|
protected |
bool itk::MegaCaptureReader::m_TimeBased |
|
protected |
unsigned int itk::MegaCaptureReader::m_TimeInterval |
|
protected |
unsigned int itk::MegaCaptureReader::m_UpdateTimePoint |
|
protected |
unsigned int itk::MegaCaptureReader::m_UpdateZSlice |
|
protected |
The documentation for this class was generated from the following files: