GMMData Class Reference
The
GMMData class reads in data from a file and stores.
More...
#include <import.h>
List of all members.
|
Public Member Functions |
| GMMData () |
| Constructor.
|
| ~GMMData () |
| Destructor.
|
int | ReadRawTextFile (const char *filename) |
int | ReadMorphologikaFile (const char *filename) |
int | ReadNTSFile (const char *filename) |
int | ReadTPSFile (const char *filename) |
int | ReadMorphoJFile (const char *filename) |
int | GetNumberOfSpecimens () |
int | GetNumberOfLandmarks () |
int | GetNumberOfDimensions () |
void | GetRawData (vector< vector< double > > *rawData) |
void | GetWireframe (vector< vector< int > > *wireframe) |
void | GetPolygons (vector< vector< int > > *polygons) |
void | GetGroups (vector< string > *groups) |
void | GetNames (vector< string > *names) |
void | GetComments (vector< string > *comments) |
void | GetLabelnames (vector< string > *labelnames) |
void | GetLabelvalues (vector< vector< string > > *labelvalues) |
void | SetGroups (vector< string > groups) |
void | SetNames (vector< string > names) |
void | SetComments (vector< string > comments) |
void | SetLabelnames (vector< string > labelnames) |
void | SetLabelvalues (vector< vector< string > > labelvalues) |
Detailed Description
The
GMMData class reads in data from a file and stores.
Member Function Documentation
int GMMData::GetNumberOfDimensions |
( |
|
) |
|
Get number of dimensions
- Returns:
- the number of dimensions
int GMMData::GetNumberOfLandmarks |
( |
|
) |
|
Get number of landmarks
- Returns:
- the number of landmarks
int GMMData::GetNumberOfSpecimens |
( |
|
) |
|
Get number of specimens
- Returns:
- the number of specimens
int GMMData::ReadMorphoJFile |
( |
const char * |
filename |
) |
|
Read data from a MorphoJ file
- Parameters:
-
int GMMData::ReadMorphologikaFile |
( |
const char * |
filename |
) |
|
Read data from a Morphologika file
- Parameters:
-
int GMMData::ReadNTSFile |
( |
const char * |
filename |
) |
|
Read data from an NTSYSpc file
- Parameters:
-
int GMMData::ReadRawTextFile |
( |
const char * |
filename |
) |
|
Read data from a raw text file
- Parameters:
-
int GMMData::ReadTPSFile |
( |
const char * |
filename |
) |
|
Read data from a TPS file
- Parameters:
-
The documentation for this class was generated from the following files:
- M:/evan/GMMlib/inc/import.h
- M:/evan/GMMlib/src/import.cpp