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

Functions

static bool _ReadUntilKeyword (istream &r_fin, const string &keyword)
 
static bool _CheckItemValue (istream &r_fin, const string &keyword, const int correctValue)
 
template<class t_vtkCellType >
const char * _ConvertCellTypeToString (void)
 
static int _FindLabelIndex (const int label, const vector< int > &labels)
 
template<class TVTKMesh >
static vtkSmartPointer< TVTKMesh > _EliminateUnreferencedVertices (vtkSmartPointer< TVTKMesh > sp_mesh)
 

Function Documentation

static bool _CheckItemValue ( istream &  r_fin,
const string keyword,
const int  correctValue 
)
static
template<class t_vtkCellType >
const char* _ConvertCellTypeToString ( void  )
template<class TVTKMesh >
static vtkSmartPointer<TVTKMesh> _EliminateUnreferencedVertices ( vtkSmartPointer< TVTKMesh >  sp_mesh)
static
static int _FindLabelIndex ( const int  label,
const vector< int > &  labels 
)
inlinestatic
static bool _ReadUntilKeyword ( istream &  r_fin,
const string keyword 
)
static