CARMA C++
sza::util::QuadPath::QuadData Struct Reference

The following object type is used to query or replace the current contents of a QuadPath object. More...

#include <carma/szautil/QuadPath.h>

Public Member Functions

void init ()
 Empty a QuadData object and set all of its sample values to 0. More...
 

Public Attributes

sza::array::QuadData quaddata_
 The C-struct this is based on. More...
 

Detailed Description

The following object type is used to query or replace the current contents of a QuadPath object.

Definition at line 55 of file QuadPath.h.

Member Function Documentation

void sza::util::QuadPath::QuadData::init ( )

Empty a QuadData object and set all of its sample values to 0.

Member Data Documentation

sza::array::QuadData sza::util::QuadPath::QuadData::quaddata_

The C-struct this is based on.

Definition at line 60 of file QuadPath.h.


The documentation for this struct was generated from the following file: