MorphoGraphX
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Namespaces | Functions
SystemProcessLoad.hpp File Reference

This file contains processes defined in MorphoGraphX to load data. More...

#include <Process.hpp>
#include <QObject>

Go to the source code of this file.

Classes

class  mgx::process::StackSwapBytes
 Process that swap bytes. More...
 
class  mgx::process::StackImport
 Import images forming a stack. More...
 
class  mgx::process::StackOpen
 Open a stack in either the MGXS or INRIA formats. More...
 
class  mgx::process::MeshLoad
 Load a MGXM mesh file. More...
 
class  mgx::process::MeshImport
 Import a mesh from a file of another format. More...
 
class  mgx::process::LoadAllData
 Load all the files as specified in the various objects (filenames). More...
 
class  mgx::process::LoadViewFile
 Load a view file and all the associated files. More...
 
class  mgx::process::ResetMeshProcess
 Reset a mesh. More...
 
class  mgx::process::SaveParents
 Store mapping from each label to a label in a different mesh (parent). More...
 
class  mgx::process::LoadParents
 Load mapping from each label to a label in a different mesh (parent). More...
 
class  mgx::process::ResetParents
 Clear label to parent mapping. More...
 

Namespaces

 mgx
 This namespace contains all the API of MorphoGraphX.
 

Functions

mgx_EXPORT bool mgx::process::meshFromTriangles (vvgraph &S, std::vector< vertex > &vertices, std::vector< Point3i > &triangles)
 This function creates a graph from a triangle soup. More...
 
mgx_EXPORT QList< int > mgx::process::extractVersion (QIODevice &file)
 

Detailed Description

This file contains processes defined in MorphoGraphX to load data.