Computer Assited Medical Intervention Tool Kit  version 5.0
MshExtension Class Reference

This simple MSH Component allows you to manipulate .msh legacy files (gmsh). More...

#include <MshExtension.h>

+ Inheritance diagram for MshExtension:
+ Collaboration diagram for MshExtension:

Public Member Functions

virtual QString getDescription () const override
 get the plugin description (can be html) More...
 
virtual QStringList getFileExtensions () const override
 get the list of managed extensions (each file with an extension in the list can be loaded by this Extension More...
 
virtual QString getName () const override
 get the plugin name More...
 
 MshExtension ()
 the constructor (do nothing really) More...
 
virtual camitk::Componentopen (const QString &) override
 get a new instance from data stored in a file This method may throw an AbortException if a problem occurs. More...
 
virtual bool save (camitk::Component *component) const override
 save a MshComponent More...
 
- Public Member Functions inherited from camitk::ComponentExtension
 ~ComponentExtension () override=default
 protected destructor, More...
 
virtual bool hasDataDirectory () const
 return true if this component manages directory instead of individual files (e.g. Dicom series are stored in directories, not files) More...
 
QString getLocation () const
 get the file path (location of the .dll/.so/.dylib) of this plugin More...
 
void setLocation (const QString loc)
 set the file path (once loaded as a dynamic library) More...
 
void initResources ()
 Load, for the selected langage (asked to the Application), the associated .qm file. More...
 

Protected Member Functions

virtual ~MshExtension ()=default
 the destructor More...
 
- Protected Member Functions inherited from camitk::MeshComponentExtension
 MeshComponentExtension ()
 Constructor protected because the class is virtual. More...
 
 ~MeshComponentExtension ()=default
 the destructor More...
 
- Protected Member Functions inherited from camitk::ComponentExtension
 ComponentExtension ()
 protected constructor, More...
 

Detailed Description

This simple MSH Component allows you to manipulate .msh legacy files (gmsh).

See also
www.geuz.org/gmsh/doc/texinfo/gmsh.html for more information about this format

Constructor & Destructor Documentation

◆ MshExtension()

MshExtension::MshExtension ( )
inline

the constructor (do nothing really)

◆ ~MshExtension()

virtual MshExtension::~MshExtension ( )
protectedvirtualdefault

the destructor

Member Function Documentation

◆ getDescription()

QString MshExtension::getDescription ( ) const
overridevirtual

get the plugin description (can be html)

Reimplemented from camitk::MeshComponentExtension.

◆ getFileExtensions()

QStringList MshExtension::getFileExtensions ( ) const
overridevirtual

get the list of managed extensions (each file with an extension in the list can be loaded by this Extension

Implements camitk::ComponentExtension.

◆ getName()

QString MshExtension::getName ( ) const
overridevirtual

get the plugin name

Reimplemented from camitk::MeshComponentExtension.

◆ open()

Component * MshExtension::open ( const QString &  fileName)
overridevirtual

get a new instance from data stored in a file This method may throw an AbortException if a problem occurs.

Implements camitk::MeshComponentExtension.

◆ save()

bool MshExtension::save ( camitk::Component component) const
overridevirtual

save a MshComponent

Returns
false if the operation was not performed properly or not performed at all.

Reimplemented from camitk::ComponentExtension.

References CAMITK_WARNING, camitk::Component::getFileName(), and camitk::InterfaceGeometry::getPointSet().

+ Here is the call graph for this function:

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