mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 01:30:34 +05:00
Win32 compilation.
This commit is contained in:
parent
d8ff2c2e8b
commit
012489a7e9
@ -54,4 +54,4 @@ libSMESHUtils_la_CPPFLAGS = \
|
||||
|
||||
libSMESHUtils_la_LDFLAGS = \
|
||||
../SMESHDS/libSMESHDS.la \
|
||||
$(CAS_LDPATH) -lTKShHealing -lTKPrim -lTKG2d
|
||||
$(CAS_LDPATH) -lTKShHealing -lTKPrim -lTKG2d -lTKG3d -lTKGeomBase
|
||||
|
@ -29,9 +29,10 @@
|
||||
#ifndef _SMESH_OCTREE_HXX_
|
||||
#define _SMESH_OCTREE_HXX_
|
||||
|
||||
#include "SMESH_Utils.hxx"
|
||||
#include <Bnd_B3d.hxx>
|
||||
|
||||
class SMESH_Octree {
|
||||
class SMESHUtils_EXPORT SMESH_Octree {
|
||||
|
||||
public:
|
||||
|
||||
|
@ -30,6 +30,7 @@
|
||||
#ifndef _SMESH_OCTREENODE_HXX_
|
||||
#define _SMESH_OCTREENODE_HXX_
|
||||
|
||||
#include "SMESH_Utils.hxx"
|
||||
#include "SMESH_Octree.hxx"
|
||||
#include <gp_Pnt.hxx>
|
||||
#include "SMDS_MeshNode.hxx"
|
||||
@ -48,7 +49,7 @@ typedef SMDS_Iterator<SMESH_OctreeNode*> SMESH_OctreeNodeIterator;
|
||||
typedef boost::shared_ptr<SMESH_OctreeNodeIterator> SMESH_OctreeNodeIteratorPtr;
|
||||
typedef std::set< const SMDS_MeshNode*, TIDCompare > TIDSortedNodeSet;
|
||||
|
||||
class SMESH_OctreeNode : public SMESH_Octree {
|
||||
class SMESHUtils_EXPORT SMESH_OctreeNode : public SMESH_Octree {
|
||||
|
||||
public:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user