37 #ifndef AIMS_IO_BASEFORMATS_BUCKET_D_H 
   38 #define AIMS_IO_BASEFORMATS_BUCKET_D_H 
   52                            const carto::AllocatorContext & , 
 
   57     options->getProperty( 
"frame", frame );
 
   74           ascii = (bool) aso->getScalar();
 
   90                               const carto::AllocatorContext & , 
 
   95     options->getProperty( 
"frame", frame );
 
  112           ascii = (bool) aso->getScalar();
 
The bucket base class to manage packages of points associated to their value during time.
BucketMap objects can be read / written by BckMapReader / BckMapWriter, these IO classes operate on t...
void read(BucketMap< T > &thing, int frame=-1)
BucketMap objects can be read / written by BckMapReader / BckMapWriter, these IO classes operate on t...
void write(const BucketMap< T > &thing)
void read(AimsBucket< T > &thing, int frame=-1)
void write(const AimsBucket< T > &thing)
An alternate, ordered, representation for buckets (voxels lists).
The class for EcatSino data write operation.