SimpleITK  1.2.4
Classes | Public Types | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes | List of all members
itk::simple::ScaleTransform Class Reference

A 2D or 3D anisotropic scale of coordinate space around a fixed center. More...

#include <sitkScaleTransform.h>

+ Inheritance diagram for itk::simple::ScaleTransform:
+ Collaboration diagram for itk::simple::ScaleTransform:

Classes

struct  MyVisitor
 

Public Types

typedef ScaleTransform Self
 
typedef Transform Superclass
 
- Public Types inherited from itk::simple::Transform
typedef Transform Self
 

Public Member Functions

std::vector< double > GetCenter () const
 
std::vector< double > GetMatrix () const
 
std::string GetName () const
 
std::vector< double > GetScale () const
 
ScaleTransformoperator= (const ScaleTransform &)
 
 ScaleTransform (unsigned int dimensions, const std::vector< double > &scale=std::vector< double >(3, 1.0))
 
 ScaleTransform (const ScaleTransform &)
 
 ScaleTransform (const Transform &)
 
SelfSetCenter (const std::vector< double > &params)
 
SelfSetScale (const std::vector< double > &params)
 
virtual ~ScaleTransform ()
 
- Public Member Functions inherited from itk::simple::Transform
SelfAddTransform (Transform t)
 
SelfFlattenTransform ()
 Remove nested composite transforms. More...
 
unsigned int GetDimension (void) const
 
Transform GetInverse () const
 Return a new inverse transform of the same type as this. More...
 
unsigned int GetNumberOfFixedParameters (void) const
 
unsigned int GetNumberOfParameters (void) const
 
virtual bool IsLinear () const
 
void MakeUnique (void)
 Performs actually coping if needed to make object unique. More...
 
virtual void SetIdentity ()
 
virtual bool SetInverse ()
 Try to change the current transform to it's inverse. More...
 
std::string ToString (void) const
 
 Transform (void)
 By default a 3-d identity transform is constructed. More...
 
template<unsigned int NDimension>
 Transform (itk::CompositeTransform< double, NDimension > *compositeTransform)
 Construct a SimpleITK Transform from a pointer to an ITK composite transform. More...
 
 Transform (itk::TransformBase *transform)
 
 Transform (unsigned int dimensions, TransformEnum type)
 Construct a specific transformation. More...
 
 Transform (Image &displacement, TransformEnum type=sitkDisplacementField)
 Use an image to construct a transform. More...
 
std::vector< double > TransformPoint (const std::vector< double > &point) const
 
std::vector< double > TransformVector (const std::vector< double > &vector, const std::vector< double > &point) const
 
void WriteTransform (const std::string &filename) const
 
virtual ~Transform (void)
 
Transformoperator= (const Transform &)
 Copy constructor and assignment operator. More...
 
 Transform (const Transform &)
 Copy constructor and assignment operator. More...
 
itk::TransformBaseGetITKBase (void)
 
const itk::TransformBaseGetITKBase (void) const
 
void SetParameters (const std::vector< double > &parameters)
 
std::vector< double > GetParameters (void) const
 
void SetFixedParameters (const std::vector< double > &parameters)
 
std::vector< double > GetFixedParameters (void) const
 

Protected Member Functions

virtual void SetPimpleTransform (PimpleTransformBase *pimpleTransform)
 
- Protected Member Functions inherited from itk::simple::Transform
 Transform (PimpleTransformBase *pimpleTransform)
 

Private Member Functions

void InternalInitialization (itk::TransformBase *transform)
 
template<typename TransformType >
void InternalInitialization (TransformType *transform)
 

Private Attributes

nsstd::function< std::vector< double >)> m_pfGetCenter
 
nsstd::function< std::vector< double >)> m_pfGetMatrix
 
nsstd::function< std::vector< double >)> m_pfGetScale
 
nsstd::function< void(std::vector< double >)> m_pfSetCenter
 
nsstd::function< void(std::vector< double >)> m_pfSetScale
 

Detailed Description

A 2D or 3D anisotropic scale of coordinate space around a fixed center.

See also
itk::ScaleTransform

Definition at line 35 of file sitkScaleTransform.h.

Member Typedef Documentation

Definition at line 39 of file sitkScaleTransform.h.

Definition at line 40 of file sitkScaleTransform.h.

Constructor & Destructor Documentation

virtual itk::simple::ScaleTransform::~ScaleTransform ( )
virtual
itk::simple::ScaleTransform::ScaleTransform ( unsigned int  dimensions,
const std::vector< double > &  scale = std::vector< double >(3, 1.0) 
)
explicit
itk::simple::ScaleTransform::ScaleTransform ( const ScaleTransform )
itk::simple::ScaleTransform::ScaleTransform ( const Transform )
explicit

Member Function Documentation

std::vector<double> itk::simple::ScaleTransform::GetCenter ( ) const
std::vector<double> itk::simple::ScaleTransform::GetMatrix ( ) const

additional methods

std::string itk::simple::ScaleTransform::GetName ( ) const
inlinevirtual

Name of this class

Reimplemented from itk::simple::Transform.

Definition at line 52 of file sitkScaleTransform.h.

std::vector<double> itk::simple::ScaleTransform::GetScale ( ) const
void itk::simple::ScaleTransform::InternalInitialization ( itk::TransformBase transform)
private
template<typename TransformType >
void itk::simple::ScaleTransform::InternalInitialization ( TransformType *  transform)
private
ScaleTransform& itk::simple::ScaleTransform::operator= ( const ScaleTransform )
Self& itk::simple::ScaleTransform::SetCenter ( const std::vector< double > &  params)

fixed parameter

virtual void itk::simple::ScaleTransform::SetPimpleTransform ( PimpleTransformBase *  pimpleTransform)
protectedvirtual

Reimplemented from itk::simple::Transform.

Self& itk::simple::ScaleTransform::SetScale ( const std::vector< double > &  params)

Member Data Documentation

nsstd::function<std::vector<double>)> itk::simple::ScaleTransform::m_pfGetCenter
private

Definition at line 97 of file sitkScaleTransform.h.

nsstd::function<std::vector<double>)> itk::simple::ScaleTransform::m_pfGetMatrix
private

Definition at line 100 of file sitkScaleTransform.h.

nsstd::function<std::vector<double>)> itk::simple::ScaleTransform::m_pfGetScale
private

Definition at line 99 of file sitkScaleTransform.h.

nsstd::function<void(std::vector<double>)> itk::simple::ScaleTransform::m_pfSetCenter
private

Definition at line 96 of file sitkScaleTransform.h.

nsstd::function<void(std::vector<double>)> itk::simple::ScaleTransform::m_pfSetScale
private

Definition at line 98 of file sitkScaleTransform.h.


The documentation for this class was generated from the following file: