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

Classes

class  InputParameters
 

Macros

#define SegPrecisionTYPE   float
 

Typedefs

typedef itk::MetaDataDictionary DictionaryType
 
typedef itk::MetaDataObject
< std::string
MetaDataStringType
 
typedef float PixelType
 
typedef itk::Image< PixelType,
Dimension
ImageType
 

Functions

std::string GetTag (const DictionaryType &dictionary, std::string entryId, std::string *idTag=0)
 
std::string CreateRegisteredFilename (std::string fileTarget, std::string fileSource, std::string description)
 
bool ConvertAffineTransformationMatrixToRegF3D (std::string fileAffineTransformFullPath, InputParameters &args)
 
bool AffineRegisterImages (std::string fileTarget, std::string fileSource, std::string fileRegistered, std::string &fileAffineTransform, InputParameters &args)
 
bool NonRigidRegisterImages (std::string fileTarget, std::string fileSource, std::string fileRegistered, std::string fileAffineTransform, InputParameters &args)
 
bool RegisterImages (std::string fileTarget, std::string fileSource, std::string fileRegistered, InputParameters &args)
 
std::string SplitStringIntoCommandAndArguments (std::string inString, QStringList &arguments)
 
int main (int argc, char *argv[])
 

Variables

const unsigned int Dimension = 3
 

Macro Definition Documentation

#define SegPrecisionTYPE   float

Typedef Documentation

typedef itk::MetaDataDictionary DictionaryType
typedef itk::Image< PixelType, Dimension > ImageType
typedef itk::MetaDataObject< std::string > MetaDataStringType
typedef float PixelType

Function Documentation

bool AffineRegisterImages ( std::string  fileTarget,
std::string  fileSource,
std::string  fileRegistered,
std::string fileAffineTransform,
InputParameters args 
)
bool ConvertAffineTransformationMatrixToRegF3D ( std::string  fileAffineTransformFullPath,
InputParameters args 
)
std::string CreateRegisteredFilename ( std::string  fileTarget,
std::string  fileSource,
std::string  description 
)
std::string GetTag ( const DictionaryType dictionary,
std::string  entryId,
std::string idTag = 0 
)
int main ( int  argc,
char *  argv[] 
)
bool NonRigidRegisterImages ( std::string  fileTarget,
std::string  fileSource,
std::string  fileRegistered,
std::string  fileAffineTransform,
InputParameters args 
)
bool RegisterImages ( std::string  fileTarget,
std::string  fileSource,
std::string  fileRegistered,
InputParameters args 
)
std::string SplitStringIntoCommandAndArguments ( std::string  inString,
QStringList &  arguments 
)

Variable Documentation

const unsigned int Dimension = 3