ldas-tools-frameAPI  2.5.1
Namespaces | Typedefs | Functions
FrVect.hh File Reference
#include <algorithm>
#include <deque>
#include <memory>
#include "framecpp/Common/Container.hh"
#include "framecpp/FrVect.hh"
#include "genericAPI/swigexception.hh"

Namespaces

 FrameAPI
 ignore_end:
 
 FrameAPI::FrVect
 

Typedefs

typedef FrameCPP::Common::Container< FrameCPP::FrVect > FrameAPI::FrVect::Container
 
typedef std::list< const Container *> FrameAPI::FrVect::FrVectList
 

Functions

void FrameAPI::FrVect::appendStructures (Container &Dest, const Container &Source)
 Append elements from another FrVect. More...
 
FrameCPP::FrVect * FrameAPI::FrVect::concat (const FrVectList &List)
 Concatinate multiple FrVect objects into a single object. More...
 
void FrameAPI::FrVect::copy (void *Dest, const Container &Source)
 Copy all data from a list of FrVect objects. More...
 
void * FrameAPI::FrVect::createVector (INT_2U Type, INT_4U Size)
 Create storage space appropriate for the FrVect data element. More...
 
INT_4U FrameAPI::FrVect::getSamples (Container::const_iterator Start, Container::const_iterator Stop)
 Get the number of data points over the specified range. More...