Package org.itk.simple
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 Summary
Fields inherited from class org.itk.simple.ProcessObject
swigCMemOwn
-
Constructor Summary
ConstructorsModifierConstructorDescriptionitk::simple::PhysicalPointImageSource::PhysicalPointImageSource() Default Constructor that takes no arguments and initializes default parametersprotected
PhysicalPointImageSource
(long cPtr, boolean cMemoryOwn) -
Method Summary
Modifier and TypeMethodDescriptionvoid
delete()
virtual itk::simple::PhysicalPointImageSource::~PhysicalPointImageSource() Destructorexecute()
Image itk::simple::PhysicalPointImageSource::Execute() Execute the filter on the input imageprotected void
finalize()
protected static long
std::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() constvoid
setDirection
(VectorDouble Direction) Self& itk::simple::PhysicalPointImageSource::SetDirection(std::vector< double > Direction)void
setOrigin
(VectorDouble Origin) Self& itk::simple::PhysicalPointImageSource::SetOrigin(std::vector< double > Origin)void
setOutputPixelType
(PixelIDValueEnum OutputPixelType) Self& itk::simple::PhysicalPointImageSource::SetOutputPixelType(PixelIDValueEnum OutputPixelType)void
setReferenceImage
(Image refImage) void itk::simple::PhysicalPointImageSource::SetReferenceImage(const Image &refImage) This methods sets the size, origin, spacing and direction to that of the provided imagevoid
setSize
(VectorUInt32 Size) Self& itk::simple::PhysicalPointImageSource::SetSize(std::vector< unsigned int > Size)void
setSpacing
(VectorDouble Spacing) Self& itk::simple::PhysicalPointImageSource::SetSpacing(std::vector< double > Spacing)protected static long
toString()
std::string itk::simple::PhysicalPointImageSource::ToString() const Print ourselves outMethods inherited from class org.itk.simple.ImageFilter
getCPtr, swigRelease
Methods inherited from class org.itk.simple.ProcessObject
abort, 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
-
PhysicalPointImageSource
protected PhysicalPointImageSource(long cPtr, boolean cMemoryOwn) -
PhysicalPointImageSource
public PhysicalPointImageSource()itk::simple::PhysicalPointImageSource::PhysicalPointImageSource() Default Constructor that takes no arguments and initializes default parameters
-
-
Method Details
-
getCPtr
-
swigRelease
-
finalize
protected void finalize()- Overrides:
finalize
in classImageFilter
-
delete
public void delete()virtual itk::simple::PhysicalPointImageSource::~PhysicalPointImageSource() Destructor- Overrides:
delete
in classImageFilter
-
setOutputPixelType
Self& itk::simple::PhysicalPointImageSource::SetOutputPixelType(PixelIDValueEnum OutputPixelType) -
getOutputPixelType
PixelIDValueEnum itk::simple::PhysicalPointImageSource::GetOutputPixelType() const -
setSize
Self& itk::simple::PhysicalPointImageSource::SetSize(std::vector< unsigned int > Size) -
getSize
std::vector<unsigned int> itk::simple::PhysicalPointImageSource::GetSize() const -
setOrigin
Self& itk::simple::PhysicalPointImageSource::SetOrigin(std::vector< double > Origin) -
getOrigin
std::vector<double> itk::simple::PhysicalPointImageSource::GetOrigin() const -
setSpacing
Self& itk::simple::PhysicalPointImageSource::SetSpacing(std::vector< double > Spacing) -
getSpacing
std::vector<double> itk::simple::PhysicalPointImageSource::GetSpacing() const -
setDirection
Self& itk::simple::PhysicalPointImageSource::SetDirection(std::vector< double > Direction) -
getDirection
std::vector<double> itk::simple::PhysicalPointImageSource::GetDirection() const -
getName
std::string itk::simple::PhysicalPointImageSource::GetName() const Name of this class- Overrides:
getName
in classProcessObject
-
toString
std::string itk::simple::PhysicalPointImageSource::ToString() const Print ourselves out- Overrides:
toString
in classProcessObject
-
execute
Image itk::simple::PhysicalPointImageSource::Execute() Execute the filter on the input image -
setReferenceImage
void itk::simple::PhysicalPointImageSource::SetReferenceImage(const Image &refImage) This methods sets the size, origin, spacing and direction to that of the provided image
-