Medical Imaging Interaction Toolkit
2018.4.99-389bf124
Medical Imaging Interaction Toolkit
|
The ComposedVolume class provides the means to systematically collect nrrd files that correspond to different simulation slices of the same InSilicoTissueVolume. More...
#include <mitkPAComposedVolume.h>
Public Member Functions | |
mitkClassMacroItkParent (ComposedVolume, itk::Object) | |
mitkNewMacro1Param (Self, InSilicoTissueVolume::Pointer) | |
void | AddSlice (mitk::pa::FluenceYOffsetPair::Pointer fluenceYOffsetPair) |
fluenceYOffsetPair More... | |
int | GetNumberOfFluenceComponents () |
GetNumberOfFluenceComponents. More... | |
double | GetFluenceValue (int fluenceComponent, int x, int y, int z) |
GetFluenceValue. More... | |
int | GetYOffsetForFluenceComponentInPixels (int fluenceComponent) |
GetYOffsetForFluenceComponentInPixels. More... | |
void | Sort () |
virtual InSilicoTissueVolume::Pointer | GetGroundTruthVolume () |
Protected Member Functions | |
ComposedVolume (InSilicoTissueVolume::Pointer groundTruthVolume) | |
~ComposedVolume () override | |
The ComposedVolume class provides the means to systematically collect nrrd files that correspond to different simulation slices of the same InSilicoTissueVolume.
An instance of this class is needed for the SlicedVolumeGenerator
Definition at line 34 of file mitkPAComposedVolume.h.
|
protected |
Definition at line 17 of file mitkPAComposedVolume.cpp.
|
overrideprotected |
Definition at line 24 of file mitkPAComposedVolume.cpp.
void mitk::pa::ComposedVolume::AddSlice | ( | mitk::pa::FluenceYOffsetPair::Pointer | fluenceYOffsetPair | ) |
fluenceYOffsetPair
nrrdFile | path to the nrrd file on hard drive |
Definition at line 51 of file mitkPAComposedVolume.cpp.
double mitk::pa::ComposedVolume::GetFluenceValue | ( | int | fluenceComponent, |
int | x, | ||
int | y, | ||
int | z | ||
) |
GetFluenceValue.
fluenceComponent | |
x | |
y | |
z |
Definition at line 43 of file mitkPAComposedVolume.cpp.
References GetYOffsetForFluenceComponentInPixels(), and mitkThrow.
|
virtual |
int mitk::pa::ComposedVolume::GetNumberOfFluenceComponents | ( | ) |
GetNumberOfFluenceComponents.
Definition at line 29 of file mitkPAComposedVolume.cpp.
int mitk::pa::ComposedVolume::GetYOffsetForFluenceComponentInPixels | ( | int | fluenceComponent | ) |
GetYOffsetForFluenceComponentInPixels.
fluenceComponent |
Definition at line 34 of file mitkPAComposedVolume.cpp.
References mitkThrow.
Referenced by GetFluenceValue().
mitk::pa::ComposedVolume::mitkClassMacroItkParent | ( | ComposedVolume | , |
itk::Object | |||
) |
mitk::pa::ComposedVolume::mitkNewMacro1Param | ( | Self | , |
InSilicoTissueVolume::Pointer | |||
) |
void mitk::pa::ComposedVolume::Sort | ( | ) |
Definition at line 57 of file mitkPAComposedVolume.cpp.