Your_Class::Your_Class
You must provide a class constructor for your class.
This constructor must at least set the class ID value, the class title a pointer to the parent class and the Name and Sort values.
Syntax
Your_Class::Your_Class(
SliceO_Class *parent,
unsigned short id,
SliceO_File *file,
int bunch,
int slice
)
Parameters
parent
Pointer to the parent of this class
id
Class instance number. (Only if more than one instance of this class in the DB Class tree).
file
Pointer to the file structure of the file to insert
bunch
bunch number if the file has multiple bunches (groups of slices)
slice
slice number if the file has multiple slices
Return value
This method does not return a value.
Remarks
Requirements
Header:
sliceO_include.hpp
Library:
sliceO_Structures.lib
Example
The "Series" class
See also