library of assembled shared sources |
http://lass.cocamware.com |
#include <matlab_o_stream.h>
Public Member Functions | |
MatlabOStream () | |
MatlabOStream (const char *iFilename, std::ios::openmode iOpenMode=std::ios::out|std::ios::trunc) | |
virtual | ~MatlabOStream () |
void | setColor (MatlabColor iColor) |
const std::string & | color () const |
void | setFlag (const std::string &iName, bool iValue) |
bool | flag (const std::string &iName, bool iDefault=false) const |
Private Types | |
typedef std::map< std::string, bool > | TFlags |
Private Attributes | |
TFlags | flags_ |
MatlabColor | color_ |
Distributed under the terms of the GPL (GNU Public License)
The LASS License:
Copyright 2004-2006 Bram de Greve and Tom De Muer
LASS is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Definition at line 106 of file matlab_o_stream.h.
typedef std::map<std::string, bool> lass::io::MatlabOStream::TFlags [private] |
Definition at line 149 of file matlab_o_stream.h.
lass::io::MatlabOStream::MatlabOStream | ( | ) | [inline] |
Definition at line 109 of file matlab_o_stream.h.
lass::io::MatlabOStream::MatlabOStream | ( | const char * | iFilename, | |
std::ios::openmode | iOpenMode = std::ios::out | std::ios::trunc | |||
) | [inline] |
Definition at line 115 of file matlab_o_stream.h.
virtual lass::io::MatlabOStream::~MatlabOStream | ( | ) | [inline, virtual] |
Definition at line 121 of file matlab_o_stream.h.
void lass::io::MatlabOStream::setColor | ( | MatlabColor | iColor | ) | [inline] |
Definition at line 125 of file matlab_o_stream.h.
References color_.
Referenced by lass::spat::PlanarMesh::insertEdge(), and lass::spat::PlanarMesh::shoot().
const std::string& lass::io::MatlabOStream::color | ( | ) | const [inline] |
Definition at line 130 of file matlab_o_stream.h.
References color_.
Referenced by lass::prim::Triangle2D< T >::operator<<(), and lass::prim::SimplePolygon2D< T, DegeneratePolicy >::operator<<().
void lass::io::MatlabOStream::setFlag | ( | const std::string & | iName, | |
bool | iValue | |||
) | [inline] |
bool lass::io::MatlabOStream::flag | ( | const std::string & | iName, | |
bool | iDefault = false | |||
) | const [inline] |
TFlags lass::io::MatlabOStream::flags_ [private] |
MatlabColor lass::io::MatlabOStream::color_ [private] |
Generated on Mon Nov 10 14:22:09 2008 for Library of Assembled Shared Sources by 1.5.7.1 |