MorphoGraphX  2.0-1-227
Public Member Functions | Protected Slots | Protected Member Functions | Protected Attributes | List of all members
mgx::MeshLoad Class Reference

#include <SystemProcessLoad.hpp>

+ Inheritance diagram for mgx::MeshLoad:

Public Member Functions

 MeshLoad (const Process &proc)
 
bool run ()
 Runs the process. More...
 
bool run (Mesh *mesh, QString filename, bool transform, bool add)
 Load a MGXM file. More...
 
bool initialize (QWidget *parent)
 Initialize the process. More...
 
bool loadMGXM_0 (QIODevice &file, Mesh *mesh, bool scale, bool transform, bool has_color=true)
 
bool loadMGXM_1_0 (QIODevice &file, Mesh *mesh, bool &scale, bool &transform, bool has_color=true)
 
bool loadMGXM_1_1 (QIODevice &file, Mesh *mesh, bool &scale, bool &transform, bool has_color=true)
 
bool loadMGXM_1_2 (QIODevice &file, Mesh *mesh, bool &scale, bool &transform, bool has_color=true)
 
bool loadMGXM_1_3 (QIODevice &file, Mesh *mesh, bool &scale, bool &transform)
 
bool loadMGXM_2_0 (QIODevice &file, const QList< int > &version, Mesh *mesh, bool &scale, bool &transform)
 
bool loadMGXM_2_1 (QIODevice &file, const QList< int > &version, Mesh *mesh, bool &scale, bool &transform)
 
void findSignalBounds (Mesh *mesh)
 
- Public Member Functions inherited from mgx::Process
 Process (const Process &p)
 Copy constructor. More...
 
virtual ~Process ()
 Virtual destructor. More...
 
