//---------------------------------------------------------------
- class TStructuredId
+ class VISU_CONVERTOR_EXPORT TStructuredId
{
vtkIdType myData[3];
//---------------------------------------------------------------
typedef std::vector<PTableIDMapper> TTableContainer;
+ 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 aTime;
}
//----------------------------------------------------------------------------
#ifndef VISU_ElnoAssembleFilter_H
#define VISU_ElnoAssembleFilter_H
+#include "VISU_PipeLine.hxx"
+
#include <vtkPointSetAlgorithm.h>
-class VISU_ElnoAssembleFilter : public vtkPointSetAlgorithm
+class VISU_PIPELINE_EXPORT VISU_ElnoAssembleFilter : public vtkPointSetAlgorithm
{
public:
typedef vtkPointSetAlgorithm Superclass;
#ifndef VISU_ElnoDisassembleFilter_H
#define VISU_ElnoDisassembleFilter_H
+#include "VISU_PipeLine.hxx"
+
#include <vtkUnstructuredGridAlgorithm.h>
-class VISU_ElnoDisassembleFilter : public vtkUnstructuredGridAlgorithm
+class VISU_PIPELINE_EXPORT VISU_ElnoDisassembleFilter : public vtkUnstructuredGridAlgorithm
{
public:
typedef vtkUnstructuredGridAlgorithm Superclass;