NifTK  16.4.1 - 0798f20
CMIC's Translational Medical Imaging Platform
Classes | Typedefs | Functions
niftkAnonymiseDICOMImages.cxx File Reference
Include dependency graph for niftkAnonymiseDICOMImages.cxx:

Classes

struct  arguments
 

Typedefs

typedef itk::MetaDataDictionary DictionaryType
 
typedef itk::MetaDataObject
< std::string
MetaDataStringType
 

Functions

void PrintDictionary (DictionaryType &dictionary)
 
void AnonymiseTag (bool flgDontAnonymise, DictionaryType &dictionary, std::string tagID, std::string newTagValue)
 
template<class InputPixelType >
int DoMain (arguments args, InputPixelType min, InputPixelType max)
 
int main (int argc, char *argv[])
 

Typedef Documentation

typedef itk::MetaDataDictionary DictionaryType
typedef itk::MetaDataObject< std::string > MetaDataStringType

Function Documentation

void AnonymiseTag ( bool  flgDontAnonymise,
DictionaryType dictionary,
std::string  tagID,
std::string  newTagValue 
)
template<class InputPixelType >
int DoMain ( arguments  args,
InputPixelType  min,
InputPixelType  max 
)
int main ( int  argc,
char *  argv[] 
)
void PrintDictionary ( DictionaryType dictionary)