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

Typedefs

typedef itk::Image< unsigned
char, 3 > 
_LabelImageType
 

Functions

static double _Norm (const double x[], const double y[])
 
static void _ExtractSubMeshPoints (vtkPoints &r_points, vtkUnstructuredGrid &r_vtkMesh)
 
static void _FindMinMaxEdge (double &r_minH, double &r_maxH, vtkUnstructuredGrid &r_vtkMesh)
 
static int _TestMeshLabelCorrespondence (vtkUnstructuredGrid &r_vtkMesh, const _LabelImageType::ConstPointer pc_labelImg, const int label)
 
static int _TestBinaryLabelImage (const std::string &imgFileName)
 
static int _TestMultiLabelImage (const std::string &imgFileName, const std::vector< int > &labels)
 
int niftkMeshGeneratorTest (int argc, char *argv[])
 

Typedef Documentation

typedef itk::Image<unsigned char, 3> _LabelImageType

Function Documentation

static void _ExtractSubMeshPoints ( vtkPoints &  r_points,
vtkUnstructuredGrid &  r_vtkMesh 
)
static
static void _FindMinMaxEdge ( double &  r_minH,
double &  r_maxH,
vtkUnstructuredGrid &  r_vtkMesh 
)
static
static double _Norm ( const double  x[],
const double  y[] 
)
static
static int _TestBinaryLabelImage ( const std::string imgFileName)
static
static int _TestMeshLabelCorrespondence ( vtkUnstructuredGrid &  r_vtkMesh,
const _LabelImageType::ConstPointer  pc_labelImg,
const int  label 
)
static
static int _TestMultiLabelImage ( const std::string imgFileName,
const std::vector< int > &  labels 
)
static
int niftkMeshGeneratorTest ( int  argc,
char *  argv[] 
)