#include <SculptConfig.h>
Reading and writing the configuration | |
void | saveConfig (const char *) |
Saves the configuration to a named file -- unimplemented. | |
static SculptConfig * | openConfig (const char *) |
Opens a named file and reads its configuration. | |
Public Member Functions | |
SculptConfig () | |
Constructor. | |
virtual | ~SculptConfig () |
Destructor. | |
char * | getPatientID () |
char * | getDefectFile () |
char * | getSkullFile () |
char * | getTextureFile () |
float * | getPhantomOffset () |
float * | getToolColor () |
int | getCubeSize () |
Protected Attributes | |
Collaboration data | |
char | patientID [256] |
char | skullFile [256] |
Skull model volume file. | |
char | defectFile [256] |
float | phantomOffset [3] |
Offset for the PHANToM location. | |
float | toolColor [3] |
Pencil drawing color. | |
char | textureFile [256] |
int | cubeSize |
Friends | |
ostream & | operator<< (ostream &, const SculptConfig &) |
Output stream operator. | |
istream & | operator>> (istream &, SculptConfig &) |
Input stream operator. |
|
Constructor.
|
|
Destructor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Opens a named file and reads its configuration.
|
|
Saves the configuration to a named file -- unimplemented.
|
|
Output stream operator.
|
|
Input stream operator.
|
|
|
|
|
|
|
|
Offset for the PHANToM location.
|
|
Skull model volume file.
|
|
|
|
Pencil drawing color. Reference images. |