void actingFile (const QString &filename, bool project_file=false)
 Method to be called anytime a file is acted on (i.e. More...
 
QString actingFile () const
 Get the file currently defining the path of the system. More...
 
QString pythonCall (const QStringList &parms) const
 Return the python call describing the current process. More...
 
int stackCount () const
 Number of stacks available to the process. More...
 
Stackstack (int i)
 Returns the ith stack, or 0 if there is no such stack. More...
 
StackcurrentStack ()
 Returns the current stack (i.e. More...
 
StackotherStack ()
 Returns the other stack (i.e. More...
 
int currentStackId () const
 Return the id (i.e. More...
 
int otherStackId () const
 Return the id (i.e. More...
 
void setCurrentStackId (int i)
 Change which stack is current. More...
 
bool setCurrentStack (int id, const QString &store)
 
bool takeSnapshot (QString filename, float overSampling=1.0f, int width=0, int height=0, int quality=95, bool expand_frustum=false)
 Save screen shot to a file. More...
 
bool setStatus (const QString &msg, bool alsoPrint=true)
 Display a message in the status bar
More...
 
bool systemCommand (int command, const QStringList &parms)
 Run a system command. More...
 
MGXCameracamera ()
 Get the camera. More...
 
std::pair< stack_iterator, stack_iteratorstacks ()
 Iterate over all the stacks. More...
 
std::pair< const_stack_iterator, const_stack_iteratorstacks () const
 Iterate over all the stacks. More...
 
StackaddStack ()
 Add a new stack to the process. More...
 
bool deleteStack (int i)
 Delete the stack of given id. More...
 
int meshCount () const
 Returns the number of mesh available to the process. More...
 
Meshmesh (int i)
 Returns the ith mesh. More...
 
MeshcurrentMesh ()
 Returns the current mesh (i.e. More...
 
MeshotherMesh ()
 Returns the other mesh (i.e. More...
 
int currentMeshId () const
 Returns the id (i.e. More...
 
int otherMeshId () const
 Returns the id (i.e. More...
 
void setCurrentMeshId (int i)
 Change which mesh is current. More...
 
std::pair< mesh_iterator, mesh_iteratormeshes ()
 Iterate over all the meshs. More...
 
std::pair< const_mesh_iterator, const_mesh_iteratormeshes () const
 Iterate over all the meshs. More...
 
MeshaddMesh (const Stack *stack)
 Add a mesh to the process for the given stack. More...
 
bool deleteMesh (int i)
 Remove a mesh from the process. More...
 
int selectedLabel () const
 Get the current selected label. More...
 
void setSelectedLabel (int label)
 Change the current selected label. More...
 
float globalBrightness ()
 Return the current setting for the global brightness level. More...
 
float globalContrast ()
 Return the current setting for the global contrast level. More...
 
void setGlobalBrightness (float value)
 Change the current setting for the global brightness level. More...
 
void setGlobalContrast (float value)
 Change the current setting for the global contrast level. More...
 
bool meshSelection () const
 Returns if the user has mesh selection active. More...
 
bool lineBorderSelection () const
 Returns is the user has line border selection active. More...
 
bool updateState ()
 Update the Gui of MorphoGraphX. More...
 
bool updateViewer ()
 Tell the viewer to redraw. More...
 
bool loadView (const QString &fileName)
 Load viewfile. More...
 
bool saveView (const QString &fileName)
 Save viewfile. More...
 
bool setErrorMessage (const QString &str)
 Set an error message that will be displayed if the process returns false. More...
 
QString errorMessage () const
 Get the current error message. More...
 
void setWarningMessage (const QString &str)
 Set a warning message that will be displayed if the process returns true. More...
 
QString warningMessage () const
 Get the current warning message. More...
 
void userCancel () const
 Throw an exception informing the system that the user canceled the current process. More...
 
const QString & file () const
 Get the name of the file that was used to load the current process (i.e. More...
 
Clipclip1 ()
 Return the object defining the first clipping region. More...
 
Clipclip2 ()
 Return the object defining the second clipping region. More...
 
Clipclip3 ()
 Return the object defining the third clipping region. More...
 
const Clipclip1 () const
 Return the object defining the first clipping region. More...
 
const Clipclip2 () const
 Return the object defining the second clipping region. More...
 
const Clipclip3 () const
 Return the object defining the third clipping region. More...
 
CuttingSurfacecuttingSurface ()
 Return the cutting surface. More...
 
const CuttingSurfacecuttingSurface () const
 Return the cutting surface. More...
 
ProcessmakeProcess (const QString &processName)
 Creates a process object by name. More...
 
template<typename ProcessT >
bool getProcess (const QString &processName, ProcessT *&p)
 Gets process. More...
 
bool setCurrentParms ()
 Set the parms from the GUI. More...
 
bool runProcess (Process &proc, QStringList &parms) throw ()
 Launch a process with generic arguments. More...
 
bool runProcess (const QString &processName, QStringList &parms) throw ()
 Launch a process by name. More...
 
virtual bool finalize (QWidget *)
 This is an optional method that is called from the main thread before the process is run. More...
 
CheckState checkState ()
 Call this function and convert the result to a boolean. More...
 
- Public Member Functions inherited from mgx::ProcessParms
 ProcessParms ()
 
virtual ~ProcessParms ()
 
QString name () const
 Process name that is using the parameters. More...
 
QString description () const
 Process description. More...
 
QStringList parmNames () const
 List of named parameters. More...
 
QStringList parmDescs () const
 List of parameters descriptions. More...
 
QStringList parmDefaults () const
 List of default parms. More...
 
ParmChoiceList parmChoice () const
 Allows the parameter to have a pick list in the GUI. More...
 
QIcon icon () const
 Icon to use to represent the process in the GUI. More...
 
QString parm (const QString &name) const
 Get a single parameter value by name. More...
 
const QStringList & getParms ()
 Get the list of parameter values. More...
 
bool setName (const QString &name)
 Set the name. More...
 
bool setDesc (const QString &description)
 Set the description. More...
 
bool addParm (const QString &parmName, const QString &desc, const QString &def, const QStringList &choices=QStringList())
 Add a parameter to the list. More...
 
bool insertParm (const QString &parmName, const QString &desc, const QString &def, int pos, const QStringList &choices=QStringList())
 Insert a parameter to the list. More...
 
bool setParm (const QString &parmName, const QString &parm)
 Set the parameter's value. More...
 
bool setParms (const QStringList &parms)
 Set all the parameter values. More...
 
bool setParmDesc (const QString &parmName, const QString &desc)
 Set the parameter's description. More...
 
bool setParmDefault (const QString &parmName, const QString &def)
 Set the parameter's default value. More...
 
bool setParmChoices (const QString &parmName, const QStringList &choices)
 Set the parameter's choices. More...
 
bool setIcon (const QIcon &icon)
 Set the icon. More...
 
QStringList parmList (const QString &key=QString()) const
 Return a list of parameter names. More...
 

Protected Slots

void selectMeshFile ()
 

Protected Member Functions

void setMeshFile (const QString &filename)
 
- Protected Member Functions inherited from mgx::Process
bool stackCheck (int checks, int which)
 Check stack properties. More...
 
bool storeCheck (int checks, int which)
 Check store properties. More...
 
bool meshCheck (int checks, int which)
 Check mesh properties. More...
 
QString stackError (int checks, int which)
 Generate a standardised string describing how the stack should be to not generate an error. More...
 
QString storeError (int checks, int which)
 Generate a standardised string describing how the store should be to not generate an error. More...
 
QString meshError (int checks, int which)
 Generate a standardised string describing how the mesh should be to not generate an error. More...
 

Protected Attributes

QDialog * dlg
 
Ui_LoadMeshDialog * ui
 

Additional Inherited Members

- Public Types inherited from mgx::Process
enum  ProcessAction { PROCESS_RUN, PROCESS_STEP, PROCESS_REWIND }
 Enumeration for process flow control. More...
 
enum  StackCheckType {
  STACK_ANY, STACK_NON_EMPTY, STACK_VISIBLE, STACK_EMPTY,
  STACK_SCALED, STACK_TRANSFORMED, STACK_NON_SCALED, STACK_NON_TRANSFORMED
}
 Enumeration for the bitfield that identifies stack properties. More...
 
enum  StoreCheckType {
  STORE_ANY, STORE_NON_EMPTY, STORE_VISIBLE, STORE_EMPTY,
  STORE_LABEL, STORE_NON_LABEL, STORE_SCALED, STORE_TRANSFORMED,
  STORE_NON_SCALED, STORE_NON_TRANSFORMED, STORE_WORK, STORE_MAIN
}
 Enumeration for the bitfield that identifies store properties. More...
 
enum  MeshCheckType {
  MESH_ANY, MESH_NON_EMPTY, MESH_VISIBLE, MESH_HEAT,
  MESH_LABEL, MESH_NORMAL, MESH_SIGNAL, MESH_TEXTURE,
  MESH_IMAGE, MESH_SHOW_MESH, MESH_SHOW_SURF, MESH_ALL,
  MESH_BORDER, MESH_CELLMAP, MESH_CELLS, MESH_IMG_TEX,
  MESH_SCALED, MESH_TRANSFORMED, MESH_EMPTY, MESH_NON_CELLS,
  MESH_NON_IMG_TEX, MESH_NON_SCALED, MESH_NON_TRANSFORMED, MESH_USE_PARENTS
}
 Enumeration for the bitfield that identifies mesh properties. More...
 
enum  CheckType { CHECK_STACK, CHECK_STORE, CHECK_MESH }
 Enumeration of the type of checks that can be performed. More...
 
enum  CheckWhich { CHECK_CURRENT }
 
typedef std::vector< Stack * >::iterator stack_iterator
 
typedef std::vector< Stack * >::const_iterator const_stack_iterator
 
typedef std::vector< Mesh * >::iterator mesh_iterator
 
typedef std::vector< Mesh * >::const_iterator const_mesh_iterator
 
- Signals inherited from mgx::Process
void systemCommandGui (mgx::Process *, int, QStringList)
 
void systemCommandProcess (mgx::Process *, int, QStringList)
 
- Static Public Member Functions inherited from mgx::ProcessParms
static QStringList booleanChoice ()
 Helper function that provides a list of choices for a boolean argument. More...
 
static QStringList storeChoice ()
 Helper function that provides a list of choices for choosing from the main or work stack. More...
 
static QStringList stackChoice ()
 Helper function that provides a list of choices for choosing between stack 1 and 2. More...
 
static QStringList meshChoice ()
 Helper function that provides a list of choices for choosing between stack 1 and 2. More...
 
static QStringList dimensionChoice ()
 Helper function that provides a list of choices for choosing the dimension. More...
 
static QStringList dimChoice ()
 Helper function that provides a list of choices for choosing the dimension. More...
 
- Public Attributes inherited from mgx::Process
PrivateProcess * p
 
- Static Public Attributes inherited from mgx::Process
static unsigned int processVersion
 
static std::vector< Colorf > & LabelColors
 

Detailed Description

Load a mesh file.

Definition at line 208 of file SystemProcessLoad.hpp.

Constructor & Destructor Documentation

◆ MeshLoad()

mgx::MeshLoad::MeshLoad ( const Process proc)
inline

Definition at line 211 of file SystemProcessLoad.hpp.

Member Function Documentation

◆ findSignalBounds()

void mgx::MeshLoad::findSignalBounds ( Mesh mesh)

◆ initialize()

bool mgx::MeshLoad::initialize ( QWidget *  )
virtual

Initialize the process.

Called from the main (GUI) thread before the process is run. If there is an active GUI, then parent will be set.

The process can use the method to update the argument list with a dialog. If the arguments are updates, the process should return true

Parameters
parentPointer to the parent widget if there is an active GUI.
Returns
false if the process is not to run afterwards

Reimplemented from mgx::Process.

◆ loadMGXM_0()

bool mgx::MeshLoad::loadMGXM_0 ( QIODevice &  file,
Mesh mesh,
bool  scale,
bool  transform,
bool  has_color = true 
)

◆ loadMGXM_1_0()

bool mgx::MeshLoad::loadMGXM_1_0 ( QIODevice &  file,
Mesh mesh,
bool &  scale,
bool &  transform,
bool  has_color = true 
)

◆ loadMGXM_1_1()

bool mgx::MeshLoad::loadMGXM_1_1 ( QIODevice &  file,
Mesh mesh,
bool &  scale,
bool &  transform,
bool  has_color = true 
)

◆ loadMGXM_1_2()

bool mgx::MeshLoad::loadMGXM_1_2 ( QIODevice &  file,
Mesh mesh,
bool &  scale,
bool &  transform,
bool  has_color = true 
)

◆ loadMGXM_1_3()

bool mgx::MeshLoad::loadMGXM_1_3 ( QIODevice &  file,
Mesh mesh,
bool &  scale,
bool &  transform 
)

◆ loadMGXM_2_0()

bool mgx::MeshLoad::loadMGXM_2_0 ( QIODevice &  file,
const QList< int > &  version,
Mesh mesh,
bool &  scale,
bool &  transform 
)

◆ loadMGXM_2_1()

bool mgx::MeshLoad::loadMGXM_2_1 ( QIODevice &  file,
const QList< int > &  version,
Mesh mesh,
bool &  scale,
bool &  transform 
)

◆ run() [1/2]

bool mgx::MeshLoad::run ( )
virtual

Runs the process.

Returns
false if process failed, true otherwise (FIXME: what kind of fail do we care about?)

Reimplemented from mgx::Process.

◆ run() [2/2]

bool mgx::MeshLoad::run ( Mesh mesh,
QString  filename,
bool  transform,
bool  add 
)

Load a MGXM file.

Parameters
meshMesh that will contain the data
filenameFile containing the mesh.
scaleIf true, the mesh will be scaled according to the current scale factor
transformIf true, the mesh will be transformed according to the current transformation frame
addIf true, the mesh will be added to the current one instead of replacing it.

◆ selectMeshFile

void mgx::MeshLoad::selectMeshFile ( )
protectedslot

◆ setMeshFile()

void mgx::MeshLoad::setMeshFile ( const QString &  filename)
protected

Member Data Documentation

◆ dlg

QDialog* mgx::MeshLoad::dlg
protected

Definition at line 254 of file SystemProcessLoad.hpp.

◆ ui

Ui_LoadMeshDialog* mgx::MeshLoad::ui
protected

Definition at line 255 of file SystemProcessLoad.hpp.


The documentation for this class was generated from the following file: