Slicer
4.10
Slicer is a multi-platform, free and open source software package for visualization and medical image computing
|
Read a series of files that have a common naming convention. More...
#include <Libs/vtkITK/vtkITKArchetypeImageSeriesReader.h>
Public Types | |
enum | { GDCM = 0, DCMTK } |
Reader to use when reading as a scalar image data More... | |
typedef itk::SpatialOrientation::ValidCoordinateOrientationFlags | CoordinateOrientationCode |
typedef vtkImageAlgorithm | Superclass |
Public Member Functions | |
unsigned int | AddFileName (const char *filename) |
void | AnalyzeDicomHeaders () |
void | AssembleNthVolume (int n) |
int | AssembleVolumeContainingArchetype () |
virtual int | CanReadFile (const char *filename) |
is the given file name a NRRD file? More... | |
int | ExistContentTime (const char *contentTime) |
int | ExistDiffusionGradientOrientation (float *dgo) |
int | ExistEchoNumbers (const char *echoNumbers) |
int | ExistImageOrientationPatient (float *directionCosine) |
int | ExistImagePositionPatient (float *ipp) |
int | ExistSeriesInstanceUID (const char *SeriesInstanceUID) |
check the existence of given discriminator More... | |
int | ExistSliceLocation (float sliceLocation) |
int | ExistTriggerTime (const char *triggerTime) |
virtual bool | GetAnalyzeHeader () |
virtual char * | GetArchetype () |
virtual const char * | GetClassName () |
virtual double * | GetDefaultDataOrigin () |
virtual void | GetDefaultDataOrigin (double &, double &, double &) |
virtual void | GetDefaultDataOrigin (double [3]) |
virtual double * | GetDefaultDataSpacing () |
virtual void | GetDefaultDataSpacing (double &, double &, double &) |
virtual void | GetDefaultDataSpacing (double [3]) |
virtual CoordinateOrientationCode | GetDesiredCoordinateOrientation () |
virtual int | GetDICOMImageIOApproach () |
const char * | GetFileName (unsigned int n) |
const std::vector< std::string > & | GetFileNames () |
Return all the file names More... | |
virtual int | GetFileNameSliceCount () |
virtual int | GetFileNameSliceOffset () |
virtual int | GetFileNameSliceSpacing () |
bool | GetGroupingByTags () |
set/get functions for grouping by tags More... | |
vtkMatrix4x4 * | GetMeasurementFrameMatrix () |
Returns the Measurement frame matrix More... | |
const itk::MetaDataDictionary & | GetMetaDataDictionary () const |
Return the MetaDataDictionary from the ITK layer More... | |
const char * | GetNthContentTime (unsigned int n) |
float * | GetNthDiffusionGradientOrientation (unsigned int n) |
const char * | GetNthEchoNumbers (unsigned int n) |
const char * | GetNthFileName (int idxSeriesInstanceUID, int idxContentTime, int idxTriggerTime, int idxEchoNumbers, int idxDiffusionGradientOrientation, int idxSliceLocation, int idxImageOrientationPatient, int n) |
float * | GetNthImageOrientationPatient (unsigned int n) |
float * | GetNthImagePositionPatient (unsigned int n) |
const char * | GetNthKey (unsigned int n) |
const char * | GetNthSeriesInstanceUID (unsigned int n) |
methods to get N-th discriminator More... | |
float | GetNthSliceLocation (unsigned int n) |
const char * | GetNthTriggerTime (unsigned int n) |
const char * | GetNthValue (unsigned int n) |
virtual unsigned int | GetNumberOfComponents () |
unsigned int | GetNumberOfContentTime () |
unsigned int | GetNumberOfDiffusionGradientOrientation () |
unsigned int | GetNumberOfEchoNumbers () |
unsigned int | GetNumberOfFileNames () |
See how many file names were generated during ExecuteInformation More... | |
unsigned int | GetNumberOfImageOrientationPatient () |
unsigned int | GetNumberOfImagePositionPatient () |
unsigned int | GetNumberOfItemsInDictionary () |
unsigned int | GetNumberOfSeriesInstanceUIDs () |
get number of certain discriminators in the directory More... | |
unsigned int | GetNumberOfSliceLocation () |
unsigned int | GetNumberOfTriggerTime () |
virtual int | GetOutputScalarType () |
vtkMatrix4x4 * | GetRasToIjkMatrix () |
Returns an IJK to RAS transformation matrix More... | |
int | GetSelectedContentTime () |
More... | |
int | GetSelectedDiffusion () |
More... | |
int | GetSelectedEchoNumbers () |
More... | |
int | GetSelectedOrientation () |
More... | |
int | GetSelectedSlice () |
More... | |
int | GetSelectedTriggerTime () |
More... | |
int | GetSelectedUID () |
More... | |
virtual int | GetSingleFile () |
const char * | GetTagValue (char *tag) |
virtual char | GetUseNativeCoordinateOrientation () |
virtual int | GetUseOrientationFromFile () |
void | GroupFiles (int idxSeriesInstanceUID, int idxContentTime, int idxTriggerTime, int idxEchoNumbers, int idxDiffusionGradientOrientation, int idxSliceLocation, int idxImageOrientationPatient) |
bool | HasKey (char *tag) |
int | InsertContentTime (const char *aTime) |
int | InsertDiffusionGradientOrientation (float *a) |
int | InsertEchoNumbers (const char *aEcho) |
int | InsertImageOrientationPatient (float *a) |
int | InsertImagePositionPatient (float *a) |
int | InsertNextSliceLocation () |
int | InsertSeriesInstanceUIDs (const char *aUID) |
int | InsertSliceLocation (float a) |
int | InsertTriggerTime (const char *aTime) |
virtual int | IsA (const char *type) |
void | ParseDictionary () |
void | PrintSelf (ostream &os, vtkIndent indent) VTK_OVERRIDE |
void | ResetFileNames () |
virtual void | SetAnalyzeHeader (bool) |
Whether try analyzing the dicom headers More... | |
virtual void | SetArchetype (const char *) |
Specify the archetype filename for the series. More... | |
virtual void | SetDefaultDataOrigin (double, double, double) |
virtual void | SetDefaultDataOrigin (double [3]) |
virtual void | SetDefaultDataSpacing (double [3]) |
virtual void | SetDefaultDataSpacing (double, double, double) |
void | SetDesiredCoordinateOrientationToAxial () |
Set the orientation of the output image More... | |
void | SetDesiredCoordinateOrientationToCoronal () |
void | SetDesiredCoordinateOrientationToNative () |
void | SetDesiredCoordinateOrientationToSagittal () |
virtual void | SetDICOMImageIOApproach (int) |
void | SetDICOMImageIOApproachToDCMTK () |
void | SetDICOMImageIOApproachToGDCM () |
virtual void | SetFileNameSliceCount (int) |
virtual void | SetFileNameSliceOffset (int) |
virtual void | SetFileNameSliceSpacing (int) |
void | SetGroupingByTagsOff () |
void | SetGroupingByTagsOn () |
virtual void | SetNumberOfComponents (unsigned int) |
Get number of scalars More... | |
virtual void | SetOutputScalarType (int) |
Get the file format. Pixels are this type in the file. More... | |
virtual void | SetOutputScalarTypeToChar () |
virtual void | SetOutputScalarTypeToDouble () |
virtual void | SetOutputScalarTypeToFloat () |
virtual void | SetOutputScalarTypeToInt () |
virtual void | SetOutputScalarTypeToLong () |
virtual void | SetOutputScalarTypeToNative () |
virtual void | SetOutputScalarTypeToShort () |
virtual void | SetOutputScalarTypeToUnsignedChar () |
virtual void | SetOutputScalarTypeToUnsignedInt () |
virtual void | SetOutputScalarTypeToUnsignedLong () |
virtual void | SetOutputScalarTypeToUnsignedShort () |
void | SetSelectedContentTime (int v) |
void | SetSelectedDiffusion (int v) |
void | SetSelectedEchoNumbers (int v) |
void | SetSelectedOrientation (int v) |
void | SetSelectedSlice (int v) |
void | SetSelectedTriggerTime (int v) |
void | SetSelectedUID (int v) |
virtual void | SetSingleFile (int) |
Whether load in a single file or a series More... | |
void | SetUseNativeOriginOff () |
Use image center as origin More... | |
void | SetUseNativeOriginOn () |
Use image origin from the file More... | |
virtual void | SetUseOrientationFromFile (int) |
Whether to use orientation from file More... | |
Static Public Member Functions | |
static int | IsTypeOf (const char *type) |
static vtkITKArchetypeImageSeriesReader * | New () |
static vtkITKArchetypeImageSeriesReader * | SafeDownCast (vtkObject *o) |
Public Attributes | |
std::vector< std::string > | Tags |
std::vector< std::string > | TagValues |
Protected Member Functions | |
void | GetScalarRangeMetaDataKeys (itk::ImageIOBase::Pointer imageIO, std::string range_keys[2]) |
virtual int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) VTK_OVERRIDE |
void | SetMetaDataScalarRangeToPointDataInfo (vtkImageData *data) |
vtkITKArchetypeImageSeriesReader () | |
~vtkITKArchetypeImageSeriesReader () | |
Static Protected Member Functions | |
static std::string | GetMetaDataWithoutSpaces (const itk::MetaDataDictionary &dict, const std::string &tag) |
Get MetaData from dictionary, removing all whitespaces from the string. More... | |
Read a series of files that have a common naming convention.
ArchetypeImageSeriesReader creates a volume from a series of images stored in files. The series are represented by one filename. This filename, the archetype, is any one of the files in the series.
Definition at line 45 of file vtkITKArchetypeImageSeriesReader.h.
typedef itk::SpatialOrientation::ValidCoordinateOrientationFlags vtkITKArchetypeImageSeriesReader::CoordinateOrientationCode |
Definition at line 52 of file vtkITKArchetypeImageSeriesReader.h.
typedef vtkImageAlgorithm vtkITKArchetypeImageSeriesReader::Superclass |
Definition at line 49 of file vtkITKArchetypeImageSeriesReader.h.
anonymous enum |
Reader to use when reading as a scalar image data
Enumerator | |
---|---|
GDCM | |
DCMTK |
Definition at line 219 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
|
protected |
unsigned int vtkITKArchetypeImageSeriesReader::AddFileName | ( | const char * | filename | ) |
Specify the file names to be used when looking for extra files that match the archetype in defining the volume to load (e.g. other candidate dicom files to look in for matching tags)
void vtkITKArchetypeImageSeriesReader::AnalyzeDicomHeaders | ( | ) |
void vtkITKArchetypeImageSeriesReader::AssembleNthVolume | ( | int | n | ) |
int vtkITKArchetypeImageSeriesReader::AssembleVolumeContainingArchetype | ( | ) |
|
virtual |
is the given file name a NRRD file?
|
inline |
Definition at line 430 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 466 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 454 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
input has to have six elements
Definition at line 501 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 535 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
check the existence of given discriminator
Definition at line 418 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 493 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 442 of file vtkITKArchetypeImageSeriesReader.h.
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
|
virtual |
const char* vtkITKArchetypeImageSeriesReader::GetFileName | ( | unsigned int | n | ) |
const std::vector<std::string>& vtkITKArchetypeImageSeriesReader::GetFileNames | ( | ) |
Return all the file names
|
virtual |
|
virtual |
|
virtual |
|
inline |
set/get functions for grouping by tags
Definition at line 276 of file vtkITKArchetypeImageSeriesReader.h.
vtkMatrix4x4* vtkITKArchetypeImageSeriesReader::GetMeasurementFrameMatrix | ( | ) |
Returns the Measurement frame matrix
const itk::MetaDataDictionary& vtkITKArchetypeImageSeriesReader::GetMetaDataDictionary | ( | ) | const |
Return the MetaDataDictionary from the ITK layer
|
staticprotected |
Get MetaData from dictionary, removing all whitespaces from the string.
|
inline |
Definition at line 571 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 598 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 589 of file vtkITKArchetypeImageSeriesReader.h.
const char* vtkITKArchetypeImageSeriesReader::GetNthFileName | ( | int | idxSeriesInstanceUID, |
int | idxContentTime, | ||
int | idxTriggerTime, | ||
int | idxEchoNumbers, | ||
int | idxDiffusionGradientOrientation, | ||
int | idxSliceLocation, | ||
int | idxImageOrientationPatient, | ||
int | n | ||
) |
|
inline |
Definition at line 621 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 635 of file vtkITKArchetypeImageSeriesReader.h.
const char* vtkITKArchetypeImageSeriesReader::GetNthKey | ( | unsigned int | n | ) |
|
inline |
methods to get N-th discriminator
Definition at line 562 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 612 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 580 of file vtkITKArchetypeImageSeriesReader.h.
const char* vtkITKArchetypeImageSeriesReader::GetNthValue | ( | unsigned int | n | ) |
|
virtual |
|
inline |
Definition at line 382 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 402 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 392 of file vtkITKArchetypeImageSeriesReader.h.
unsigned int vtkITKArchetypeImageSeriesReader::GetNumberOfFileNames | ( | ) |
See how many file names were generated during ExecuteInformation
|
inline |
Definition at line 407 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 412 of file vtkITKArchetypeImageSeriesReader.h.
unsigned int vtkITKArchetypeImageSeriesReader::GetNumberOfItemsInDictionary | ( | ) |
|
inline |
get number of certain discriminators in the directory
Definition at line 377 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 397 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 387 of file vtkITKArchetypeImageSeriesReader.h.
|
virtual |
vtkMatrix4x4* vtkITKArchetypeImageSeriesReader::GetRasToIjkMatrix | ( | ) |
Returns an IJK to RAS transformation matrix
|
protected |
|
inline |
Definition at line 304 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 341 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 328 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 365 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 353 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 316 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 292 of file vtkITKArchetypeImageSeriesReader.h.
|
virtual |
const char* vtkITKArchetypeImageSeriesReader::GetTagValue | ( | char * | tag | ) |
|
virtual |
|
virtual |
void vtkITKArchetypeImageSeriesReader::GroupFiles | ( | int | idxSeriesInstanceUID, |
int | idxContentTime, | ||
int | idxTriggerTime, | ||
int | idxEchoNumbers, | ||
int | idxDiffusionGradientOrientation, | ||
int | idxSliceLocation, | ||
int | idxImageOrientationPatient | ||
) |
bool vtkITKArchetypeImageSeriesReader::HasKey | ( | char * | tag | ) |
|
inline |
Definition at line 664 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 703 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 690 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 745 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 765 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Linearly insert the next slicer. This prevents a n*log(n) insertion
Definition at line 737 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
insert unique item into array. Duplicate code for TCL wrapping. TODO: need to clean up
Definition at line 651 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Append the slice location a. Do nothing if the slice location has already been added.
Definition at line 724 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 677 of file vtkITKArchetypeImageSeriesReader.h.
|
virtual |
|
static |
|
static |
void vtkITKArchetypeImageSeriesReader::ParseDictionary | ( | ) |
void vtkITKArchetypeImageSeriesReader::PrintSelf | ( | ostream & | os, |
vtkIndent | indent | ||
) |
|
protectedvirtual |
void vtkITKArchetypeImageSeriesReader::ResetFileNames | ( | ) |
|
static |
|
virtual |
Whether try analyzing the dicom headers
|
virtual |
Specify the archetype filename for the series.
|
virtual |
Set/Get the default origin of the data (location of first pixel in the file). This will be used if the reader provided origin is 0.0. (Default is 0.0)
|
virtual |
|
virtual |
Set/Get the default spacing of the data in the file. This will be used if the reader provided spacing is 1.0. (Default is 1.0)
|
virtual |
|
inline |
Set the orientation of the output image
itk::SpatialOrientation::ITK_COORDINATE_ORIENTATION_RPS;
Definition at line 111 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
itk::SpatialOrientation::ITK_COORDINATE_ORIENTATION_RIP;
Definition at line 119 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 135 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
itk::SpatialOrientation::ITK_COORDINATE_ORIENTATION_AIR;
Definition at line 127 of file vtkITKArchetypeImageSeriesReader.h.
|
virtual |
|
inline |
Definition at line 227 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 226 of file vtkITKArchetypeImageSeriesReader.h.
|
virtual |
The maximum number of files to include in the series. If this is zero, then all files will be included. (Default is 0)
|
virtual |
When reading files which start at an unusual index, this can be added to the slice number when generating the file name (default = 0)
|
virtual |
When reading files which have regular, but non contiguous slices (eg filename.1,filename.3,filename.5) a spacing can be specified to skip missing files (default = 1)
|
inline |
Definition at line 286 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 281 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
|
virtual |
Get number of scalars
|
virtual |
Get the file format. Pixels are this type in the file.
|
inlinevirtual |
Definition at line 187 of file vtkITKArchetypeImageSeriesReader.h.
|
inlinevirtual |
Set the data type of pixels in the file. If you want the output scalar type to have a different value, set it after this method is called.
Definition at line 147 of file vtkITKArchetypeImageSeriesReader.h.
|
inlinevirtual |
Definition at line 152 of file vtkITKArchetypeImageSeriesReader.h.
|
inlinevirtual |
Definition at line 167 of file vtkITKArchetypeImageSeriesReader.h.
|
inlinevirtual |
Definition at line 157 of file vtkITKArchetypeImageSeriesReader.h.
|
inlinevirtual |
Definition at line 197 of file vtkITKArchetypeImageSeriesReader.h.
|
inlinevirtual |
Definition at line 177 of file vtkITKArchetypeImageSeriesReader.h.
|
inlinevirtual |
Definition at line 192 of file vtkITKArchetypeImageSeriesReader.h.
|
inlinevirtual |
Definition at line 172 of file vtkITKArchetypeImageSeriesReader.h.
|
inlinevirtual |
Definition at line 162 of file vtkITKArchetypeImageSeriesReader.h.
|
inlinevirtual |
Definition at line 182 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 309 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 346 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 333 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 370 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 358 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 321 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 297 of file vtkITKArchetypeImageSeriesReader.h.
|
virtual |
Whether load in a single file or a series
|
inline |
Use image center as origin
Definition at line 212 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Use image origin from the file
Definition at line 205 of file vtkITKArchetypeImageSeriesReader.h.
|
virtual |
Whether to use orientation from file
|
protected |
The following variables provide support for reading a directory with multiple series/groups. The current scheme is to check the following and see if multiple values exist:
SeriesInstanceUID 0020,000E ContentTime 0008,0033 TriggerTime 0018,1060 EchoNumbers 0018,0086 DiffusionGradientOrientation 0018,9089 SliceLocation 0020,1041 ImageOrientationPatient 0020,0037 ImagePositionPatient 0020,0032
Definition at line 873 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 874 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 809 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 876 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 879 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 812 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 824 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 823 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 854 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 839 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 857 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 882 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 881 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 852 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 830 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 853 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 828 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 829 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 841 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 884 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 885 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 850 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 889 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 892 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 891 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 894 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 895 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
index of each dicom file into the above arrays
Definition at line 888 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 893 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 890 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 875 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 833 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 818 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 817 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 815 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 814 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 832 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 825 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 826 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 843 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 846 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 845 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 848 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 847 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 844 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 842 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 878 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 810 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 883 of file vtkITKArchetypeImageSeriesReader.h.
std::vector<std::string> vtkITKArchetypeImageSeriesReader::Tags |
Definition at line 265 of file vtkITKArchetypeImageSeriesReader.h.
std::vector<std::string> vtkITKArchetypeImageSeriesReader::TagValues |
Definition at line 266 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 880 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 835 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 837 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 836 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 811 of file vtkITKArchetypeImageSeriesReader.h.