![]() |
Slicer 5.9
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... | |
using | CoordinateOrientationCode = itk::SpatialOrientationEnums::ValidCoordinateOrientations |
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) |
Determine if the file can be read using ITK. | |
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 | |
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. | |
virtual int | GetFileNameSliceCount () |
virtual int | GetFileNameSliceOffset () |
virtual int | GetFileNameSliceSpacing () |
bool | GetGroupingByTags () |
set/get functions for grouping by tags | |
vtkMatrix4x4 * | GetMeasurementFrameMatrix () |
Returns the Measurement frame matrix. | |
const itk::MetaDataDictionary & | GetMetaDataDictionary () const |
Return the MetaDataDictionary from the ITK layer. | |
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 | |
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. | |
unsigned int | GetNumberOfImageOrientationPatient () |
unsigned int | GetNumberOfImagePositionPatient () |
unsigned int | GetNumberOfItemsInDictionary () |
unsigned int | GetNumberOfSeriesInstanceUIDs () |
get number of certain discriminators in the directory | |
unsigned int | GetNumberOfSliceLocation () |
unsigned int | GetNumberOfTriggerTime () |
virtual int | GetOutputScalarType () |
vtkMatrix4x4 * | GetRasToIjkMatrix () |
Returns an IJK to RAS transformation matrix. | |
int | GetSelectedContentTime () |
int | GetSelectedDiffusion () |
int | GetSelectedEchoNumbers () |
int | GetSelectedOrientation () |
int | GetSelectedSlice () |
int | GetSelectedTriggerTime () |
int | GetSelectedUID () |
virtual int | GetSingleFile () |
const char * | GetTagValue (char *tag) |
virtual char | GetUseNativeCoordinateOrientation () |
virtual int | GetUseOrientationFromFile () |
virtual int | GetVoxelVectorType () |
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) override |
void | ResetFileNames () |
virtual void | SetAnalyzeHeader (bool) |
Whether try analyzing the dicom headers. | |
virtual void | SetArchetype (const char *) |
Specify the archetype filename for the series. | |
virtual void | SetDefaultDataOrigin (double, double, double) |
virtual void | SetDefaultDataOrigin (double[3]) |
virtual void | SetDefaultDataSpacing (double, double, double) |
virtual void | SetDefaultDataSpacing (double[3]) |
void | SetDesiredCoordinateOrientationToAxial () |
Set the orientation of the output image. | |
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. | |
virtual void | SetOutputScalarType (int) |
Get the file format. Pixels are this type in the file. | |
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. | |
void | SetUseNativeOriginOff () |
Use image center as origin. | |
void | SetUseNativeOriginOn () |
Use image origin from the file. | |
virtual void | SetUseOrientationFromFile (int) |
Whether to use orientation from file. | |
virtual void | SetVoxelVectorType (int) |
Defines how to interpret voxel components. | |
Static Public Member Functions | |
static bool | IsListPixelComponentTypeInMetaDataDictionary (const itk::MetaDataDictionary &dictionary) |
static int | IsTypeOf (const char *type) |
static vtkITKArchetypeImageSeriesReader * | New () |
static bool | ReadMeasurementFrameMatrixFromMetaDataDictionary (const itk::MetaDataDictionary &dictionary, vtkMatrix4x4 *measurementFrameMatrix) |
static vtkITKArchetypeImageSeriesReader * | SafeDownCast (vtkObject *o) |
Public Attributes | |
std::vector< std::string > | Tags |
std::vector< std::string > | TagValues |
Protected Member Functions | |
itk::ImageIOBase::Pointer | GetImageIO (const char *filename) |
Get the image IO for the specified filename. | |
void | GetScalarRangeMetaDataKeys (itk::ImageIOBase::Pointer imageIO, std::string range_keys[2]) |
int | RequestInformation (vtkInformation *, vtkInformationVector **, vtkInformationVector *) override |
void | SetMetaDataScalarRangeToPointDataInfo (vtkImageData *data) |
vtkITKArchetypeImageSeriesReader () | |
~vtkITKArchetypeImageSeriesReader () override | |
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. | |
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.
Concrete subclasses:
vtkITKImageSequenceReader can be used instead for reading time sequence of images.
Definition at line 53 of file vtkITKArchetypeImageSeriesReader.h.
using vtkITKArchetypeImageSeriesReader::CoordinateOrientationCode = itk::SpatialOrientationEnums::ValidCoordinateOrientations |
Definition at line 60 of file vtkITKArchetypeImageSeriesReader.h.
typedef vtkImageAlgorithm vtkITKArchetypeImageSeriesReader::Superclass |
Definition at line 57 of file vtkITKArchetypeImageSeriesReader.h.
anonymous enum |
Reader to use when reading as a scalar image data.
Enumerator | |
---|---|
GDCM | |
DCMTK |
Definition at line 218 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
|
overrideprotected |
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 |
Determine if the file can be read using ITK.
|
inline |
Definition at line 378 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 414 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 402 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
input has to have six elements
Definition at line 447 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 481 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
check the existence of given discriminator
Definition at line 366 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 441 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 390 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 279 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Get the image IO for the specified filename.
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 517 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 544 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 535 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 567 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 581 of file vtkITKArchetypeImageSeriesReader.h.
const char * vtkITKArchetypeImageSeriesReader::GetNthKey | ( | unsigned int | n | ) |
|
inline |
methods to get N-th discriminator
Definition at line 508 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 558 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 526 of file vtkITKArchetypeImageSeriesReader.h.
const char * vtkITKArchetypeImageSeriesReader::GetNthValue | ( | unsigned int | n | ) |
|
virtual |
|
inline |
Definition at line 351 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 359 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 355 of file vtkITKArchetypeImageSeriesReader.h.
unsigned int vtkITKArchetypeImageSeriesReader::GetNumberOfFileNames | ( | ) |
See how many file names were generated during ExecuteInformation.
|
inline |
Definition at line 361 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 363 of file vtkITKArchetypeImageSeriesReader.h.
unsigned int vtkITKArchetypeImageSeriesReader::GetNumberOfItemsInDictionary | ( | ) |
|
inline |
get number of certain discriminators in the directory
Definition at line 349 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 357 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 353 of file vtkITKArchetypeImageSeriesReader.h.
|
virtual |
vtkMatrix4x4 * vtkITKArchetypeImageSeriesReader::GetRasToIjkMatrix | ( | ) |
Returns an IJK to RAS transformation matrix.
|
protected |
|
inline |
Definition at line 295 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 322 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 313 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 340 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 331 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 304 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 286 of file vtkITKArchetypeImageSeriesReader.h.
|
virtual |
const char * vtkITKArchetypeImageSeriesReader::GetTagValue | ( | char * | tag | ) |
|
virtual |
|
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 610 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 649 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 636 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 690 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 710 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Linearly insert the next slicer. This prevents a n*log(n) insertion
Definition at line 683 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
insert unique item into array. Duplicate code for TCL wrapping. TODO: need to clean up
Definition at line 597 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Append the slice location a. Do nothing if the slice location has already been added.
Definition at line 670 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 623 of file vtkITKArchetypeImageSeriesReader.h.
|
virtual |
|
static |
Returns true if the pixel component type is a list type (i.e., not spatial). Returns false if the pixel component type is unknown or a different type. This can be used to get a hint that the image voxels store non-spatial vectors. Currently, it can only get information from NRRD files (for all other formats it will return false).
|
static |
|
static |
void vtkITKArchetypeImageSeriesReader::ParseDictionary | ( | ) |
|
override |
|
static |
|
overrideprotected |
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.
CoordinateOrientationCode::ITK_COORDINATE_ORIENTATION_RPS;
Definition at line 119 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
CoordinateOrientationCode::ITK_COORDINATE_ORIENTATION_RIP;
Definition at line 126 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 140 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
CoordinateOrientationCode::ITK_COORDINATE_ORIENTATION_AIR;
Definition at line 133 of file vtkITKArchetypeImageSeriesReader.h.
|
virtual |
|
inline |
Definition at line 226 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 225 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 (e.g. filename.1,filename.3,filename.5) a spacing can be specified to skip missing files (default = 1)
|
inline |
Definition at line 283 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 192 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 152 of file vtkITKArchetypeImageSeriesReader.h.
|
inlinevirtual |
Definition at line 157 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 202 of file vtkITKArchetypeImageSeriesReader.h.
|
inlinevirtual |
Definition at line 182 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 167 of file vtkITKArchetypeImageSeriesReader.h.
|
inlinevirtual |
Definition at line 187 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 297 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 324 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 315 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 342 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 333 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 306 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Definition at line 288 of file vtkITKArchetypeImageSeriesReader.h.
|
virtual |
Whether load in a single file or a series.
|
inline |
Use image center as origin.
Definition at line 214 of file vtkITKArchetypeImageSeriesReader.h.
|
inline |
Use image origin from the file.
Definition at line 210 of file vtkITKArchetypeImageSeriesReader.h.
|
virtual |
Whether to use orientation from file.
|
virtual |
Defines how to interpret voxel components.
|
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 830 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 831 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 767 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 833 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 836 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 770 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 781 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 780 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 811 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 796 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 814 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 839 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 838 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 809 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 787 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 810 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 785 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 786 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 798 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 841 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 842 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 807 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 846 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 849 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 848 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 851 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 852 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
index of each dicom file into the above arrays
Definition at line 845 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 850 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 847 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 832 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 790 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 776 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 775 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 773 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 772 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 789 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 782 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 783 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 800 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 803 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 802 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 805 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 804 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 801 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 799 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 835 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 768 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 840 of file vtkITKArchetypeImageSeriesReader.h.
std::vector<std::string> vtkITKArchetypeImageSeriesReader::Tags |
Definition at line 268 of file vtkITKArchetypeImageSeriesReader.h.
std::vector<std::string> vtkITKArchetypeImageSeriesReader::TagValues |
Definition at line 269 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 837 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 792 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 794 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 793 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 769 of file vtkITKArchetypeImageSeriesReader.h.
|
protected |
Definition at line 854 of file vtkITKArchetypeImageSeriesReader.h.