#ifndef SALOME_ExtractGeometry_H
#define SALOME_ExtractGeometry_H
+#include "VISUPipeline.hxx"
+
#include <vtkExtractGeometry.h>
#include <vtkSmartPointer.h>
class vtkImplicitBoolean;
-class SALOME_ExtractGeometry : public vtkExtractGeometry
+class VISU_PIPELINE_EXPORT SALOME_ExtractGeometry : public vtkExtractGeometry
{
public:
vtkTypeMacro(SALOME_ExtractGeometry, vtkExtractGeometry);
#ifndef SALOME_ExtractPolyDataGeometry_H
#define SALOME_ExtractPolyDataGeometry_H
+#include "VISUPipeline.hxx"
+
#include <vtkExtractPolyDataGeometry.h>
#include <vtkSmartPointer.h>
class vtkImplicitBoolean;
-class SALOME_ExtractPolyDataGeometry : public vtkExtractPolyDataGeometry
+class VISU_PIPELINE_EXPORT SALOME_ExtractPolyDataGeometry : public vtkExtractPolyDataGeometry
{
public:
vtkTypeMacro(SALOME_ExtractPolyDataGeometry, vtkExtractPolyDataGeometry);
//----------------------------------------------------------------------------
-class VISU_ColoredPL : public VISU_PipeLine
+class VISU_PIPELINE_EXPORT VISU_ColoredPL : public VISU_PipeLine
{
public:
vtkTypeMacro(VISU_ColoredPL, VISU_PipeLine);
#ifndef VISU_LookupTable_H
#define VISU_LookupTable_H
+#include "VISUPipeline.hxx"
+
#include <vtkLookupTable.h>
#include "VTKViewer.h"
-class VISU_LookupTable: public vtkLookupTable
+class VISU_PIPELINE_EXPORT VISU_LookupTable: public vtkLookupTable
{
public:
vtkTypeMacro(VISU_LookupTable,vtkLookupTable);