//---------------------------------------------------------------
- class TStructuredId
+ class VISU_CONVERTOR_EXPORT TStructuredId
{
vtkIdType myData[3];
//---------------------------------------------------------------
typedef std::vector<PTableIDMapper> TTableContainer;
- void ImportTables( const char* theFileName, TTableContainer& theContainer );
+ VISU_CONVERTOR_EXPORT
+ void ImportTables( const char* theFileName, TTableContainer& theContainer );
//---------------------------------------------------------------
aTime = std::max(aTime,myInputPassFilter->GetMTime());
aTime = std::max(aTime,myOutputPassFiler->GetMTime());
aTime = std::max(aTime,myCellDataToPointData->GetMTime());
+ return 0;
}
//----------------------------------------------------------------------------
#ifndef VISU_ElnoDisassembleFilter_H
#define VISU_ElnoDisassembleFilter_H
+#include "VISUPipeline.hxx"
+
#include <vtkUnstructuredGridAlgorithm.h>
-class VISU_ElnoDisassembleFilter : public vtkUnstructuredGridAlgorithm
+class VISU_PIPELINE_EXPORT VISU_ElnoDisassembleFilter : public vtkUnstructuredGridAlgorithm
{
public:
typedef vtkUnstructuredGridAlgorithm Superclass;
}
void VisuGUI_CutPlanesPane::onDeformationCheck(bool Flag){
- if(!myCutPlanes || !hasInit) return;
+ if(!(bool)myCutPlanes || !hasInit) return;
myCutPlanes->UseDeformation(Flag);
InitVectorialField();
DrawTable();
}
}
+//----------------------------------------------------------------------------
+/*!
+
+*/
+void VisuGUI_TableScalarBarPane::changeScalarMode( int )
+{
+//do nothing
+}
+
//----------------------------------------------------------------------------
/*!
Sets size and position
#include "SalomeApp_Study.h"
#include "SalomeApp_Application.h"
+#include "MED_Factory.hxx"
+
#include <boost/thread/thread.hpp>
#include <boost/bind.hpp>