OPeNDAP Hyrax Back End Server (BES)  Updated for version 3.8.3
HDFSequence Class Reference

#include <HDFSequence.h>

Inheritance diagram for HDFSequence:
Inheritance graph
Collaboration diagram for HDFSequence:
Collaboration graph

Public Member Functions

 HDFSequence (const string &n, const string &d)
 
virtual BaseType * ptr_duplicate ()
 
virtual bool read ()
 
virtual bool read_tagref (int32 tag, int32 ref, int &error)
 
virtual void transfer_attributes (AttrTable *at_container)
 
virtual ~HDFSequence ()
 

Protected Attributes

int row
 
hdf_vdata vd
 

Detailed Description

Definition at line 54 of file HDFSequence.h.

Constructor & Destructor Documentation

HDFSequence::HDFSequence ( const string &  n,
const string &  d 
)

Definition at line 58 of file HDFSequence.cc.

Referenced by ptr_duplicate().

HDFSequence::~HDFSequence ( )
virtual

Definition at line 63 of file HDFSequence.cc.

Member Function Documentation

BaseType * HDFSequence::ptr_duplicate ( )
virtual

Definition at line 67 of file HDFSequence.cc.

References HDFSequence().

Here is the call graph for this function:

bool HDFSequence::read ( )
virtual

Definition at line 74 of file HDFSequence.cc.

References read_tagref().

Here is the call graph for this function:

bool HDFSequence::read_tagref ( int32  tag,
int32  ref,
int &  error 
)
virtual

Implements ReadTagRef.

Definition at line 83 of file HDFSequence.cc.

References hdf_vdata::fields, LoadSequenceFromVdata(), hdf_vdata::name, row, hdfistream_vdata::seek_ref(), and vd.

Referenced by read().

Here is the call graph for this function:

void HDFSequence::transfer_attributes ( AttrTable *  at_container)
virtual

Definition at line 126 of file HDFSequence.cc.

Member Data Documentation

int HDFSequence::row
protected

Definition at line 65 of file HDFSequence.h.

Referenced by read_tagref().

hdf_vdata HDFSequence::vd
protected

Definition at line 66 of file HDFSequence.h.

Referenced by read_tagref().


The documentation for this class was generated from the following files: