NVIDIA Index example code nvidia_logo_transpbg.gif Up
test::Stream_one<T> Struct Template Reference

Public Member Functions

void write (std::ostream &os, const T &item)
 
void read (std::istream &is, T &item)
 

Detailed Description

template<typename T>
struct test::Stream_one<T>

Definition at line 1556 of file ray_sampling.cpp.

Member Function Documentation

 read()

template<typename T>
void test::Stream_one<T>::read ( std::istream &  is,
T &  item 
)
inline

Definition at line 1558 of file ray_sampling.cpp.

 write()

template<typename T>
void test::Stream_one<T>::write ( std::ostream &  os,
const T &  item 
)
inline

Definition at line 1557 of file ray_sampling.cpp.


The documentation for this struct was generated from the following file: