ParametricTransform Constructor

 

WRAPPER_API ParametricTransform()

WRAPPER_API ParametricTransform(ClassType classType)

WRAPPER_API ParametricTransform(const ParametricTransform& source)

 

Description

The ParametricTransform constructor creates a new  instance of the ParametricTransformclass. 

The default constructor takes no arguments and produces a ParametricTransform with Class set to AffineParametric. The second constructor takes a single argument that specifies the Class of the resulting ParametricTransform, according to the ClassType enumeration.  

The third constructor is a copy-constructor, which produces a ParametricTransform with the same value as the ParametricTransform passed as argument.