Computer Assited Medical Intervention Tool Kit  version 3.3
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
Public Member Functions | Protected Member Functions | Private Member Functions | List of all members
VtkImageComponentExtension Class Reference

This vtkImages ComponentExtension allows you to manipulate any files handled by vtk. More...

#include <VtkImageComponentExtension.h>

+ Inheritance diagram for VtkImageComponentExtension:

Public Member Functions

virtual QString getDescription () const
 get the plugin description (can be html) More...
 
virtual QStringList getFileExtensions () const
 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
 get the plugin name More...
 
virtual camitk::Componentopen (const QString &) throw (camitk::AbortException)
 get a new instance from data stored in a file (this is the most important method to redefine in your subclass) More...
 
virtual bool save (camitk::Component *) const
 save a given Component (does not have to be top-level) into one of the currently managed format. More...
 
 VtkImageComponentExtension ()
 the constructor (do nothing really) More...
 
- Public Member Functions inherited from camitk::ComponentExtension
virtual ~ComponentExtension ()
 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...
 

Protected Member Functions

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

Private Member Functions

 Q_INTERFACES (camitk::ComponentExtension)
 

Detailed Description

This vtkImages ComponentExtension allows you to manipulate any files handled by vtk.

Constructor & Destructor Documentation

VtkImageComponentExtension::VtkImageComponentExtension ( )
inline

the constructor (do nothing really)

virtual VtkImageComponentExtension::~VtkImageComponentExtension ( )
inlineprotectedvirtual

the destructor

Member Function Documentation

virtual QString VtkImageComponentExtension::getDescription ( ) const
virtual

get the plugin description (can be html)

Reimplemented from camitk::ImageComponentExtension.

virtual QStringList VtkImageComponentExtension::getFileExtensions ( ) const
virtual

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

Implements camitk::ComponentExtension.

virtual QString VtkImageComponentExtension::getName ( ) const
virtual

get the plugin name

Reimplemented from camitk::ImageComponentExtension.

virtual camitk::Component* VtkImageComponentExtension::open ( const QString &  )
throw (camitk::AbortException
)
virtual

get a new instance from data stored in a file (this is the most important method to redefine in your subclass)

Implements camitk::ImageComponentExtension.

VtkImageComponentExtension::Q_INTERFACES ( camitk::ComponentExtension  )
private
virtual bool VtkImageComponentExtension::save ( camitk::Component ) const
virtual

save a given Component (does not have to be top-level) into one of the currently managed format.

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

Reimplemented from camitk::ComponentExtension.


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