#SUBDIRS(appli)
#SUBDIRS(lib)
SUBDIRS(lib)
+SUBDIRS(bbtk)
\ No newline at end of file
#ifndef __ContourCrownWidget_h_INCLUDED_H__
#define __ContourCrownWidget_h_INCLUDED_H__
-
+#include "marTypes.h"
#include <manualContour.h>
#include "mBarRange.h"
//--------------------------------------------------------------------------
- class wxMaracasCoutourTool : public wxPanel
+ class MARACASVISULIB_EXPORTS wxMaracasCoutourTool : public wxPanel
{
public:
wxMaracasCoutourTool( wxWindow *parent, wxVtkBaseView *wxvtkbaseview, vtkImageData* imagedata);
#include <manualContour.h>
#include "mBarRange.h"
-
+#include "marTypes.h"
//--------------------------------------------------------------------------------------------------------------------------------
//--------------------------------------------------------------------------------------------------------------------------------
- class ContourVOIWidget : public wxPanel
+ class MARACASVISULIB_EXPORTS ContourVOIWidget : public wxPanel
{
public:
ContourVOIWidget( wxWindow *parent, wxVtkBaseView *wxvtkbaseview , vtkImageData* imagedata);
#include "itkMatrix.h"
*/
+#include "marTypes.h"
#include "../manualContour.h"
#include "time.h"
#include <wx/wx.h>
std::vector<double> _vecZ;
};
-class PropContour
+class MARACASVISULIB_EXPORTS PropContour
{
public:
PropContour();
#include <wx/wx.h>
#endif
+#include "marTypes.h"
#include "pPlotterWindow.h"
#include "pFunctionPoint.h"
#include "vtkImageData.h"
#define NUM_POINTS 100
#define WINDOW_SIZE 10
-class Histogram:public wxPanel
+class MARACASVISULIB_EXPORTS Histogram:public wxPanel
{
public:
//---------------------
#include <wx/wx.h>
#endif
+#include "marTypes.h"
#include "pPlotter.h"
#include "pFunctionPoint.h"
#include "vtkImageData.h"
#define NUM_POINTS 100
#define WINDOW_SIZE 10
-class HistogramWidget:public wxPanel
+class MARACASVISULIB_EXPORTS HistogramWidget:public wxPanel
{
public:
//---------------------
#endif
*/
+#include "marTypes.h"
#include "wx/defs.h"
#include <wx/wx.h>
The context menu can be retrieved with mpWindow::GetPopupMenu, e.g. for extending it
externally.
*/
-class mpWindow : public wxScrolledWindow
+class MARACASVISULIB_EXPORTS mpWindow : public wxScrolledWindow
{
public:
mpWindow() {}
//----------------------------------------------------------------------------
#include "pPlotterLayer.h"
+#include "marTypes.h"
//----------------------------------------------------------------------------
// Class definition
//----------------------------------------------------------------------------
-class pPlotterScaleX: public pPlotterLayer
+class MARACASVISULIB_EXPORTS pPlotterScaleX: public pPlotterLayer
{
public:
/**
//----------------------------------------------------------------------------
#include "pPlotterLayer.h"
+#include "marTypes.h"
//----------------------------------------------------------------------------
// Class definition
//----------------------------------------------------------------------------
-class pPlotterScaleY: public pPlotterLayer
+class MARACASVISULIB_EXPORTS pPlotterScaleY: public pPlotterLayer
{
public:
/**
#include "pPlotterLayer.h"
#include "pGraphicalFunction.h"
#include "mathplot.h"
+#include "marTypes.h"
// Class definition
//----------------------------------------------------------------------------
-class pPlotterWindow: public mpWindow
+class MARACASVISULIB_EXPORTS pPlotterWindow: public mpWindow
{
public:
/**
Program: wxMaracas
Module: $RCSfile: wxMPRWidget.h,v $
Language: C++
- Date: $Date: 2008/11/06 10:00:54 $
- Version: $Revision: 1.3 $
+ Date: $Date: 2008/11/12 16:25:06 $
+ Version: $Revision: 1.4 $
Copyright: (c) 2002, 2003
License:
#ifndef __WX__MPR__WIDGET__HXX__
#define __WX__MPR__WIDGET__HXX__
-
+#include "marTypes.h"
#include <vector>
#include <vtkObjectBase.h>
//------------------------------------------------------------------
//------------------------------------------------------------------
-class wxVtkMPR3DView
+class MARACASVISULIB_EXPORTS wxVtkMPR3DView
{
public:
wxVtkMPR3DView( wxVtk3DBaseView *wxvtk3Dbaseview );
-class wxMPRWidget : public wxPanel
+class MARACASVISULIB_EXPORTS wxMPRWidget : public wxPanel
{
public:
wxMPRWidget(wxWindow* parent,marImageData *marimageData,double voxelSize);
};
-class wxMPRWidget2 : public wxMPRWidget
+class MARACASVISULIB_EXPORTS wxMPRWidget2 : public wxMPRWidget
{
public:
wxMPRWidget2(wxWindow* parent,marImageData *marimagedata,double voxelSize);
#ifndef __MAR_IMAGE_DATA__h
#define __MAR_IMAGE_DATA__h
-
+#include "marTypes.h"
#include <vector>
#include "vtkImageData.h"
-class marImageData
+class MARACASVISULIB_EXPORTS marImageData
{
public:
marImageData(vtkImageData *imagedata);