Main Page | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members

InSpace::IOUTILS Class Reference

#include <IOUtils.H>

List of all members.

Static Public Member Functions

str_ptr readln (istream *is)
str_ptr getBracketedStr (str_ptr in)
int getBracketedInt (str_ptr in)
double getBracketedDouble (str_ptr in)
Wpt getBracketedWpt (str_ptr in)
Wvec getBracketedWvec (str_ptr in)
Color getBracketedColor (str_ptr in)
str_ptr getBracketedStr (istream *is)
int getBracketedInt (istream *is)
double getBracketedDouble (istream *is)
Wpt getBracketedWpt (istream *is)
Wvec getBracketedWvec (istream *is)
Wtransf getBracketedWtransf (istream *is)
Color getBracketedColor (istream *is)
str_list getBracketedStrList (istream *is)
ARRAY< int > getBracketedIntList (istream *is)
ARRAY< double > getBracketedDoubleList (istream *is)
Wpt_list getBracketedWptList (istream *is)
ARRAY< Wvec > getBracketedWvecList (istream *is)
ARRAY< Wtransf > getBracketedWtransfList (istream *is)
ARRAY< Color > getBracketedColorList (istream *is)
void writeBracketed (ostream *os, str_ptr token, str_ptr s)
void writeBracketed (ostream *os, str_ptr token, int i)
void writeBracketed (ostream *os, str_ptr token, double d)
void writeBracketed (ostream *os, str_ptr token, Wpt p)
void writeBracketed (ostream *os, str_ptr token, Wvec v)
void writeBracketed (ostream *os, str_ptr token, Wtransf m)
void writeBracketed (ostream *os, str_ptr token, Color c)
void writeBracketed (ostream *os, str_ptr token, str_list sl)
void writeBracketed (ostream *os, str_ptr token, ARRAY< int > il)
void writeBracketed (ostream *os, str_ptr token, ARRAY< double > dl)
void writeBracketed (ostream *os, str_ptr token, Wpt_list wl)
void writeBracketed (ostream *os, str_ptr token, ARRAY< Wvec > wl)
void writeBracketed (ostream *os, str_ptr token, ARRAY< Wtransf > wl)
void writeBracketed (ostream *os, str_ptr token, ARRAY< Color > cl)


Member Function Documentation

Color InSpace::IOUTILS::getBracketedColor (  istream *  is  )  [static]
 

Color InSpace::IOUTILS::getBracketedColor (  str_ptr  in  )  [static]
 

ARRAY<Color> InSpace::IOUTILS::getBracketedColorList (  istream *  is  )  [static]
 

double InSpace::IOUTILS::getBracketedDouble (  istream *  is  )  [static]
 

double InSpace::IOUTILS::getBracketedDouble (  str_ptr  in  )  [static]
 

ARRAY<double> InSpace::IOUTILS::getBracketedDoubleList (  istream *  is  )  [static]
 

int InSpace::IOUTILS::getBracketedInt (  istream *  is  )  [static]
 

int InSpace::IOUTILS::getBracketedInt (  str_ptr  in  )  [static]
 

ARRAY<int> InSpace::IOUTILS::getBracketedIntList (  istream *  is  )  [static]
 

str_ptr InSpace::IOUTILS::getBracketedStr (  istream *  is  )  [static]
 

str_ptr InSpace::IOUTILS::getBracketedStr (  str_ptr  in  )  [static]
 

str_list InSpace::IOUTILS::getBracketedStrList (  istream *  is  )  [static]
 

Wpt InSpace::IOUTILS::getBracketedWpt (  istream *  is  )  [static]
 

Wpt InSpace::IOUTILS::getBracketedWpt (  str_ptr  in  )  [static]
 

Wpt_list InSpace::IOUTILS::getBracketedWptList (  istream *  is  )  [static]
 

Wtransf InSpace::IOUTILS::getBracketedWtransf (  istream *  is  )  [static]
 

ARRAY<Wtransf> InSpace::IOUTILS::getBracketedWtransfList (  istream *  is  )  [static]
 

Wvec InSpace::IOUTILS::getBracketedWvec (  istream *  is  )  [static]
 

Wvec InSpace::IOUTILS::getBracketedWvec (  str_ptr  in  )  [static]
 

ARRAY<Wvec> InSpace::IOUTILS::getBracketedWvecList (  istream *  is  )  [static]
 

str_ptr InSpace::IOUTILS::readln (  istream *  is  )  [static]
 

void InSpace::IOUTILS::writeBracketed (  ostream *  os,
str_ptr  token,
ARRAY< Color >  cl
)  [static]
 

void InSpace::IOUTILS::writeBracketed (  ostream *  os,
str_ptr  token,
ARRAY< Wtransf >  wl
)  [static]
 

void InSpace::IOUTILS::writeBracketed (  ostream *  os,
str_ptr  token,
ARRAY< Wvec >  wl
)  [static]
 

void InSpace::IOUTILS::writeBracketed (  ostream *  os,
str_ptr  token,
Wpt_list  wl
)  [static]
 

void InSpace::IOUTILS::writeBracketed (  ostream *  os,
str_ptr  token,
ARRAY< double >  dl
)  [static]
 

void InSpace::IOUTILS::writeBracketed (  ostream *  os,
str_ptr  token,
ARRAY< int >  il
)  [static]
 

void InSpace::IOUTILS::writeBracketed (  ostream *  os,
str_ptr  token,
str_list  sl
)  [static]
 

void InSpace::IOUTILS::writeBracketed (  ostream *  os,
str_ptr  token,
Color  c
)  [static]
 

void InSpace::IOUTILS::writeBracketed (  ostream *  os,
str_ptr  token,
Wtransf  m
)  [static]
 

void InSpace::IOUTILS::writeBracketed (  ostream *  os,
str_ptr  token,
Wvec  v
)  [static]
 

void InSpace::IOUTILS::writeBracketed (  ostream *  os,
str_ptr  token,
Wpt  p
)  [static]
 

void InSpace::IOUTILS::writeBracketed (  ostream *  os,
str_ptr  token,
double  d
)  [static]
 

void InSpace::IOUTILS::writeBracketed (  ostream *  os,
str_ptr  token,
int  i
)  [static]
 

void InSpace::IOUTILS::writeBracketed (  ostream *  os,
str_ptr  token,
str_ptr  s
)  [static]
 


The documentation for this class was generated from the following file:
Generated on Thu Jul 8 15:19:30 2004 for inspace by doxygen 1.3.4