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:
@@ -58,7 +58,7 @@
|
||||
#include <OpenMesh/Core/IO/writer/OFFWriter.hh>
|
||||
#include <OpenMesh/Core/IO/writer/STLWriter.hh>
|
||||
#include <OpenMesh/Core/IO/writer/OMWriter.hh>
|
||||
|
||||
#include <OpenMesh/Core/IO/writer/PLYWriter.hh>
|
||||
|
||||
//=== 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();
|
||||
|
||||
|
||||
//=============================================================================
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user