creaImageIO Namespace Reference


Classes

class  AbstractImageReader
 Abstract image reader. More...
class  DicomImageReader
 Concrete image reader for DICOM images. More...
class  Gimmick
 Central controler of the gimmick application. More...
class  GimmickView
 Abstract class that handles views, attributes and previews (GUI) for Gimmick. More...
class  ImagePointerHolder
class  ImageReader
 Generic image reader which uses all the specific concrete image reader of the lib (tif, jpg, dicom, ...). More...
class  IndexedHeap
 Indexed priority queues handled by binary trees. More...
class  Listener
class  MultiThreadImageReaderUser
class  MultiThreadImageReader
 Class that allows parallel lectures of several images. More...
class  PACSConnection
class  RFImageReader
 Concrete image reader for ultrasonix 'rf' files. More...
class  Settings
class  SQLiteTreeHandler
 Concrete TreeHandler which manages a Tree stored in a sqlite database. More...
class  AddList
class  RemoveList
class  Synchronizer
 Synchronizes a given database with disk. More...
class  TimestampDatabaseHandler
 Concrete TreeHandler which manages a Tree stored in a sqlite database. More...
class  TreeHandler
 Abstract class which 'handles' a Tree structure. More...
class  TreeHandlerImageAdder
 Object which can add images files to a TreeHandler. Is able to parse (recursively) a part of a filesystem to look for known images and load their attributes in order to add the images to a Tree (submission via a TreeHandler::AddBranch). More...
class  TreeView
 Abstract class that handles the view of a Tree through its TreeHandler. More...
class  UltrasonixImageReader
 Concrete image reader for ultrasonix 'rf' files. More...
class  VtkImageReader
 Concrete image reader based on a vtkImageReader2. More...
class  WxAttributeSelectionPanel
class  WxCustomizeConfigPanel
class  WxEditFieldsPanel
class  WxGimmickFrame
class  WxGimmickPanel
class  WxGimmickReaderDialog
class  WxGimmickTools
class  WxGimmickView
 Concrete derivative of GimmickView which implements a wxWidgets-based view. More...
class  WxListenerPanel
class  WxPACSConnectionPanel
class  WxTreeView
 Abstract class that handles the view of a Tree through its TreeHandler. More...
class  WxViewer

Namespaces

namespace  tree

Functions

bool GimmickReaderDialog (std::vector< vtkImageData * > &images, const std::string &title="Select images", int posx=0, int posy=0, int sizex=1200, int sizey=800, int image_min_type=2, int image_max_type=3, int image_out_dim=2, int nb_threads=1)
 Pops up a WxGimmickReaderDialog returns true if the user clicked 'Ok', false if 'Cancel' and fills the vector of images.
template<class T, class C, class I>
std::ostream & operator<< (std::ostream &, const IndexedHeap< T, C, I > &)
template<class T, class CT, class IT>
std::ostream & operator<< (std::ostream &s, const IndexedHeap< T, CT, IT > &t)
void RegisterGimmickMessageTypes ()
void SetGimmickMessageLevel (int l)
void SetGimmickDebugMessageLevel (int l)


Function Documentation

template<class T, class CT, class IT>
std::ostream& creaImageIO::operator<< ( std::ostream &  s,
const IndexedHeap< T, CT, IT > &  t 
) [inline]

Definition at line 134 of file creaImageIOIndexedHeap.h.

template<class T, class C, class I>
std::ostream& creaImageIO::operator<< ( std::ostream &  ,
const IndexedHeap< T, C, I > &   
) [inline]

void creaImageIO::RegisterGimmickMessageTypes (  )  [inline]

Definition at line 21 of file creaImageIOSystem.h.

Referenced by SetGimmickDebugMessageLevel(), and SetGimmickMessageLevel().

00022   {
00023     static bool first_time = true;
00024     if (first_time)
00025       {
00026         crea::MessageManager::RegisterMessageType("Gimmick!",
00027                                                   "Gimmick",1);
00028         crea::MessageManager::RegisterMessageType("Gimmick! DEBUG",
00029                                                   "Gimmick",0);
00030         first_time = false;
00031       }
00032   }

Here is the caller graph for this function:

void creaImageIO::SetGimmickDebugMessageLevel ( int  l  )  [inline]

Definition at line 40 of file creaImageIOSystem.h.

References RegisterGimmickMessageTypes().

Referenced by myApp::OnInit().

00041   {
00042     RegisterGimmickMessageTypes();                      
00043     crea::MessageManager::SetMessageLevel("Gimmick! DEBUG",l);
00044   }

Here is the call graph for this function:

Here is the caller graph for this function:

void creaImageIO::SetGimmickMessageLevel ( int  l  )  [inline]

Definition at line 34 of file creaImageIOSystem.h.

References RegisterGimmickMessageTypes().

Referenced by myApp::OnInit().

00035   {
00036     RegisterGimmickMessageTypes();                      
00037     crea::MessageManager::SetMessageLevel("Gimmick!",l);
00038   }

Here is the call graph for this function:

Here is the caller graph for this function:


Generated on Mon Jun 22 10:49:56 2009 for CreaImageIO by  doxygen 1.5.3