The Parametric Pseudo-Manifold (PPS) Library 1.0
lexer.cpp File Reference

Implementation of the class Lexer, which represents a lexical analyzer for scanning tokens from an OFF file describing a triangle mesh. More...

#include "lexer.h"
#include <sstream>
#include <cctype>
#include <cstdlib>
#include <cassert>
Include dependency graph for lexer.cpp:

Go to the source code of this file.

Namespaces

namespace  offlib
 

The namespace offlib contains the definition and implementation of classes for reading and writing the topological and geometric information of triangle meshes from / to OFF files.



Detailed Description

Implementation of the class Lexer, which represents a lexical analyzer for scanning tokens from an OFF file describing a triangle mesh.

Author:
Marcelo Ferreira Siqueira
Universidade Federal do Rio Grande do Norte,
Departamento de Informatica e Matematica Aplicada,
marcelo at dimap (dot) ufrn (dot) br
Version:
2.0
Date:
July 2009
Attention:
This program is distributed WITHOUT ANY WARRANTY, and it may be freely redistributed under the condition that the copyright notices are not removed, and no compensation is received. Private, research, and institutional use is free. Distribution of this code as part of a commercial system is permissible ONLY BY DIRECT ARRANGEMENT WITH THE AUTHOR.

Definition in file lexer.cpp.