Public Attributes | List of all members
CvVectors Struct Reference

#include <ml.hpp>

Public Attributes

int type
 
int dims
 
int count
 
CvVectorsnext
 
union {
   uchar **   ptr
 
   float **   fl
 
   double **   db
 
data
 

Member Data Documentation

int CvVectors::type
int CvVectors::dims
int CvVectors::count
CvVectors* CvVectors::next
uchar** CvVectors::ptr
float** CvVectors::fl
double** CvVectors::db
union { ... } CvVectors::data

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