MCPcopy Create free account
hub / github.com/SimpleITK/SimpleITK / ScaleTransform

Method ScaleTransform

Code/Common/src/sitkScaleTransform.cxx:27–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25ScaleTransform::~ScaleTransform() = default;
26
27ScaleTransform::ScaleTransform(unsigned int dimensions, const std::vector<double> & scale)
28 : Transform(dimensions, sitkScale)
29
30{
31 Self::InternalInitialization(Self::GetITKBase());
32
33 this->SetScale(scale);
34}
35
36
37ScaleTransform::ScaleTransform(const Transform & arg)

Callers

nothing calls this directly

Calls 1

SetScaleMethod · 0.95

Tested by

no test coverage detected