| Siena Simplification Library Documentation (v. 1.1.5) |
Template implementation of siena::filter.
More...
#include <ssimp_types.h>
Classes | |
| class | Iterator |
Implementation of the siena::filter::iterator interface. More... | |
Public Member Functions | |
| TFilter (const TFilter &f) | |
| const TFilter & | operator= (const TFilter &f) |
| bool | operator< (const TFilter &f) const |
| bool | operator== (const TFilter &f) const |
| void | add (const Constraint &c) |
| Iterator * | first () const |
| const std::set< Constraint > & | getConstraints () const |
| size_t | bytesize () const |
| std::ostream & | sff (std::ostream &out) const |
| int | size () const |
| std::string | str () const |
Template implementation of siena::filter.
This template is parameterized by the simplification flag.
|
Copyright © 2001-2004 University of Colorado.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.1 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts and no Back-Cover Texts. A copy of the license is included in the section entitled "GNU Free Documentation License". This documentation is authored and maintained by Matthew J. Rutherford |