From 8161142b1d4756d28db5207abf19e76bb27bf8a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20M=C3=B6bius?= Date: Thu, 23 Apr 2009 13:40:18 +0000 Subject: [PATCH] Patch from Marc Hugi: Fixed ply writer git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@99 fdac6126-5c0c-442c-9429-916003d36597 --- Core/IO/IOInstances.hh | 3 ++- Core/IO/writer/PLYWriter.hh | 8 ++++---- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/Core/IO/IOInstances.hh b/Core/IO/IOInstances.hh index f4e548ee..8374e125 100644 --- a/Core/IO/IOInstances.hh +++ b/Core/IO/IOInstances.hh @@ -58,7 +58,7 @@ #include #include #include - +#include //=== NAMESPACES ============================================================== @@ -80,6 +80,7 @@ static BaseWriter* OBJWriterInstance = &OBJWriter(); static BaseWriter* OFFWriterInstance = &OFFWriter(); static BaseWriter* STLWriterInstance = &STLWriter(); static BaseWriter* OMWriterInstance = &OMWriter(); +static BaseWriter* PLYWriterInstance = &PLYWriter(); //============================================================================= diff --git a/Core/IO/writer/PLYWriter.hh b/Core/IO/writer/PLYWriter.hh index ec15c825..0308a96d 100644 --- a/Core/IO/writer/PLYWriter.hh +++ b/Core/IO/writer/PLYWriter.hh @@ -4,7 +4,7 @@ * Copyright (C) 2003 by Computer Graphics Group, RWTH Aachen * * www.openmesh.org * * * - *---------------------------------------------------------------------------* + *---------------------------------------------------------------------------* * * * License * * * @@ -32,7 +32,7 @@ #ifndef __PLYWRITER_HH__ -#define __PWRITER_HH__ +#define __PLYWRITER_HH__ //=== INCLUDES ================================================================ @@ -58,8 +58,8 @@ namespace IO { //=== IMPLEMENTATION ========================================================== -/** - Implementation of the PLY format writer. This class is singleton'ed by +/** + Implementation of the PLY format writer. This class is singleton'ed by SingletonT to PLYWriter. currently supported options: