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

Classes

struct  arguments
 

Functions

template<class TImageType >
bool WriteImageToFile (std::string fileOutput, typename TImageType::Pointer image)
 
template<int Dimension, class PixelType >
int DoMain (arguments &args)
 Takes a volume containing planar masks and extrudes these across the whole volume. More...
 
int main (int argc, char *argv[])
 

Function Documentation

template<int Dimension, class PixelType >
int DoMain ( arguments args)

Takes a volume containing planar masks and extrudes these across the whole volume.

int main ( int  argc,
char *  argv[] 
)
template<class TImageType >
bool WriteImageToFile ( std::string  fileOutput,
typename TImageType::Pointer  image 
)