- add dll export macros

git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@699 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Mike Kremer
2012-09-24 10:10:22 +00:00
parent dcf5272a0d
commit 5834e277f7
24 changed files with 41 additions and 36 deletions

View File

@@ -73,7 +73,7 @@ namespace VDPM {
Mesh traits for View Dependent Progressive Meshes
*/
struct MeshTraits : public DefaultTraits
struct OPENMESHDLLEXPORT MeshTraits : public DefaultTraits
{
VertexTraits
{

View File

@@ -70,7 +70,7 @@ namespace VDPM {
/** Active nodes in vertex hierarchy.
\todo VFront documentation
*/
class VFront
class OPENMESHDLLEXPORT VFront
{
private:

View File

@@ -68,7 +68,7 @@ namespace VDPM {
/** Keeps the vertex hierarchy build during analyzing a progressive mesh.
*/
class VHierarchy
class OPENMESHDLLEXPORT VHierarchy
{
public:

View File

@@ -69,7 +69,7 @@ namespace VDPM {
/** \todo ViewerParameters documentation
*/
class ViewingParameters
class OPENMESHDLLEXPORT ViewingParameters
{
private:
double modelview_matrix_[16];