#include <mitkParallelProjectData.h>
Inherits mitkProjectData.
Inherited by mitkICParallelProjectData, and mitkOoCParallelProjectData.
Inheritance diagram for mitkParallelProjectData:
Public Member Functions | |
virtual void | PrintSelf (ostream &os) |
virtual int | GetDataObjectType () const |
virtual void const * | GetData () const |
virtual void * | GetData () |
void | SetData (mitkVolume *m) |
int | GetDetectorMove () |
void | SetDetectorMove (int m) |
void | SetDetectorLength (double m) |
double | GetDetectorLength () |
void | SetFov (double *m) |
double * | GetFov () |
void | SetXrayNum (int m) |
int | GetXrayNum () const |
void | SetSliceNum (int m) |
Set Slice Number. | |
int | GetSliceNum () const |
virtual void | ShallowCopy (mitkDataObject *src)=0 |
virtual void | DeepCopy (mitkDataObject *src)=0 |
virtual void const * | GetSliceForRead (int sliceIdx)=0 |
virtual void | Initialize () |
mitkParallelProjectData - abstract class to represent Parallel project data.
|
Implements mitkDataObject. Implemented in mitkICParallelProjectData, and mitkOoCParallelProjectData. |
|
get volume pointer Implements mitkProjectData. |
|
get a const volume pointer Implements mitkProjectData. |
|
Return the data object type.
Reimplemented from mitkDataObject. Reimplemented in mitkOoCParallelProjectData. |
|
Get the length of detector |
|
?? |
|
Get field of view [0] left of x axis [1] right of x axis [2] bottom of y axis [3] top of y axis |
|
GetSliceForRead GetSliceForWrite and GetSliceForReadWrite are for multilayer Implemented in mitkICParallelProjectData, and mitkOoCParallelProjectData. |
|
Get Slice Number |
|
Get number of Xray |
|
Delete the allocated memory (if any) and initialize to default status.
Reimplemented from mitkProjectData. Reimplemented in mitkICParallelProjectData, and mitkOoCParallelProjectData. |
|
Print the necessary information about this object for the debugging purpose.
Reimplemented from mitkProjectData. Reimplemented in mitkICParallelProjectData, and mitkOoCParallelProjectData. |
|
Set volume pointer |
|
Set the length of detector |
|
?? |
|
Set field of view [0] left of x axis [1] right of x axis [2] bottom of y axis [3] top of y axis |
|
Set number of Xray |
|
Implements mitkDataObject. Implemented in mitkICParallelProjectData, and mitkOoCParallelProjectData. |