ldas-tools-frameAPI
2.5.1
|
Typedefs | |
typedef FrameCPP::Common::Container< FrameCPP::FrVect > | Container |
typedef std::list< const Container *> | FrVectList |
Functions | |
void | appendStructures (Container &Dest, const Container &Source) |
Append elements from another FrVect. More... | |
FrameCPP::FrVect * | concat (const FrVectList &List) |
Concatinate multiple FrVect objects into a single object. More... | |
void | copy (void *Dest, const Container &Source) |
Copy all data from a list of FrVect objects. More... | |
void * | createVector (INT_2U Type, INT_4U Size) |
Create storage space appropriate for the FrVect data element. More... | |
INT_4U | getSamples (Container::const_iterator Start, Container::const_iterator Stop) |
Get the number of data points over the specified range. More... | |
typedef FrameCPP::Common::Container< FrameCPP::FrVect > FrameAPI::FrVect::Container |
typedef std::list< const Container* > FrameAPI::FrVect::FrVectList |
Append elements from another FrVect.
[in,out] | Dest | The recipient of the appended container. |
[in] | Source | Another container whose value is appended. |
FrameCPP::FrVect * FrameAPI::FrVect::concat | ( | const FrVectList & | List | ) |
void FrameAPI::FrVect::copy | ( | void * | Dest, |
const Container & | Source | ||
) |
void * FrameAPI::FrVect::createVector | ( | INT_2U | Type, |
INT_4U | Size | ||
) |
INT_4U FrameAPI::FrVect::getSamples | ( | Container::const_iterator | Start, |
Container::const_iterator | Stop | ||
) |
Get the number of data points over the specified range.
[in] | Start | The first element of the range. |
[in] | Stop | The last element of the range. |