Patch from Marc Hugi:

Fixed ply writer


git-svn-id: http://www.openmesh.org/svnrepo/OpenMesh/trunk@99 fdac6126-5c0c-442c-9429-916003d36597
This commit is contained in:
Jan Möbius
2009-04-23 13:40:18 +00:00
parent ed28ee8475
commit 8161142b1d
2 changed files with 6 additions and 5 deletions

View File

@@ -58,7 +58,7 @@
#include <OpenMesh/Core/IO/writer/OFFWriter.hh> #include <OpenMesh/Core/IO/writer/OFFWriter.hh>
#include <OpenMesh/Core/IO/writer/STLWriter.hh> #include <OpenMesh/Core/IO/writer/STLWriter.hh>
#include <OpenMesh/Core/IO/writer/OMWriter.hh> #include <OpenMesh/Core/IO/writer/OMWriter.hh>
#include <OpenMesh/Core/IO/writer/PLYWriter.hh>
//=== NAMESPACES ============================================================== //=== NAMESPACES ==============================================================
@@ -80,6 +80,7 @@ static BaseWriter* OBJWriterInstance = &OBJWriter();
static BaseWriter* OFFWriterInstance = &OFFWriter(); static BaseWriter* OFFWriterInstance = &OFFWriter();
static BaseWriter* STLWriterInstance = &STLWriter(); static BaseWriter* STLWriterInstance = &STLWriter();
static BaseWriter* OMWriterInstance = &OMWriter(); static BaseWriter* OMWriterInstance = &OMWriter();
static BaseWriter* PLYWriterInstance = &PLYWriter();
//============================================================================= //=============================================================================

View File

@@ -4,7 +4,7 @@
* Copyright (C) 2003 by Computer Graphics Group, RWTH Aachen * * Copyright (C) 2003 by Computer Graphics Group, RWTH Aachen *
* www.openmesh.org * * www.openmesh.org *
* * * *
*---------------------------------------------------------------------------* *---------------------------------------------------------------------------*
* * * *
* License * * License *
* * * *
@@ -32,7 +32,7 @@
#ifndef __PLYWRITER_HH__ #ifndef __PLYWRITER_HH__
#define __PWRITER_HH__ #define __PLYWRITER_HH__
//=== INCLUDES ================================================================ //=== INCLUDES ================================================================
@@ -58,8 +58,8 @@ namespace IO {
//=== IMPLEMENTATION ========================================================== //=== 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. SingletonT to PLYWriter.
currently supported options: currently supported options: