Class PhysicalPointImageSource
java.lang.Object
org.itk.simple.ProcessObject
org.itk.simple.ImageFilter
org.itk.simple.PhysicalPointImageSource
Generate an image of the physical locations of each pixel.
This image source supports image which have a multi-component pixel
equal to the image dimension, and variable length VectorImages. It is
recommended that the component type be a real valued type.
See:
 itk::simple::PhysicalPointSource for the procedural interface
 itk::PhysicalPointImageSource for the Doxygen on the original ITK class.
C++ includes: sitkPhysicalPointImageSource.h
- 
Field SummaryFields inherited from class org.itk.simple.ProcessObjectswigCMemOwn
- 
Constructor SummaryConstructorsModifierConstructorDescriptionitk::simple::PhysicalPointImageSource::PhysicalPointImageSource() Default Constructor that takes no arguments and initializes default parametersprotectedPhysicalPointImageSource(long cPtr, boolean cMemoryOwn) 
- 
Method SummaryModifier and TypeMethodDescriptionvoiddelete()virtual itk::simple::PhysicalPointImageSource::~PhysicalPointImageSource() Destructorexecute()Image itk::simple::PhysicalPointImageSource::Execute() Execute the filter on the input imageprotected voidfinalize()protected static longstd::vector<double> itk::simple::PhysicalPointImageSource::GetDirection() constgetName()std::string itk::simple::PhysicalPointImageSource::GetName() const Name of this classstd::vector<double> itk::simple::PhysicalPointImageSource::GetOrigin() constPixelIDValueEnum itk::simple::PhysicalPointImageSource::GetOutputPixelType() constgetSize()std::vector<unsigned int> itk::simple::PhysicalPointImageSource::GetSize() conststd::vector<double> itk::simple::PhysicalPointImageSource::GetSpacing() constvoidsetDirection(VectorDouble Direction) Self& itk::simple::PhysicalPointImageSource::SetDirection(std::vector< double > Direction)voidsetOrigin(VectorDouble Origin) Self& itk::simple::PhysicalPointImageSource::SetOrigin(std::vector< double > Origin)voidsetOutputPixelType(PixelIDValueEnum OutputPixelType) Self& itk::simple::PhysicalPointImageSource::SetOutputPixelType(PixelIDValueEnum OutputPixelType)voidsetReferenceImage(Image refImage) void itk::simple::PhysicalPointImageSource::SetReferenceImage(const Image &refImage) This methods sets the size, origin, spacing and direction to that of the provided imagevoidsetSize(VectorUInt32 Size) Self& itk::simple::PhysicalPointImageSource::SetSize(std::vector< unsigned int > Size)voidsetSpacing(VectorDouble Spacing) Self& itk::simple::PhysicalPointImageSource::SetSpacing(std::vector< double > Spacing)protected static longtoString()std::string itk::simple::PhysicalPointImageSource::ToString() const Print ourselves outMethods inherited from class org.itk.simple.ImageFiltergetCPtr, swigReleaseMethods inherited from class org.itk.simple.ProcessObjectabort, addCommand, debugOff, debugOn, getCPtr, getDebug, getGlobalDefaultCoordinateTolerance, getGlobalDefaultDebug, getGlobalDefaultDirectionTolerance, getGlobalDefaultNumberOfThreads, getGlobalDefaultThreader, getGlobalWarningDisplay, getNumberOfThreads, getNumberOfWorkUnits, getProgress, globalDefaultDebugOff, globalDefaultDebugOn, globalWarningDisplayOff, globalWarningDisplayOn, hasCommand, removeAllCommands, setDebug, setGlobalDefaultCoordinateTolerance, setGlobalDefaultDebug, setGlobalDefaultDirectionTolerance, setGlobalDefaultNumberOfThreads, setGlobalDefaultThreader, setGlobalWarningDisplay, setNumberOfThreads, setNumberOfWorkUnits, swigRelease
- 
Constructor Details- 
PhysicalPointImageSourceprotected PhysicalPointImageSource(long cPtr, boolean cMemoryOwn) 
- 
PhysicalPointImageSourcepublic PhysicalPointImageSource()itk::simple::PhysicalPointImageSource::PhysicalPointImageSource() Default Constructor that takes no arguments and initializes default parameters
 
- 
- 
Method Details- 
getCPtr
- 
swigRelease
- 
finalizeprotected void finalize()- Overrides:
- finalizein class- ImageFilter
 
- 
deletepublic void delete()virtual itk::simple::PhysicalPointImageSource::~PhysicalPointImageSource() Destructor- Overrides:
- deletein class- ImageFilter
 
- 
setOutputPixelTypeSelf& itk::simple::PhysicalPointImageSource::SetOutputPixelType(PixelIDValueEnum OutputPixelType)
- 
getOutputPixelTypePixelIDValueEnum itk::simple::PhysicalPointImageSource::GetOutputPixelType() const
- 
setSizeSelf& itk::simple::PhysicalPointImageSource::SetSize(std::vector< unsigned int > Size)
- 
getSizestd::vector<unsigned int> itk::simple::PhysicalPointImageSource::GetSize() const
- 
setOriginSelf& itk::simple::PhysicalPointImageSource::SetOrigin(std::vector< double > Origin)
- 
getOriginstd::vector<double> itk::simple::PhysicalPointImageSource::GetOrigin() const
- 
setSpacingSelf& itk::simple::PhysicalPointImageSource::SetSpacing(std::vector< double > Spacing)
- 
getSpacingstd::vector<double> itk::simple::PhysicalPointImageSource::GetSpacing() const
- 
setDirectionSelf& itk::simple::PhysicalPointImageSource::SetDirection(std::vector< double > Direction)
- 
getDirectionstd::vector<double> itk::simple::PhysicalPointImageSource::GetDirection() const
- 
getNamestd::string itk::simple::PhysicalPointImageSource::GetName() const Name of this class- Overrides:
- getNamein class- ProcessObject
 
- 
toStringstd::string itk::simple::PhysicalPointImageSource::ToString() const Print ourselves out- Overrides:
- toStringin class- ProcessObject
 
- 
executeImage itk::simple::PhysicalPointImageSource::Execute() Execute the filter on the input image
- 
setReferenceImagevoid itk::simple::PhysicalPointImageSource::SetReferenceImage(const Image &refImage) This methods sets the size, origin, spacing and direction to that of the provided image
 
-