#include <mitkConeBeamRealTimePD.h>
Inherits mitkConeBeamPD.
Inheritance diagram for mitkConeBeamRealTimePD:
Public Member Functions | |
virtual void | PrintSelf (ostream &os) |
virtual unsigned long long | GetActualMemorySize () const |
virtual void | ShallowCopy (mitkDataObject *src) |
virtual void | DeepCopy (mitkDataObject *src) |
void | SetBlockSize (int m) |
bool | SetFileName (const char *m) |
void | SetIsOneFile (bool onefile) |
void | SetFilePostfixNum (int m) |
virtual void const * | GetFrameForRead (int frameIdx) |
virtual void * | GetFrameForWrite (int frameIdx) |
virtual void * | GetFrameForReadWrite (int frameIdx) |
int | GetRecycleNum () const |
void | SetRecycleNum (int m) |
virtual void | Initialize () |
mitkConeBeamRealTimePD - concret class to represent cone-beam project data.
|
Implements mitkConeBeamPD. |
|
Return the actual memory size occupied by this data object. The unit is BYTE.
Implements mitkConeBeamPD. |
|
GetFrameForRead Implements mitkConeBeamPD. |
|
GetFrameForReadWrite dosn't write to harddisk Implements mitkConeBeamPD. |
|
Never call it Implements mitkConeBeamPD. |
|
Get number of Gpu Block |
|
Delete the allocated memory (if any) and initialize to default status.
Reimplemented from mitkConeBeamPD. |
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkConeBeamPD. |
|
Set how many slices one block include and slice numbers should be devide by m |
|
Set file name |
|
Set File Postfix Num. |
|
Set is one file |
|
Set number of Gpu Block |
|
Implements mitkConeBeamPD. |