cartodata
4.5.0
|
#include <cartodata/volume/volumebase.h>
#include <cartodata/volume/volumebase_d_operators.h>
#include <cartodata/volume/volumebase_d_inline.h>
#include <cartodata/volume/volumebase_d_instantiate.h>
#include <soma-io/utilities/creator.h>
#include <cartobase/smart/rcptr.h>
#include <iostream>
Go to the source code of this file.
Classes | |
class | carto::VolumeRef< T > |
Convenient handle for a Volume - this is normally the entry point for all volumes handling. More... | |
class | carto::DataTypeCode< VolumeRef< T > > |
class | carto::Creator< VolumeRef< T > > |
Namespaces | |
carto | |
Macros | |
#define | CARTO_VOLUME_AUTO_DEREFERENCE |
Functions | |
template<typename T > | |
std::ostream & | operator<< (std::ostream &out, const carto::rc_ptr< carto::Volume< T > > &volume) |
template<typename T > | |
std::ostream & | operator<< (const carto::VolumeOStream &out, const carto::rc_ptr< carto::VolumeRef< T > > &volume) |
#define CARTO_VOLUME_AUTO_DEREFERENCE |
Definition at line 49 of file volumeref.h.
std::ostream& operator<< | ( | std::ostream & | out, |
const carto::rc_ptr< carto::Volume< T > > & | volume | ||
) |
Definition at line 423 of file volumeref_d_inline.h.
std::ostream& operator<< | ( | const carto::VolumeOStream & | out, |
const carto::rc_ptr< carto::VolumeRef< T > > & | volume | ||
) |