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

Namespaces

 niftk
 

Functions

bool niftk::LoadDoublesFromFile (const std::string &fileName, std::vector< double > &output)
 
bool niftk::Load2DPointFromFile (const std::string &fileName, mitk::Point2D &point)
 Loads a 2D point from file, returning true if successful and false otherwise. More...
 
bool niftk::Load3DPointFromFile (const std::string &fileName, mitk::Point3D &point)
 Loads a 3D point from file, returning true if successful and false otherwise. More...
 
vtkSmartPointer< vtkMatrix4x4 > niftk::LoadVtkMatrix4x4FromFile (const std::string &fileName)
 Load a plain text file of 4 rows of 4 space separated numbers into a vtkMatrix4x4. More...
 
bool niftk::SaveVtkMatrix4x4ToFile (const std::string &fileName, const vtkMatrix4x4 &matrix)
 Save the matrix to a plain text file of 4 rows of 4 space separated numbers. More...
 
std::vector
< mitk::PointSet::Pointer > 
niftk::LoadPointSetsFromDirectory (const std::string fullDirectoryName)
 Loads all point sets from directory. More...
 
void niftk::LoadTimeStampData (const std::string &fileName, std::set< unsigned long long > &outputTimeStamps)
 Loads a list of timestamps from a file. More...