Main Page | Modules | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members

IO operations.


Functions

*static std::ostream & vm_V3Math::print_on (std::ostream &os, T_fp const v[], char const prefix[]="", char const postfix[]="")
static void vm_V3Math::cprint_on (FILE *of, T_fp const v[], char const prefix[]="", char const postfix[]="")

Function Documentation

template<class T_fp>
void vm_V3Math< T_fp >::cprint_on FILE *  of,
T_fp const   v[],
char const   prefix[] = "",
char const   postfix[] = ""
[inline, static, inherited]
 

Print a vector to a FILE* stream.

Parameters:
of the FILE*
v vector to be printed
prefix optional prefix string
postfix optional postfix string

Definition at line 340 of file vm_v3math.h.

template<class T_fp>
std::ostream & vm_V3Math< T_fp >::print_on std::ostream &  os,
T_fp const   v[],
char const   prefix[] = "",
char const   postfix[] = ""
[inline, static, inherited]
 

Print a vector to an ostream.

Parameters:
os the ostream
v vector to be printed
prefix optional prefix string
postfix optional postfix string

Definition at line 331 of file vm_v3math.h.


Generated on Wed Apr 19 17:38:32 2006 for vm_math by  doxygen 1.4.2